Β© 2026 Hedgehog Software, LLC

TwitterGitHubDiscord
More
CommunitiesDocsAboutTermsPrivacy
Search
Star
Setup for Free
SupabaseS
Supabaseβ€’4y agoβ€’
14 replies
maija

Help with Signin – Request failed

It is super weird, yesterday my code for user signup and signin worked just fine. Without changes on my code today, I am not getting the
user
user
and the
session
session
back, but an error:

{
  "data": null,
  "user": null,
  "session": null,
  "error": {
    "message": "Request Failed"
  }
}
{
  "data": null,
  "user": null,
  "session": null,
  "error": {
    "message": "Request Failed"
  }
}

All requests return 200 and I can't find something unusual in the API or Database logs. I am using the ANON key. GET requests to read data work just fine.
Does anyone have an idea, what could have been responsible for this error? Thanks in advance! πŸ™
Supabase banner
SupabaseJoin
Supabase gives you the tools, documentation, and community that makes managing databases, authentication, and backend infrastructure a lot less overwhelming.
45,816Members
Resources

Similar Threads

Was this page helpful?
Recent Announcements

Similar Threads

Help with auth - 'Request failed' Error on auth.signIn() from VSCode
SupabaseSSupabase / help-and-questions
4y ago
SignIn with twitter
SupabaseSSupabase / help-and-questions
4y ago
"Network Request Failed" Issue with iOS?
SupabaseSSupabase / help-and-questions
3mo ago
Network request failed
SupabaseSSupabase / help-and-questions
4y ago