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

Learn Next.js Starter Code

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

https://github.com/vercel/next-learn/blob/main/dashboard/starter-example/app/ui/login-form.tsx import { lusitana } from '@/app/ui/fonts'; - not found, because there is no such directory.

After complete the part of [Handling all errors with error.tsx](https://nextjs.org/learn/dashboard-app/error-handling#handling-all-errors-with-errortsx), if you follow the instructions of [Handling 404 errors with the notFound function](https://nextjs.org/learn/dashboard-app/error-handling#handling-404-errors-with-the-notfound-function), you won't get any 404 page. This...

the chapter 15 has no mid check point. I finish and check it. on http://localhost:3000/dashboard it works well, Bu;t I publish and test on https://nextjs-dashboard2-plum.vercel.app/login it can't login In my...

I hope to not protect the / and /dashboard, but protect the /protected and keep the login and logout. It should change the follow: matcher: ['/((?!api|_next/static|_next/image|.*\\.png$).*)'], as I hope to...

Hi Team, I trust this message finds you in good spirits. 🌟 Your commitment to the project is truly appreciated, and we welcome your active involvement. We've identified an issue...

_**Context: Just Finished Chapter 15**_ After logging in successfully, I am redirected to the dashboard route as expected. However, when the app is deployed to my Vercel instance I receive...

Just completed the course and I seem to be missing the step where the customer page is actually updated to be functional? I feel like it should be here: https://nextjs.org/learn/dashboard-app/adding-search-and-pagination...

Getting error while using the seed command Please tell if someone has any idea of what's happening... ![image](https://github.com/vercel/next-learn/assets/72368836/674ae8dc-7255-4a92-86a3-40c155df3812)

Upon completing Chapter 15 I received this warning. `[auth][warn][env-url-basepath-redundant] Read more: https://warnings.authjs.dev#env-url-basepath-redundant` After investigating a little I found that Auth.js version 5 infers [AUTH_URL](https://authjs.dev/getting-started/deployment#auth_url) automatically based on request headers and...