Github Auth works fine locally, stops working when I deploy the app #11279
-
Logs on vercel The website On clicking the sign in button reloading the page. it looks like everything is working fine, until after logging i get this error Github OAuth app Env vars on Vercel Here's my repo : https://github.com/RushilJalal/rushil-ecommerce-store Please feel free to ask me any questions. I'm a beginner and I would love to make this work. |
Beta Was this translation helpful? Give feedback.
Answered by
RushilJalal
Jun 29, 2024
Replies: 1 comment
-
The error has been found. It was the NextJS version after all. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
RushilJalal
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The error has been found. It was the NextJS version after all.
Read here: #10585
Reverting back to v14.1.2 fixed it.