Agree to pricing link does not work

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.

:partly_sunny: 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.

:heavy_check_mark: 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

✘ [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]

1 Like

We removed that check, anyone with a paid workers plan should be able to upload Durable Objects without going through that link.

If you’re still having difficulty with it let us know.

Finally figured it out. I didn’t realize that the piece at the bottom of the page was expandable. I was able to set the required option.