Skip to content

invoice.upcoming is not supported #121

@probably-not

Description

@probably-not

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions