Skip to content
New issue

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

Cloudflare & v2_routeConvention - [plugin browser-route-module] ENOENT: no such file or directory #5323

Closed
1 task done
uxbert-fe opened this issue Jan 31, 2023 · 2 comments

Comments

@uxbert-fe
Copy link

What version of Remix are you using?

"@remix-run/cloudflare": "^1.12.0", "@remix-run/cloudflare-pages": "^1.12.0", "@remix-run/react": "^1.12.0"

Are all your remix dependencies & dev-dependencies using the same version?

  • Yes

Steps to Reproduce

  • npx create-remix@latest (basic setup/cloudflare pages)
  • Add v2_routeConvention: true in remix.config.js future
  • yarn dev or yarn build

Expected Behavior

Build/Run successfully.

Actual Behavior

Building Remix app in production mode...

 [ERROR] [plugin browser-route-module] ENOENT: no such file or directory, open '...../app/outes/_index.tsx'


Build failed with 1 error:
error: ENOENT: no such file or directory, open '..../app/outes/_index.tsx'
Error
    at Object.onCompileFailure (..../node_modules/@remix-run/dev/dist/cli/commands.js:180:13)
    at Object.compile (..../node_modules/@remix-run/dev/dist/compiler/remixCompiler.js:34:134)
    at processTicksAndRejections (node:internal/process/task_queues:96:5)
    at async Object.build (..../node_modules/@remix-run/dev/dist/compiler/build.js:33:3)
    at async Object.build (..../node_modules/@remix-run/dev/dist/cli/commands.js:175:3)
    at async Object.run (..../node_modules/@remix-run/dev/dist/cli/run.js:449:7)

Is there a missing r in the path open '...../app/outes/_index.tsx'

@sockthedev
Copy link

Duplicate of #5322

@uxbert-fe
Copy link
Author

closed 👍

@machour machour closed this as not planned Won't fix, can't repro, duplicate, stale Jan 31, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants