Cloudflare Pages freezes deployment if installGlobals is present on vite.config file #9098
-
Hello, Even with a clean install of npx create-remix@latest --template remix-run/remix/templates/cloudflare the deployment on Cloudlfare pages freezes if installGlobals is present on vite.config.ts file |
Beta Was this translation helpful? Give feedback.
Answered by
joaoguidev
Mar 21, 2024
Replies: 1 comment
-
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
joaoguidev
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I think I figured it out, from what I understood it is only necessery on development so before deploying comment it out.
Another thing in my case, because I use crypto, I added the flag "nodejs_compat" to my CF pages project.