I always have to deploy twice lol
I always have to deploy twice lol
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"}
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)export class MyContainer extends Container {
defaultPort = 8080;
sleepAfter = this.env.SLEEP_AFTER;
}