I’m new to workers and was exploring the chat feature but ran into this error.
wrangler publish
Delegating to locally-installed [email protected] over global [email protected]…
Run npx wrangler publish
to use the local version directly.
wrangler 2.20.0
▲ [WARNING] You are about to publish a Workers Service that was last published via the Cloudflare Dashboard.
Edits that have been made via the dashboard will be overridden by your local code and config.
Would you like to continue? … yes
Your worker has access to the following bindings:
- Durable Objects:
- rooms: ChatRoom
- limiters: RateLimiter
- KV Namespaces:
- MRN_KV:
Total Upload: 19.41 KiB / gzip: 5.65 KiB
- MRN_KV:
✘ [ERROR] A request to the Cloudflare API (/accounts/<largeNumber./workers/scripts/mrn) failed.
In order to use Durable Objects, you must agree to pricing at
CloufFlareSite//workers/overview?enable-durable-objects
[code: 10084]