next-learn icon indicating copy to clipboard operation
next-learn copied to clipboard

Learn Next.js Starter Code

Results 275 next-learn issues
Sort by recently updated
recently updated
newest added

I'm on chapter 10. Although my project still works locally, I started getting this error in the build logs in vercel: ``` npm ERR! code ERESOLVE npm ERR! ERESOLVE unable...

![Screenshot from 2024-07-30 18-57-17](https://github.com/user-attachments/assets/242cfde7-0cb0-4f61-86ad-bfb7c978a31a) I had an issue when I created tables in the database. I uncommented lines, deleted the line with text as instructed in the guide, then visited...

Hello. I'm following the next.js tutorial but it seems that i stumbled across an error i can't quite get.... It seems that LINKS is not defined?!? Below a screenshot for...

Good day everyone. 👋 When I try to seed DB I get the next error. Error: [object Object] at getProperError (XXXXXXXXXXXXXXXXXX\Education\nextjs-dashboard\node_modules\.pnpm\[email protected][email protected][email protected]__ru4vnckpyyafgw46z2uaeehbny\node_modules\next\dist\lib\is-error.js:41:12) at DevServer.renderToResponseImpl (XXXXXXXXXXXXXXXXXX\Education\nextjs-dashboard\node_modules\.pnpm\[email protected][email protected][email protected]__ru4vnckpyyafgw46z2uaeehbny\node_modules\next\dist\server\base-server.js:2038:53) at process.processTicksAndRejections (node:internal/process/task_queues:95:5) at async DevServer.pipeImpl...

To continue with the tutorial you only have to comment on the return of the get function, in the seed/route.ts file ![route ts - nextjs-dashboard WSL_ Ubuntu - Visual Studio...

I did not understand data seeding.. How run the route file?

After changing the .env.example to .env and copying the contents from vercel, and running pnpm i @vercel/postgres and uncommenting route.ts, when I go to localhost:3000/seed, it gives me the following....

![image](https://github.com/user-attachments/assets/c2afbd2c-d437-4400-b648-8a964a69c7fb) I noticed some UI bugs when navigating from page 4 to 1. It adds an extra ellipsis before page 1, and it keeps adding more when repeatedly navigating between...

Thank you for your detailed tutorial. It is beneficial! I noticed that the search function parameter is missing in one of the code snippets. This confused me, as I also...

[System requirements](https://nextjs.org/learn/dashboard-app#system-requirements) on the Learn Next.js intro page specifies Node v18.17.0 while Next.js requires >=v18.18.0. ``` $ pnpm dev [...] You are using Node.js 18.17.0. For Next.js, Node.js version >=...