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

Typescript is throwing type error for the message inside create-form and edit-form app/ui/invoices/create-form.tsx - line 16 app/ui/invoices/edit-form.tsx - line 22 ![Screenshot (1)](https://github.com/vercel/next-learn/assets/59788555/cbf8acb0-4b6d-4623-b566-99e0a4dfd33c) Type '{ message: null; errors: {}; }' is...

I'm following NextJS learning tutorial and created postgress storage on my vercel account. I notice that the UI for showing the table rows is broken. The first row is generally...

When I've created my Next JS App, there is no .env.sample file & /scripts/seed.js with it. How to solve it 'cause I can't link my app with Vercel/Postgres without them...

``` export default async function Page({ searchParams, }: { searchParams?: { query?: string; page?: string; }; }) { const query = searchParams?.query || ''; const currentPage = Number(searchParams?.page) || 1;...

In chapter 12, "Updating an invoice" section, there is a typo in the url at the end of h3 number 4 leading to a not found error. > The URL...

## Issue - Under **Chapter 6: Setting Up Your Database**, the step [Seed your database](https://nextjs.org/learn/dashboard-app/setting-up-your-database#seed-your-database) mentioned > Inside of `/app`, there's a **folder** called **seed**. Uncomment this file. This folder...

Been following this tutorial: https://nextjs.org/learn/dashboard-app/setting-up-your-database When I'm trying to see the DB, it says: ![image](https://github.com/user-attachments/assets/aab7edb1-51e2-47c3-81d5-be8439ca89a4) I don't know what to do. I have tried everything. My route.ts in my seed...

![Screenshot_2](https://github.com/user-attachments/assets/009fd6b8-51a6-473c-ad0c-b98a719912b3)

Bumps [next](https://github.com/vercel/next.js) from 14.0.0 to 14.2.10. Release notes Sourced from next's releases. v14.2.10 [!NOTE] This release is backporting bug fixes. It does not include all pending features/changes on canary. Core...

dependencies
javascript

![localhost-3000-seed](https://github.com/user-attachments/assets/eaf64784-07f7-4ee5-9b53-7f74f4648bcc)