Using Durable Objects in Dev Environment
In my
wrangler.toml
file I have this structure:
I created a Durable Object at the top level and I get this message when I launch my Worker in dev
mode:
So I changed my configuration and added this under the dev
section:
But I still get the same message. This is not how you add DOs to environments.
What am I doing wrong. I followed a similar example in the docs about adding a KV store to multiple environments.1 Reply
Of course I figured this out after I posted this. I always works out like that right? Ha!
Here's the solution is anybody else has a similar problem: