Cloudflare Developers

CD

Cloudflare Developers

Welcome to the official Cloudflare Developers server. Here you can ask for help and stay updated with the latest news

Join

Are you running an install before the

Are you running an install before the action?

Hello one my workers suddenly can t be

Hello, one my workers suddenly can't be published anymore, with a workers.api.error.internal_server [code: 10002] error. There's no error at compile time, and the wrangler.toml file has been untouched for 2 weeks (git is my witness). Last time I published it was 2 days ago, and now with reversed changes I still can't publish it. So is it just the Cloudflare's API going through some troubles (and status page is up to date), or potentially breaking changes introduced to wrangler?...

Anyone have a tool they like for bundle

Anyone have a tool they like for bundle size analysis?

Basically with Pages you would only pay

Basically, with Pages, you would only pay for serving the on-demand assets, all static asset requests would be free.

Invalid regexp error

I upgraded today to latest wrangler2, when try starting pages dev mode I get this error message: ✘ [ERROR] [plugin wrangler-module-collector] Invalid regular expression: 112294 │ filter: new RegExp("^(" + [...props.wrangler1xlegacyModuleReferences.fileNames].join("|") + ")$") Anyone else facing some similar problem?...

wrangler secret put raw mode error

I'm trying to setup secret with echo "VALUE" | wrangler secret put MY_SECRET and I keep getting the same error. (I'm using wrangler@beta) ```sh ERROR Raw mode is not supported on the current process.stdin, which Ink uses as input stream by default....