Is this is covered by Cloudflare Startup Credits cause I'm enrolled and received credits for that
Is this is covered by Cloudflare Startup Credits cause I'm enrolled and received credits for that
Container is not enabled for this durable object class. Have you correctly setup your wrangler.toml if I use vite-plugin
containerFetch().

[ERROR] Forbidden err manually deploying?hello-container -> deploys ok when via cf Github action, but this fails413 Request Entity Too Large - even though the layer is under 2GB. i guess there is a lower per-layer limit?mix phx.gen.release --docker .. added a wrangler.tml file with a basic config npx wrangler deploy i'm getting this error: 



npx wrangler deploy
❯ npx wrangler deploy
⛅️ wrangler 4.21.1
───────────────────
Total Upload: 105.45 KiB / gzip: 25.41 KiB
Worker Startup Time: 11 ms
Your Worker has access to the following bindings:
Binding Resource
env.MY_CONTAINER (MyContainer) Durable Object
Uploaded hello-containers (5.20 sec)
Building image hello-containers:dbd9d60a
✘ [ERROR] Forbidden
🪵 Logs were written to "/Users/drew/Library/Preferences/.wrangler/logs/wrangler-2025-06-24_18-44-11_921.log"
hello-containers main 13s 20:44:24
❯Login Succeeded
Image does not exist remotely, pushing: registry.cloudflare.com/3ac73ad157bc18d2890dfd70f000bd07/mycontainer:5f39f398
The push refers to repository [registry.cloudflare.com/3ac73ad157bc18d2890dfd70f000bd07/mycontainer]
e303a827c75d: Retrying in 3 seconds name = "mycontainer"
compatibility_date = "2025-06-24"
[assets]
directory = "./rel"
[[containers]]
class_name = "MyContainer"
image = "./Dockerfile"
max_instances = 10
instance_type = "basic" # Optional, defaults to "dev"
image_vars = { FOO = "BAR" }
[[durable_objects.bindings]]
name = "silent-unit-dbda_MyContainer"
class_name = "MyContainer"
[[migrations]]
tag = "v1"
new_sqlite_classes = ["MyContainer"]name = "mycontainer"
compatibility_date = "2025-06-24"
[assets]
directory = "./rel"
[[containers]]
class_name = "MyContainer"
image = "./Dockerfile"
max_instances = 10
instance_type = "basic" # Optional, defaults to "dev"
image_vars = { FOO = "BAR" }
[[durable_objects.bindings]]
name = "MyContainer"
class_name = "MyContainer"Container is not enabled for this durable object class. Have you correctly setup your wrangler.tomlcontainerFetch()