Chensokheng/next-saas-blog

Login error

Opened this issue · 1 comments

All environment variables are set up correctly, supabase is setup correctly, the user is being created upon auth with github in the database, but in the frontend I get this error when I Login:

{
    "code": "PGRST116",
    "details": "The result contains 0 rows",
    "hint": null,
    "message": "JSON object requested, multiple (or no) rows returned"
}

I get the same error in the issue you created: #6