Setting DurableObject from wrangler.toml results in an error.
DurableObjects created with CloudflareWorker can be registered with CloudflarePages.
However, if I use
wrangler pages download config <project-name>
to create wrangler.toml
and then deploy again, `This namespace no longer exists and can not be read from or written to. Please try using a different namespace.
3 Replies
I'm seeing this in the dashboard too.
@arbfay @なぽりたん did either of you find a solution for this? running into the same issue out of nowhere - was working yesterday, now I'm seeing this in dashboard
I found the solution.
I needed to add
environment = "production"
.