In production my app send "Invalid_client" when I try to sign in even after double-checking the .env variable #1584
-
Hi, I deploy on vercel my app configure with nexth-auth and Linkedin auth0. Everything was working well in dev mode, but not in production. This is why I double check all the .env var. It seems that everything is ok. I check the authorization from LinkedIn and everything looks great. To replicate you can sign in here Log from the vercel Lambda function
I can't understand where does the error come from. Your help will be very much appreciated ? Have a good day ! |
Beta Was this translation helpful? Give feedback.
Answered by
balazsorban44
Mar 25, 2021
Replies: 1 comment 16 replies
-
have you checked if you allowed the callback url correctly on your Auth0 dashboard? |
Beta Was this translation helpful? Give feedback.
16 replies
Answer selected by
D2Mat
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
have you checked if you allowed the callback url correctly on your Auth0 dashboard?