-
-
Notifications
You must be signed in to change notification settings - Fork 70
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Bug report
- I confirm this is a bug with Supabase, not with my own application.
- I confirm I have searched the Docs, GitHub Discussions, and Discord.
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
oscarhermoso, neb-b and jjcantu
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request