Next.js Discord

Discord Forum

Can't browse Vercel Postgres database after seeding in the Learn Nextjs tutorial

Unanswered
emacs posted this in #help-forum
Open in Discord
I'm on step 6 in the "Learn Nextjs" tutorial and I've successfully created the database in Vercel. I've also run the npm run seed script successfully and it says that the database tables were created and seeded successfully. Vercel shows that there is data in the database but the dropdown for browsing the database is greyed out and queries just spin forever and (presumably) timeout. Has anyone run into this issue before and could help me figure it out?

1 Reply

did you find the solution? i'm stuck too