Need help - Remix+Vite
I migrated my remix application from a nodejs based template to the cloudflare template. On trying to deploy my application on Cloudflare pages, I encounter errors that make the build process fail. The main problem is that I have packages that rely on some node internals and even after turning on the
nodejs_compat
option for the project, the errors still show up. I have attached a downloaded log to help.1 Reply
having the same problem. even with the flag turned on, 20 different node packages (postgres- "pg" - related, mostly) - won't deploy via CLI or github