Learn Next.js Error
Answered
Little yellow ant posted this in #help-forum
Little yellow antOP
I have an error when run npm run seed in chapter 5
Error seeding users: error: no such userAnswered 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.
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