Apple provider simply doesn't work #12299
Unanswered
danielpl10
asked this question in
Help
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, I'm using next-auth.js v4 with nextjs 14 and Prisma adapter. In my project I successfully added google provider and magic link, but when I tried to add apple provider it simply doesn't work. I tried all the possible configurations commented in this discussion https://github.com/nextauthjs/next-auth/issues/6788 but I keep getting id_token not present in Token Set, and if I change to response_mode: "query" I get checks.state argument is missing. I'm sure that I have correctly set my apple env variables, when I click login button in my site, it goes to apple login page, accept all permissions, etc., and the errors occurs when it redirects to my site. Next auth js have a website demo that you can login with any provider, even there the apple login doesn't work. Please I need help, Its been like 2 weeks trying already and all my system is already working with Next auth, impossible to change to another library. Any working auth config for apple provider is welcome.
Beta Was this translation helpful? Give feedback.
All reactions