Hello i have Error: "missing destination name sco...
# supabase-kt
n
Hello i have Error: "missing destination name scopes in models.Session"after the PostgreSQL upgrade to 17.6 Current version: PostgreSQL 17.6 Error: "missing destination name scopes in models.Session" it started after the PostgreSQL upgrade refresh_token requests fail while id_token logins work This likely requires a GoTrue update for PostgreSQL 17 compatibility. Please help. Full Error:
Couldn't refresh session due to an internal server error. Retrying in 10s (Status code 500)... (Ask Gemini)
io.github.jan.supabase.auth.exception.AuthRestException:         unexpected_failure
missing destination name scopes in *models.Session: unexpected_failure
URL: <https://cnucnyusyjhfhcxtsdmr.supabase.co/auth/v1/token?grant_type=refresh_token>
Headers: [apikey=[xyz], X-Client-Info=[supabase-kt/3.2.6], X-Supabase-Client-Platform=[Android], X-Supabase-Client-Platform-Version=[11], Accept=[application/json], Accept-Charset=[UTF-8]]
Http Method: POST
at io.github.jan.supabase.auth.AuthImpl.checkErrorCodes(AuthImpl.kt:592)
at io.github.jan.supabase.auth.AuthImpl.parseErrorResponse(AuthImpl.kt:560)
at io.github.jan.supabase.auth.AuthenticatedSupabaseApiKt$authenticatedSupabaseApi$3.invoke(AuthenticatedSupabaseApi.kt:60)
at io.github.jan.supabase.auth.AuthenticatedSupabaseApiKt$authenticatedSupabaseApi$3.invoke(AuthenticatedSupabaseApi.kt:60)
at io.github.jan.supabase.network.SupabaseApi.rawRequest$suspendImpl(SupabaseApi.kt:25)
at io.github.jan.supabase.network.SupabaseApi$rawRequest$1.invokeSuspend(Unknown Source:15)
at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:34)
at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:100)
at kotlinx.coroutines.internal.LimitedDispatcher$Worker.run(LimitedDispatcher.kt:124)
at kotlinx.coroutines.scheduling.TaskImpl.run(Tasks.kt:89)
at kotlinx.coroutines.scheduling.CoroutineScheduler.runSafely(CoroutineScheduler.kt:586)
at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.executeTask(CoroutineScheduler.kt:820)
at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.runWorker(CoroutineScheduler.kt:717)
at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.run(CoroutineScheduler.kt:704)
j
I think you'll get more help asking Supabase directly as this is a supabase kt community help channel