hello here. I have a weird behavior,

hello here. I have a weird behavior, sometimes, my worker that talks to a durable object, does not reach the durable object but the worker itself.
    const response = await stub.fetch('https://durable-object/something')
    return await handleResponse(response)

I could clearly debug that sometimes, the response that I get is not returned by the Durable Object but by the worker itself.
Any clue?
Was this page helpful?