Need Help - Remix + Vite (Cloudflare Pages)
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.