vercel / ai-chatbot

A full-featured, hackable Next.js AI chatbot built by Vercel
https://chat.vercel.ai
Other
5.6k stars 1.67k forks source link

Currently, this app does not work "properly" #259

Closed guylepage3 closed 4 months ago

guylepage3 commented 4 months ago

Currently, this app does not work "properly". The Auth used in the demo is different from that used in the GitHub repository. There are some redirect / callback issues and the app seems to be partially using an experimental version of NextAuth.js v5 and partially using a stable version of v4. As a result it is quite challenging to debug the app in order to get it to run properly.

leerob commented 4 months ago

Update to Auth.js is happening here -> https://github.com/vercel/ai-chatbot/pull/253