supabase: Unable to Login to the Dashboard
Bug report
- I confirm this is a bug with Supabase, not with my own application.
- I confirm I have searched the Docs, GitHub Discussions, and Discord.
Describe the bug
When navigating to the Dashboard login or trying to login to the SupaBase Dashboard I am getting this error message in the console (no UI errors):
"message": "No authorization token was found"
To Reproduce
Steps to reproduce the behavior, please provide code snippets or a repository:
- Go to: https://supabase.com/dashboard/sign-in?
- Inspect the developer tools of your browser
- See error in the console and also in the network tab
Expected behavior
I would expect to see no error or API call the the /projects endpoint and to have the ability to submit my login username and password
Screenshots
System information
- OS: macOS
- Browser: Brave, Chrome, Safari
- Version of supabase-js: N/A
- Version of Node.js: N/A
Additional context
Thank you for the help!
About this issue
- Original URL
- State: closed
- Created 9 months ago
- Reactions: 2
- Comments: 15 (1 by maintainers)
I’m getting the same thing too, but this only affects when using email and password, not the GitHub sign-in button.
Working here now too!
All working again for me
Having the same issue. I tried clearing cookies, cache, different browsers, incognito mode, you name it. It works fine with GitHub, but I am unable to log in or create a new account with email and password. Getting 401 errors in the console, but also “UserObject missing! You should pass a UserObject to getValue()”