dijonmusters / build-a-saas-with-next-js-supabase-and-stripe

292 stars 67 forks source link

Fixed token error in api/subscription/[priceId].js #5

Closed tomaskebrle closed 11 months ago

tomaskebrle commented 2 years ago

It seems that supabase updated the way it sends cookies, and the code doesn't, this results in 500 error. Resolves #4

tomaskebrle commented 11 months ago

Closing this as it seem this tutorial is outdated and I don't like seeing open pull requests inside my pull request tab :sweat_smile: