mshumayl / ai-daleel

AI Daleel source code.
https://ai-daleel.vercel.app
1 stars 0 forks source link

Protect `/main` route #6

Closed mshumayl closed 1 year ago

vercel[bot] commented 1 year ago

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated
ai-daleel ✅ Ready (Inspect) Visit Preview Mar 14, 2023 at 2:30PM (UTC)
mshumayl commented 1 year ago

Need to merge with main to validate auth callbacks on prod.

Checks passed

mshumayl commented 1 year ago

GitHub auth fails with the following URL:

https://ai-daleel.vercel.app/auth/signin?callbackUrl=https%3A%2F%2Fai-daleel.vercel.app%2Fmain&error=OAuthAccountNotLinked

Update: Apparently OAuthAccountNotLinked just means that the same email is already being used via another provider. https://github.com/nextauthjs/next-auth/issues/519#issuecomment-667551224