You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Problem
If I understand the code base correctly it's missing the case when a user is deleted in the database to also delete the stripe record that belongs to it. Or am I missing something?
Possible Solution
In a past App, I did this with a webhook from Supabase that called a Next js API route to delete the Stripe user with the stripe api.
The text was updated successfully, but these errors were encountered:
Problem
If I understand the code base correctly it's missing the case when a user is deleted in the database to also delete the stripe record that belongs to it. Or am I missing something?
Possible Solution
In a past App, I did this with a webhook from Supabase that called a Next js API route to delete the Stripe user with the stripe api.
The text was updated successfully, but these errors were encountered: