Bug report
I've checked the above - but this is a bug report about the Stripe Sync Engine not Supabase...
Describe the bug
In the README, invoice.upcoming is marked as an event that is handled and supported. It is not. When an invoice.upcoming event is sent, a 500 is returned with the following error:
{
"statusCode": 500,
"code": "23502",
"error": "Internal Server Error",
"message": "null value in column "id" of relation "invoices" violates not-null constraint",
}
To Reproduce
Receive an invoice.upcoming event from Stripe.
Expected behavior
No errors.
System information
Using Docker version: supabase/stripe-sync-engine:v0.32.2
Bug report
I've checked the above - but this is a bug report about the Stripe Sync Engine not Supabase...
Describe the bug
In the README,
invoice.upcomingis marked as an event that is handled and supported. It is not. When aninvoice.upcomingevent is sent, a 500 is returned with the following error:{ "statusCode": 500, "code": "23502", "error": "Internal Server Error", "message": "null value in column "id" of relation "invoices" violates not-null constraint", }To Reproduce
Receive an
invoice.upcomingevent from Stripe.Expected behavior
No errors.
System information
Using Docker version: supabase/stripe-sync-engine:v0.32.2