404 on base path
Answered
SpicyJungle posted this in #help-forum
Having a really weird issue where i get 404 on the main path, even though there is a page.tsx.
not quite sure what more info i can give, i just started the project and installed packages (shadcn, nextauth, stripe).
not quite sure what more info i can give, i just started the project and installed packages (shadcn, nextauth, stripe).
8 Replies
do you have a app folder at root also?
Answer
fml yes
sometime shadcn cli will generate app folder at root
thank you. i assume i just add the contents of the globals.css in there to the one in the actual folder?
use either app or src/app
if app is there, src/app is ignored
@Ray sometime shadcn cli will generate app folder at root
guessing it's trying to edit globals.css inside the app folder, but if you have src folder it'll make a new one
please mark solution if your issue has been solved 😀