javascript_is_wack
CDCloudflare Developers
•Created by javascript_is_wack on 4/25/2025 in #pages-help
Unable to Deploy Unless using CLI Deploy
Hello. I'm able to run and even deploy my app when building locally (e.g.
npx wrangler pages .
and npx wrangler pages deploy .
). However, the automatic deploys runs into an error after build and during deploy due to an error from one of the NPM node_modules. I think it's due to process.stderr
being accessed improperly or being polyfilled improperly by unenv. However, I don't see a way to access the build artifacts that cloudflare creates and so cannot debug this issue. Any help would be appreciated. Thank you.
Removed the other details as I've figured out a workaround. See first response.
Error:
2 replies