kpop-stack icon indicating copy to clipboard operation
kpop-stack copied to clipboard

Sign up not working

Open Tarekkharsa opened this issue 3 years ago • 4 comments
trafficstars

when I try to Sign up after deploy the app I got an error Screen Shot 2022-10-18 at 6 47 00 PM

Tarekkharsa avatar Oct 18 '22 15:10 Tarekkharsa

Just for some context, did you make sure to perform the Supabase Queries so far for setting up the database too? If so, could you deactivate the RLS for me?

maxcell avatar Oct 18 '22 15:10 maxcell

Yes and I try another way to auth I use indie stack and it's the same issue

indie stack: https://tarekkharsa.netlify.app kpop-stack: https://wondrous-lollipop-d7ed35.netlify.app I'm sorry What you mean by "deactivate the RLS"

note: I follow this tutorial from netlify => https://www.youtube.com/watch?v=SrZIBM3OJKY

Tarekkharsa avatar Oct 18 '22 16:10 Tarekkharsa

I ran into the same issue. Removing double quotes from the env vars fixed it for me because there were extra quotes being passed into the Supabase request.

Screen Shot

ahmed-belhadj avatar Nov 13 '22 01:11 ahmed-belhadj

I ran into same or similar issue, seems that Profile table was not created on my Supabase project by default. And this is an error related to absence of profile data.

TypeError: Cannot read properties of null (reading 'id')
    at action5 (/Users/rij/Projects/misc/nebula-remix-n/app/routes/join.tsx:77:18)
    at processTicksAndRejections (node:internal/process/task_queues:96:5)

ricardasjak avatar Nov 22 '22 01:11 ricardasjak