build-a-saas-with-next-js-supabase-and-stripe
build-a-saas-with-next-js-supabase-and-stripe copied to clipboard
Fixed token error in api/subscription/[priceId].js
It seems that supabase updated the way it sends cookies, and the code doesn't, this results in 500 error. Resolves #4