Closed xedro98 closed 1 year ago
Github Auth works perfectly locally, but stops working as soon as I deploy it on Vercel. Can someone help me? I created a discussion with all necessary errors here https://github.com/nextauthjs/next-auth/discussions/11279
I released a fix, you can run
pnpm up @auth/nextjs
. See the details in #76. Can someone try this and report back? (Your lockfile should reference @auth/nextjs@0.0.0-manual.179c08d4)Tested it here: https://ai-chatbot-28-conrad.vercel.app/
Login should work fine there.
Login in fact doesn't work fine But this works fine https://ai-chatbot.vercel.sh/ @
How do I setup the github login? I followed the intruction byt when i click login and authorize my github account, the chat UI just regreshes and still shows Login option, when I click Login again, it just refreshes the page.