Hey, I'm here to vent, I'm new to Cf pages and workers. Today, I kept getting 503 errors for my new deployments all day. I spent hours investigating, upgraded to the paid Workers plan, but nothing worked. Now it’s suddenly working but a few resources are returning 500 errors. At this point I feel like I might need to move away...
Not sure if this is the place to ask but how often are node releases updated on Build System v2? I am trying to use the new node 22.11.0 LTS released yesterday but the build system can't find this version
14:46:10.665 Detected the following tools from environment: nodejs@22.11.0, pnpm@9.12.314:46:10.665 Installing nodejs 22.11.014:46:11.188 Trying to update node-build... ok14:46:11.225 node-build: definition not found: 22.11.014:46:11.233 Error: Exit with error code: 114:46:11.233 at ChildProcess.<anonymous> (/snapshot/dist/run-build.js)14:46:11.233 at Object.onceWrapper (node:events:652:26)14:46:11.233 at ChildProcess.emit (node:events:537:28)14:46:11.233 at ChildProcess._handle.onexit (node:internal/child_process:291:12)
14:46:10.665 Detected the following tools from environment: nodejs@22.11.0, pnpm@9.12.314:46:10.665 Installing nodejs 22.11.014:46:11.188 Trying to update node-build... ok14:46:11.225 node-build: definition not found: 22.11.014:46:11.233 Error: Exit with error code: 114:46:11.233 at ChildProcess.<anonymous> (/snapshot/dist/run-build.js)14:46:11.233 at Object.onceWrapper (node:events:652:26)14:46:11.233 at ChildProcess.emit (node:events:537:28)14:46:11.233 at ChildProcess._handle.onexit (node:internal/child_process:291:12)
But, I would definitely encourage folks to look at Workers Assets for any new projects.
Do (static) Workers Assets count against size Workers size limit (which is 1MB for free accounts vs 25MB for pages, if I get this correctly) If so this would make static Workers Assets much less useful and be an argument to continue to use Pages.
I tried to find the (static) Workers Assets limit but so far my documentation searching skills were not successful in that. Is the limit unspecified/unknown while in beta?
So, I want to make a cdn subdomain for my site. Things like images, videos, etc. would be hosted there, and I want to have the subdomain cdn.mydomain.com. I use Cloudflare Pages to host, and I was going to use R2 to set up this cdn. Any idea how I would go about uploading things with the cdn. subdomain?
Alright, so, I guess more what my issue is I uploaded things the that R2 bucket, and it's set up to have the cdn.minodabproductions.dev domain. The folder structure in the bucket is shown in the screenshot However, referencing it in the page like as shown in the screenshot doesn't load. I only see one error, which seems to be unrelated, as well.