vercel / ai-chatbot

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

How do we upgrade to the latest version of nextauth (or authjs)? #258

Closed amplicity closed 6 months ago

amplicity commented 6 months ago

Title says it all. This repo references a singular commit from nextauth. When upgrading nextauth, or downgrading, we face numerous issues.

Downgrading does not seem to support the structure that this app was built with. Upgrading introduces other issues.

Has anyone managed to upgrade this repo's authjs dependency off of the referenced commit and had success? If so, could you please share your implementation details and how they differ from this repo?

leerob commented 6 months ago

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