vercel / next-learn

Learn Next.js Starter Code
https://next-learn-dashboard.vercel.sh/
MIT License
3.81k stars 1.93k forks source link

No data option available in the sidenav #928

Closed GhofranMohamed closed 1 week ago

GhofranMohamed commented 1 week ago

After seeding the database in chapter 6 I can't explore my data, since there's no data option in the side nav. Did the interface changed ? or did I do something wrong? next-dashboard – Integration – Vercel - Google Chrome 11_19_2024 9_49_05 AM

delbaoliveira commented 1 week ago

Hey @GhofranMohamed! Yes, the interface recently changed. We're updating Chapter 6, and have a PR which will allow you to query the database from a Route Handler, you can copy the new query.ts into your own project: https://github.com/vercel/next-learn/pull/927

Apologies for the discrepancy!