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

The error show as below: I try to run 'next dev --turbo' in local. ![Uploading error-info.png…]() My package info as below:(node version is v18.19.0.) ``` { "private": true, "scripts": {...

Using only the page as a key does not preserve uniqueness across updates. This caused, for example, an ellipsis to appear before the pagination elements when navigating from a page...

My OS is window 11 and the nodejs version is 20.12.1 (is higher than 18 i suppose) and the text errors are listed below: npm ERR! code ENOENT npm ERR!...

# Chapter 7 - Fetching Data ## Using SQL The line reads: > Go to /app/lib/data.ts, here you'll see that... I might suggest: > Go to /app/lib/data.ts. Here you'll see...

when using "npm run seed" I get get and error return "UNABLE_TO_GET_ISSUER_CERT_LOCALLY". I am on Windows 10 > seed > node -r dotenv/config ./scripts/seed.js node:events:496 throw er; // Unhandled 'error'...

This is the interface: ![图片](https://github.com/vercel/next-learn/assets/104178424/de378336-c43d-403f-8304-6fde125fb26d) This is a project console error: Database Error: NeonDbError: Error connecting to database: fetch failed at execute (webpack-internal:///(rsc)/./node_modules/@neondatabase/serverless/index.mjs:1547:49) at process.processTicksAndRejections (node:internal/process/task_queues:95:5) at async fetchRevenue (webpack-internal:///(rsc)/./app/lib/data.ts:25:22)...

For Chapter 15: Adding Authentication, the provided implementation for the sign out button leads to the following error. ```typescript Error: × It is not allowed to define inline "use server"...

In Chapter 12: https://nextjs.org/learn/dashboard-app/mutating-data#storing-values-in-cents The dollar amount is converted to cents by multiplying by 100. However, this doesn't convert it to an integer and can lead to database errors. The...

### What is the improvement or update you wish to see? Hello. Starting from [this section of the documentation](https://nextjs.org/learn/dashboard-app/adding-search-and-pagination#2-update-the-url-with-the-search-params) there is an error in the code of the Search component....

### What is the improvement or update you wish to see? While following the dashboard tutorial, after adding the search component in chapter11 we get hidration error. While asking chatgpt...