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

Signup Error #280

Open Clemens05 opened 6 months ago

Clemens05 commented 6 months ago

Hello,

I have deployed this app on Vercel.

The chat works fine, but when I want to create an account, the following message pops up: "Something went wrong, please try again!".

I have no browser console logs and no logs in my Vercel dashboard.

Besides that, this app is really great.

Thanks Clemens

athrael-soju commented 6 months ago

@Clemens05 make sure that you have the correct env vars set for the KV database. I noticed that when I did vercel link' and 'vercel env pull it didn't pull the right ones.

Clemens05 commented 6 months ago

@athrael-soju Thanks for your reply.

I compared the .env.local variables in Storage/my database and the environment variables in my project settings.

Still, the error appears.