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

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...

![Image](https://github.com/user-attachments/assets/7eea5461-6530-4ceb-ba2f-ddeb0361b469)

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...

![Image](https://github.com/user-attachments/assets/b6218993-cf8d-44d4-9b67-4567d4f4b190) Above code on lines 2, 4, 17, 18, 19, and 20 should be highlighted instead of the currently highlighted section. ![Image](https://github.com/user-attachments/assets/4f2431ee-5202-4fc7-8acf-1bed1b9fbb6c) 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...