#Getting not found page on landing page after server restart

16 messages · Page 1 of 1 (latest)

narrow ember
#

I restarted my dev server and now all of the sudden I am getting a 404 on my / URL. I have tried restarting the dev server multiple times and running it on different terminals and nothing helps. Any ideas?

next trellisBOT
#

🔎 This post has been indexed in our web forum and will be seen by search engines so other users can find it outside Discord

🕵️ Your user profile is private by default and won't be visible to users outside Discord, if you want to be visible in the web forum you can add the "Public Profile" role in id:customize

✅ You can mark a message as the answer for your post with Right click -> Apps -> Mark Solution
(if you don't see the option, try refreshing Discord with Ctrl + R)

narrow ember
#

Here is my file layout

valid plover
#

have you tried delete .next folder and try re-run it again?

narrow ember
#

Tried that and it still does not work

#

Oh I think I know what the issue is

#

I just realized when I installed Shadcn/ui it created an app folder at the root of the project

#

I assume it is trying to read from that

#

🤦‍♂️

valid plover
#

Lol, thats probably it. did you create a component.json from shadcn, I believe they ask a choice to create the .json config?

narrow ember
#

Yeah I did

#

I just reconfigured that file and copied over the css file into the correct spot and everything is working as expected

#

Silly error