next-learn
next-learn copied to clipboard
Learn Next.js Starter Code
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  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:  I don't know what to do. I have tried everything. My route.ts in my seed...

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