nextjs-course-code icon indicating copy to clipboard operation
nextjs-course-code copied to clipboard

Source code for my NextJS course (https://acad.link/nextjs)

Results 39 nextjs-course-code issues
Sort by recently updated
recently updated
newest added

This file is very big 🙏🏻🙏🏻🙏🏻🙏🏻 remove this file

https://github.com/mschwarzmueller/nextjs-course-code/blob/cd73c33ad3a693d6ef24d467edda3e6754d8d5c9/styles/main-header.module.css#L18

## What? * Remove **.vscode/settings.json** * Add **/.vscode** to **.gitignore** file ## Why? * Zoom level is too high. * File not related to the project development. Hence unnecessary file...

Please, put .vscode/settings.json to gitignore, or set "window.zoomLevel": 0, before push. Thanks!

![image](https://github.com/mschwarzmueller/nextjs-course-code/assets/42486951/127851f6-3e2d-4e1a-9628-512e072b2500)

These type of error is occuring after adding buttons ![Screenshot (142)](https://github.com/mschwarzmueller/nextjs-course-code/assets/111698012/f4f6377b-8455-4c0d-8f7b-41451a9c66b6) Please tell me how to resolve it.

facing below error while try to run this command npm run dev node_modules\next\dist\compiled\postcss-scss\scss-syntax.js:1:3733) { code: 'ERR_PACKAGE_PATH_NOT_EXPORTED'

After cloning the project and run 'npm install to install the dependencies', I couldn't start the server is keeps send the ** ![image](https://github.com/mschwarzmueller/nextjs-course-code/assets/90501835/71c0e5bd-d8cb-4dbc-bc96-2f6bfd2d9c99) **

Hello, nice course, but there seems to be an issue with useRouter on pages/events/[...slug].js Sometimes router.query.slug is an empty object and not only in pre-rendering phase. Especially wenn hitting enter...