Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Sign up not working #101

Open
Tarekkharsa opened this issue Oct 18, 2022 · 4 comments
Open

Sign up not working #101

Tarekkharsa opened this issue Oct 18, 2022 · 4 comments

Comments

@Tarekkharsa
Copy link

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

@maxcell
Copy link
Contributor

maxcell commented Oct 18, 2022

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?

@Tarekkharsa
Copy link
Author

Tarekkharsa commented Oct 18, 2022

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

@no-name-max
Copy link

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

@ricardasjak
Copy link

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)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants