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

errno: -4077, code: 'ECONNRESET', syscall: 'read' when call

In the tips of [Chapter12: 3. Extract the data from formData](https://nextjs.org/learn/dashboard-app/mutating-data#3-extract-the-data-from-formdata), the code `const rawFormData = Object.fromEntries(formData.entries())` is introduced. However, the results of parsing `rawFormData` defined in this way with...

The course progress meter starts from 0 whichever page you start from in the course: If this is not the first page, the progress meter remains permanently shifted. I noticed...

## Description This update changes the TypeScript compilation target from `es5` to `es2017` in the `tsconfig.json` file. The primary motivation for this change is to enable the use of top-level...

Babel is added to early in the example of 'Getting Started with React' Babel is present in the second code snippet. It should not be included until after the 'Adding...

When following the tutorial, and first time starting the build, it fails with > Cannot find module '@/app/ui/fonts' or its corresponding type declarations.ts(2307) I copy / pasted the file from...

I noticed a discrepancy between the documentation in Chapter 8 and the sample code provided. In the [Chapter 8 Static and Dynamic Rendering - Simulating a Slow Data Fetch](https://nextjs.org/learn/dashboard-app/static-and-dynamic-rendering#simulating-a-slow-data-fetch) section...

it can only show 'Please select a customer' no amount, and status I copy the code `const FormSchema = z.object({ id: z.string(), customerId: z.string({ invalid_type_error: 'Please select a customer.', }),...

It works locally, but when I try to deploy it, i get the error message: 404: NOT_FOUND Code: NOT_FOUND ID: lhr1::9jcs9-1705441363398-91d22389571b Tried deploying it a second time and had the...

``` node:events:492 throw er; // Unhandled 'error' event ^ Error: unable to verify the first certificate at TLSSocket.onConnectSecure (node:_tls_wrap:1674:34) at TLSSocket.emit (node:events:514:28) at TLSSocket._finishInit (node:_tls_wrap:1085:8) at ssl.onhandshakedone (node:_tls_wrap:871:12) Emitted 'error'...