Promise will never complete

We're seeing an error Promise will never complete in logs but cannot locate the code and am not sure what can cause it.

I saw this comment in a conversation with @kenton durable-objects

But still cannot recreate this error.

A simple return await new Promise(() => {}) yields the eponomous The script will never generate a response (https://zuplo.com/blog/the-script-will-never-generate-a-response-on-cloudflare-workers/) error. Which seems distinct.

Any ideas what could cause this?
Was this page helpful?