Where do I create my Durable Object?

hey guys! quick question. Am I obligated to register a Durable Object through a Worker? because I'm using Cloudflare Pages so maybe there is a different API for this. Otherwise I'm thinking on just creating a Worker that is going to proxy to the Durable Object
4 Replies
Cyb3r-Jak3
Cyb3r-Jak38mo ago
I believe need to create the durable object with workers but you can bind it to your pages project
niconiahi
niconiahi8mo ago
thanks! it seems that's the way
r2d2
r2d25mo ago
This was confusing, especially given the current CF docs https://developers.cloudflare.com/pages/functions/bindings/#durable-object-namespaces tell to look for "Add binding" wihin the Pages project, but that button doesn't exist there.
Cloudflare Docs
Bindings · Cloudflare Pages docs
A binding enables your Pages Functions to interact with resources on the Cloudflare developer platform. Use bindings to integrate your Pages Functions …