Why are my routes 404ing when I remove remix-flat-routes #8084
Replies: 1 comment 3 replies
-
Remix
must be
|
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
So, I've been using flat routes since the beginning, and I thought v2 was supposed to be compatible. Here is my directory structure:
It looks like the _index/route.tsx is not correct...is that not right? /tags is 404ing
and here is my remix config:
Can anyone explain why the localhost:3000/tags route would be 404ing (as well as the rest of the routes other than the dashboard? The index route redirects to the dashboard if they are logged in, not sure if that's relevant:
I'm on remix version
2.1.0
:Beta Was this translation helpful? Give feedback.
All reactions