You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Can you provide a reproduction? This works fine for me on a brand new app, you can see in the logs that I created a new file and it was picked up in 91ms.
> remix dev
💿 remix dev
warn The `remix dev` changing in v2
┃ You can use the `v2_dev` future flag to opt-in early.
┃ -> https://remix.run/docs/en/main/pages/v2#dev-server
┗
💿 Building...
💿 Rebuilt in 175ms
Remix App Server started at http://localhost:3000 (http://10.0.0.251:3000)
GET / 200 - - 55.512 ms
💿 File created: app/routes/page.tsx
💿 Rebuilding...
💿 Rebuilt in 91ms
GET / 200 - - 4.885 ms
GET /page 200 - - 11.220 ms
What version of Remix are you using?
1.17.0
Are all your remix dependencies & dev-dependencies using the same version?
Steps to Reproduce
Precision : Do not use the new dev server but the historic one.
Expected Behavior
The route is registered and accessible without full reload of dev server.
Actual Behavior
The route is not registered.
The text was updated successfully, but these errors were encountered: