SupabaseS
Supabaseβ€’4y ago
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 and the session back, but an error:

{
  "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! πŸ™
Was this page helpful?