Hi everyone,
I have not touched my Nordcraft project in the last two weeks (busy with personal matters). When opening it today however I ran into an issue with Supabase's authentication. Logging in with an OTP works, but refresh tokens are not working, with the API call failing with code 500.
When calling https://<project>.supabase.co/auth/v1/token?grant_type=refresh_token, I get:
{
"code": 500,
"error_code": "unexpected_failure",
"msg": "missing destination name oauth_client_id in *models.Session",
"error_id": "9a37b289b0ca2b28-DUR"
}
Looking online this seems to be a known bug, but I'm not really sure how I could have caused it, or what needs to be done to fix it. Any suggestions would be appreciated!