I see a lot of RuntimeStartFailed messages when attempting to deploy as well... Deployments take >15
I see a lot of RuntimeStartFailed messages when attempting to deploy as well... Deployments take >15min now for me
fetch), and worker B uses a container. It used to work (last tested about a week ago), but as of yesterday it doesn't seem to work at all. Worker A makes the fetch request and it just gets stuck.fetch("https://worker-b.account.workers.dev/process/video" it works fine).wrangler tail show any logs?Checking for local image flexstore:6601d7c5 failed with error: Cannot read properties of undefined (reading 'split'). If I delete the containers app in the Dashboard, I can deploy again

sleepAfter variables according to env variables? For example, I want my container to stop after an hour in dev but never shutdown in prod.this.env.??? valueMsg 2000d8094472de33684f1967e7365521: Error processing message (attempt 1) for d1cab0d6-be82-4211-a6a9-c53c00dbff40: Error: HTTP error! status: 500 - {"error":"Internal Server Error"}
(request id: undefined): Internal Server Error the exact error you're getting?fetch("https://worker-b.account.workers.dev/process/video"wrangler tailChecking for local image flexstore:6601d7c5 failed with error: Cannot read properties of undefined (reading 'split')npx wrangler@latest containers images list
⛅️ wrangler 4.22.0
───────────────────
Error listing images: ApiError: The image registry does not existsleepAfterthis.env.???Msg 2000d8094472de33684f1967e7365521: Error processing message (attempt 1) for d1cab0d6-be82-4211-a6a9-c53c00dbff40: Error: HTTP error! status: 500 - {"error":"Internal Server Error"}Total Upload: 53.47 KiB / gzip: 13.58 KiB
Worker Startup Time: 14 ms
Your worker has access to the following bindings:
- Durable Objects:
- MORPH_CONTAINER: MorphContainer
- Vars:
- NODE_ENV: "production"
Uploaded morph-server (9.65 sec)
Deployed morph-server triggers (1.76 sec)∷ Building container images for local development...
error when starting dev server:
TypeError: Failed to parse URL from /registries/registry.cloudflare.com/credentials
at node:internal/deps/undici/undici:13510:13
at async sendRequest (file:///home/azuev/polymer/node_modules/.pnpm/@cloudflare+vite-plugin@1.12.0_vite@7.1.3_@types+node@24.3.0_jiti@2.5.1_lightningcss@1._8b43f7dcedb891a211abe2294734dcbb/node_modules/@cloudflare/vite-plugin/dist/index.js:14260:10)
at async file:///home/azuev/polymer/node_modules/.pnpm/@cloudflare+vite-plugin@1.12.0_vite@7.1.3_@types+node@24.3.0_jiti@2.5.1_lightningcss@1._8b43f7dcedb891a211abe2294734dcbb/node_modules/@cloudflare/vite-plugin/dist/index.js:14320:26
ELIFECYCLE Command failed with exit code 1.
➜ polymer git:(main) ✗ (request id: undefined): Internal Server Errorexport class MyContainer extends Container {
defaultPort = 8080;
sleepAfter = this.env.SLEEP_AFTER;
}