Replies: 1 comment
-
Alright! I found the problem! All solved! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi everyone 🤗
I'm migrating an app from a Remix + Cloudflare single app to a Remix monorepo using Turborepo and Cloudflare.
But Wrangler isn't picking up the built remix app. It's returning me 404 on all of my routes.
Note that this exact configuration was working in the single repo configuration.
My journey so far
Strange thing
Remix and Vite don't create an index.html file when they finish the build process. If I create an empty index.html, the wrangler picks it up and returns it to me.
Here are the support files:
(apps/alertdown/package.json)
wrangler.toml
Vite config:
tsconfig.json
Any ideas?
Beta Was this translation helpful? Give feedback.
All reactions