For Workers & Pages, what is the name of the domain?
dev-player-session.andersheie.workers.dev
What is the error number?
No error number
What is the error message?
Internal error while starting up Durable Object storage caused object to be reset.
What is the issue or error you’re encountering
Durable Object can’t initialize by Cloudflare.
What steps have you taken to resolve the issue?
I have a DO, which I call a lot (it’s a game). When the game goes idle, after five minutes I call it’s DeleteAll() to clean up. Hours later, when the player starts again, I call DO to re-initialize it and start up again.
Mostly this works. but SOMETIMES I get the error show here, which is baffling.
I have tried a clean constructor and a clean initial call, but the calls never reach the DO and no tracing is done. I.e. even with a completely empty call, CF fails to load the DO.
What are the steps to reproduce the issue?
I can only reproduce it myself by playing the game. Here is a my trace,.
“exceptions”: [
{
“stack”: " at async dataAPI (functionsWorker-0.9473483453659448.js:2491:28)\n at async Object.next (functionsWorker-0.9473483453659448.js:3533:26)\n at async onRequest (functionsWorker-0.9473483453659448.js:2975:20)\n at async next (functionsWorker-0.9473483453659448.js:3533:26)\n at async Object.fetch (functionsWorker-0.9473483453659448.js:3547:14)",
“name”: “Error”,
“message”: “Internal error while starting up Durable Object storage caused object to be reset.”,
“timestamp”: 1745431125417
}
],