Next.js Discord

Discord Forum

Learn Next.js Error

Answered
Little yellow ant posted this in #help-forum
Open in Discord
Little yellow antOP
I have an error when run npm run seed in chapter 5
Error seeding users: error: no such user
Answered by Little yellow ant
a fix the problem, the bug happens when u copy .env.local vercel/postgres with 'show secrets' off, they copy a POSTGRES_USER= empty, u have to turn show secret on before add in .env file.
View full answer

1 Reply

Little yellow antOP
a fix the problem, the bug happens when u copy .env.local vercel/postgres with 'show secrets' off, they copy a POSTGRES_USER= empty, u have to turn show secret on before add in .env file.
Answer