-
ProblemExperiencing a PKCE I have the following Web redirect URIs in my Azure App registration's authentication settings:
Any insights or solutions to resolve this issue would be appreciated. TL;DR
Environment
Configurations
Code
|
Beta Was this translation helpful? Give feedback.
Replies: 11 comments 21 replies
-
Seeing the same thing on Vercel only but not local. Next auth v4.24.7 |
Beta Was this translation helpful? Give feedback.
-
Can you always login successfully on the first attempt? I have the same error message for my project, but i can't even login with the first attempt. The first error i get is that the "State cookie" is missing, after that i get the same error as you. |
Beta Was this translation helpful? Give feedback.
-
I started getting the same error after a new deployment today. The old deployment URLs are still operational. I have tried to deploy with all NodeJS versions. But the result is the same. I am using Keycloak as the provider. Using: Error on vercel logs:
I am not sure but it might be an error caused by vercel. |
Beta Was this translation helpful? Give feedback.
-
Yup fairly certain this is a Vercel problem. |
Beta Was this translation helpful? Give feedback.
-
I'm also experiencing this on Vercel. My old deployment links still work |
Beta Was this translation helpful? Give feedback.
-
I just tweeted at them: https://x.com/sagefarrenholz/status/1780286565450739737?s=46 |
Beta Was this translation helpful? Give feedback.
-
Same problem here. I tried to log in into my app using next auth with the google provider and got that error, local environment works just fine tho... |
Beta Was this translation helpful? Give feedback.
-
Also seeing the same for Google provider |
Beta Was this translation helpful? Give feedback.
-
Encountering the same problem with google provider , we resorted to temporarily setting checks to ['none'] as a workaround. |
Beta Was this translation helpful? Give feedback.
-
Hi there, Swarnava from Vercel Customer Success team here.
|
Beta Was this translation helpful? Give feedback.
-
We rolled back a change which we think may introduced the issue. Can you redeploy and let us know if you can still reproduce the issue? |
Beta Was this translation helpful? Give feedback.
We rolled back a change which we think may introduced the issue. Can you redeploy and let us know if you can still reproduce the issue?