next-learn
next-learn copied to clipboard
Learn Next.js Starter Code
Instead of: /* export default async function Page({ searchParams, }: { searchParams?: { query?: string; page?: string; }; }) { const query = searchParams?.query || ''; const currentPage = Number(searchParams?.page)...
I am facing issue while following the create dashboard application from the documentation (chapter - 6): `An error occurred while attempting to seed the database: VercelPostgresError: VercelPostgresError - 'missing_connection_string': You...
``` > seed > node -r dotenv/config ./scripts/seed.js node:events:492 throw er; // Unhandled 'error' event ^ Error: read ECONNRESET at TLSWrap.onStreamRead (node:internal/stream_base_commons:217:20) Emitted 'error' event on WebSocket instance at: at...
This is completely unnecessary and pretty much breaks the entire tutorial for any other tools.
 In chapter 14 - Improving Accessibility, in the screenshot there's a form state error message at the end of the form which didn't display. Maybe need to be included...
only 3 table were populated in vercel postgres db  ### error message ``` bluewizard888888@cloudshell:~/learn_next/nextjs-dashboard$ npm run seed > seed > node -r dotenv/config ./scripts/seed.js Created "users" table Seeded 1...
The error messages suggest the values are missing (`required_error`) instead of being of the wrong type (`invalid_type_error`). The course content in Chapter 14 should also be updated accordingly.
On [this page](https://nextjs.org/learn/dashboard-app/adding-authentication#adding-the-credentials-provider), the link to the Credentials provider is broken. The existing value of `https://authjs.dev/getting-started/providers/credentials-tutorial` lands on a 404. It likely should be changed to `https://authjs.dev/getting-started/authentication/credentials`. 
Bumps [tar](https://github.com/isaacs/node-tar) from 6.2.0 to 6.2.1. Commits bef7b1e 6.2.1 fe8cd57 prevent extraction in excessively deep subfolders fe7ebfd remove security.md See full diff in compare view [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will...
Bumps [tar](https://github.com/isaacs/node-tar) from 6.2.0 to 6.2.1. Commits bef7b1e 6.2.1 fe8cd57 prevent extraction in excessively deep subfolders fe7ebfd remove security.md See full diff in compare view [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will...