Chapter 6 of Next.js tutorial
Unanswered
dh posted this in #help-forum
dhOP
Hello all, I am on chapter 6 of the Next.js tutorial where we need to upload the repo into Vercel. I initially was getting an error about Type error: Cannot find module '@/app/ui/fonts' or its corresponding type declarations. I found some solutions on https://github.com/vercel/next.js/discussions/60173 where I was able to update tsconfig. (Not really sure which is the correct answer since there are 3 solutions. )
However, now I am getting an error that Type error: "/login" is not an existing route. If it is intentional, please type it explicitly with
However, now I am getting an error that Type error: "/login" is not an existing route. If it is intentional, please type it explicitly with
as Route. I can see that VS Code is complaining about that part of the code but this was already populated from the starter files. Can someone help me with fixing this?