next-learn
next-learn copied to clipboard
Learn Next.js Starter Code
In chapter 14 , aria label for Customer Name was added and you were asked to add them to invoice status and amount .The solution to that is not present...
I ran: `npx create-next-app@latest nextjs-dashboard --example "https://github.com/vercel/next-learn/tree/main/dashboard/starter-example"` (no pnpm) I got this output: ```bash Creating a new Next.js app in /home//Desktop/nextjs-dashboard. Downloading files from repo https://github.com/vercel/next-learn/tree/main/dashboard/starter-example. This might take a...
Hello everyone! I found a type/unused import on the Learn Next.js Chapter 13 page. [Here is the link to the highlight.](https://nextjs.org/learn/dashboard-app/error-handling#:~:text=import%20%7B%20updateInvoice%20%7D%20from%20%27%40/app/lib/actions%27%3B). This import is used inside the Form component for...
Hi Team, I'm encountering a build failure while following the Next.js dashboard tutorial ([https://nextjs.org/learn/dashboard-app/getting-started](https://nextjs.org/learn/dashboard-app/getting-started)). The issue occurs during the production build process (`pnpm build`). #### Description of the Issue The...
Lesson: App Router Chapter: 6 Database provider: Supabase (It is likely the error will occur with other providers as well) Seeding the database with /seed fails and returns the following...

Hi! When deploying my project via vercel, I get these issues on deployment and was wondering what exactly I'm doing wrong or if there's a prompt or something I could...
 Above code on lines 2, 4, 17, 18, 19, and 20 should be highlighted instead of the currently highlighted section.  Above line 4 and 25 must be highlighted...
Fixes #1005 I was experiencing the same error as was reported in this issue and have submitted a PR to fix which worked for me. The underlying issue with the...