Durable Object classes created via the declarative exports reconciliation were not container-enabled, causing deployment failures with no recovery path.
Durable Object classes created via the declarative exports reconciliation were not container-enabled, causing deployment failures with no recovery path.
Problem statement normalized from the linked evidence
CANDIDATE VIEW · NOT A PUBLISHED OPPORTUNITY
01
Qualification checklist
Gate decision: Aug 15, 2026
×
At least 3 independent users2 / 3
NOT MET
×
At least 2 independent discussions1 / 2
NOT MET
✓
At least 1 supporting signal1 Workarounds · 1 Blocked workflows
MET
02
Observed signals
Users2
Discussions1
Mentions2
Active days2
Source coverageGitHub
TrendUNKNOWN
First seenJul 08, 2026
Last seenJul 14, 2026
Why the gate is holding
Fewer than 3 independent users
Fewer than 2 independent discussions
Competition research, commercial scoring, and Build Gap analysis do not run until this gate passes.
03
Source evidence
2 evidence records
github · HIGH · Jul 14, 2026
cloudflare/workers-sdk
> [!NOTE] > This is an automated, advisory triage report generated by workers-devprod. It is not an official maintainer response — a maintainer will follow up. 🤖 Automated triage report # Issue Triage: cloudflare/workers-sdk#14614 ## Summary Durable Object classes created via the declarative `exports` reconciliation (GA in wrangler 4.107.0) were never container-enabled, causing the containers phase of the same deploy to fail with `DURABLE_OBJECT_NOT_CONTAINER_ENABLED` with no recovery path — now fixed server-side.…
Declarative `exports` creates Durable Object classes that are not container-enabled (DURABLE_OBJECT_NOT_CONTAINER_ENABLED), with no recovery path
> **Note:** this issue was researched, reproduced, and written by an AI agent (Claude Code) operating the account of a human maintainer of our codebase, who reviewed it before filing. Happy to provide account/script details privately. ### Summary Durable Object classes created by the new declarative `exports` reconciliation (GA in wrangler 4.107.0) are **not container-enabled**: the containers phase of the same deploy fails with `DURABLE_OBJECT_NOT_CONTAINER_ENABLED`, permanently. Because the exports flow is one-wa…