After logging in, I receive the error "JSON object requested, multiple (or no) rows returned" as shown in the attached image. Upon inspecting the console, I see that the database calls return an HTTP status code 406 with the following error:
{
"code": "PGRST116",
"details": "The result contains 0 rows",
"hint": null,
"message": "JSON object requested, multiple (or no) rows returned"
}
I performed a local installation on an AWS Ubuntu VM. I followed the installation instructions for the local setup without encountering any significant issues. Can you help me understand?
After logging in, I receive the error "JSON object requested, multiple (or no) rows returned" as shown in the attached image. Upon inspecting the console, I see that the database calls return an HTTP status code 406 with the following error: { "code": "PGRST116", "details": "The result contains 0 rows", "hint": null, "message": "JSON object requested, multiple (or no) rows returned" }
I performed a local installation on an AWS Ubuntu VM. I followed the installation instructions for the local setup without encountering any significant issues. Can you help me understand?