You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
final token = await UserApi.instance.loginWithKakaoAccount();
final res = await _supabase.auth.signInWithIdToken(
provider: OAuthProvider.kakao,
idToken: token.idToken!,
);
Bug report
above code results
AuthException(message: Unacceptable audience in id_token: [kakao_native_app_key], statusCode: 400)
When does this error occur and how can I fix it?
The text was updated successfully, but these errors were encountered: