[BUG] log in and Sign Up always return error
See original GitHub issueFor Sign Up
- on local and in the deployed page when I try to make a sing up always get
An unexpected error ocurred
and the logs saysError: Internal server error at FetcherError.CommerceError [as constructor]
but then in themybigcommerce
i can see the user created as expected
For Log In
- on local and in the deployed page always return
An unexpected error ocurred. Did you forgot your password?
and the logs saysError: Internal server error at FetcherError.CommerceError [as constructor]
Issue Analytics
- State:
- Created 3 years ago
- Comments:12 (2 by maintainers)
Top Results From Across the Web
auth.signUp() doesn't error for existing accounts - security ...
Bug report Describe the bug supabase.auth.signUp() is not erroring for existing accounts. Right now, you can submit an existing email with ...
Read more >Error message bug in custom-login - Auth0 Community
When a user attempts to sign up with an existing email address, they see this generic error: WE'RE SORRY, SOMETHING WENT WRONG WHEN...
Read more >Fix login issues on websites that require a username and ...
Click the menu button · At the top right corner, type the name of the website you wish to forget in the Search...
Read more >How can I solve this PHP login bug? - Stack Overflow
I have my HTML form's action attribute set to auth/login.php , which does exist. What it does is basically check if the fields...
Read more >Most Common Log-in Problems and Solutions | by Nick Babich
Users can get so used to typing in their old password that they can forget they changed it. And when they see an...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Same error here, tried to login in and sign up takes the error:
But when i check
View Customers
on bigcommerce they are saved:yes i set it whit the vercel shell and making
vercel env pull
but is set as usual .env, so i don’t have the error asking for the env vars on my local, also @okbel thanks for answering ¡¡