build-a-saas-with-next-js-supabase-and-stripe
build-a-saas-with-next-js-supabase-and-stripe copied to clipboard
The user state doesn't match on the server and the client When I logged in and **refresh** a page, I see the following error in my browser console `next-dev.js?3515:32 Warning:...
Hi, I'm doing the Egghead tutorial. [This lesson](https://egghead.io/lessons/supabase-automatically-create-a-stripe-customer-for-each-user-with-supabase-function-hooks) add hook function to add `stripe_customer` to Profile. When I remove row level security in Profile table, `stripe_customer` updates. But with it...
Hi. I'm unable to move past lesson [#19](https://egghead.io/lessons/supabase-pass-supabase-session-cookie-to-api-route-to-identify-user). I followed along and adjusted the code in [priceId].js to pass the session token to supabase, but I'm still receiving the 500...
It seems that supabase updated the way it sends cookies, and the code doesn't, this results in 500 error. Resolves #4
when cloning the project, in pages/index at line 10, `lessons.map(`.. should be optional since we don't have any lessons yes
I'm trying to learn from this egghead tutoiral: https://egghead.io/lessons/supabase-query-data-from-supabase-using-next-js I am not able to read from the supabase database as per lesson 4. I have changed the nextjs version in...
Hi John, Thank you for making this egghead course. I am a very slow learner. I am stuck on lesson 4 in your tutorial. I think the issue might have...