Missing destination name scopes in *models.Session

It looks like this issue is Supabase server-side bug. I found a related discussion here:
https://github.com/orgs/supabase/discussions/40036

However, it seems the bug still hasn’t been fixed. One of the suggested solutions was to upgrade GoTrue to version 2.18, but my Supabase instance is already running GoTrue v2.182.1.

Raw response:
{"version":"v2.182.1","name":"GoTrue","description":"GoTrue is a user registration and authentication API"}

This problem started after I upgraded PostgreSQL to 17.6.1.054, following Supabase’s recommendation to address a security issue.
GitHub
Description After a successful Google OAuth sign-in, the session is created correctly, but when Supabase attempts to refresh the session (/token endpoint with grant_type=refresh_token), the server ...
Was this page helpful?