next-learn
next-learn copied to clipboard
Learn Next.js Starter Code
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...
 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  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 >=...