We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I created following structure:
app -routes - index.tsx - signin.tsx
You can see the contents of the files in the image below.
I ran command npx remix routes. It is not recognizing signin route. When I try to open in browser, I get 404.
npx remix routes
signin
System: OS: Windows 11 10.0.26100 CPU: (20) x64 13th Gen Intel(R) Core(TM) i7-13700H Memory: 2.21 GB / 15.68 GB Binaries: Node: 22.11.0 - C:\Program Files\nodejs\node.EXE Yarn: 1.22.22 - C:\Program Files (x86)\Yarn\bin\yarn.CMD npm: 10.9.0 - C:\Program Files\nodejs\npm.CMD Browsers: Edge: Chromium (131.0.2903.146) Internet Explorer: 11.0.26100.1882 npmPackages: @remix-run/dev: ^2.15.3 => 2.15.3 @remix-run/node: ^2.15.3 => 2.15.3 @remix-run/react: ^2.15.3 => 2.15.3 @remix-run/serve: ^2.15.3 => 2.15.3 vite: ^5.1.0 => 5.4.14
yarn
signin route should be recognized.
signin route is not being recognized.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Reproduction
I created following structure:
You can see the contents of the files in the image below.
I ran command
npx remix routes
. It is not recognizingsignin
route. When I try to open in browser, I get 404.System Info
Used Package Manager
yarn
Expected Behavior
signin route should be recognized.
Actual Behavior
signin route is not being recognized.
The text was updated successfully, but these errors were encountered: