Replies: 3 comments 15 replies
-
Not an answer, but I'm running into this same issue after following the Blog Tutorial and getting to the Dynamic Route Params part. I've also been able to reproduce this with the following steps:
|
Beta Was this translation helpful? Give feedback.
-
The reason why it's not working is that you've enabled I've updated your stackblitz Your other option is to use flat files (without any folders). These two are equivalent. |
Beta Was this translation helpful? Give feedback.
-
had the same issue following the tutorial and ended up here. the tutorial should either have the command not enable the feature flags for v2 or be updated to use the new conventions most likely. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Here is a stackblitz and I have this set up of routes:
I would expect a url of
/posts/something
to render the$slug
file but instead a 404 Not Found is returned.This is my first time using remix but I'm not sure what I am doing wrong.
Beta Was this translation helpful? Give feedback.
All reactions