glaydur
glaydur
TTCTheo's Typesafe Cult
Created by glaydur on 7/14/2023 in #questions
Apple Auth Error: Unacceptable audience in id_token
Using create-t3-turbo with supabase (https://github.com/supabase-community/create-t3-turbo). I'm trying to get my Apple login working. I've already created an apple dev account and put in the bundle id in supabase auth apple provider config. Whenever I try to log in using apple login button though (through expo go using pnpm -F expo dev), it errors out giving the error in the title. I've also put in the bundle id in my apps/expo/app.config.ts. Not sure what else I'm missing.
{
"error": {
"name": "AuthApiError",
"message": "Unacceptable audience in id_token",
"status": 400
}
}
{
"error": {
"name": "AuthApiError",
"message": "Unacceptable audience in id_token",
"status": 400
}
}
3 replies