Cloudflare Worker Errors (Client Disconnected)

For Workes & Pages, what is the name of the domain?

extl.com

What is the issue or error you’re encountering

I’m encountering a around 70+ error (Client Disconnected) with my Cloudflare Workers, which has caused some requests to fail.

What are the steps to reproduce the issue?

Some of my Cloudflare Worker requests are repeatedly failing “Client Disconnected” errors. Does anyone know why this happens and how to prevent it? Any guidance would be greatly appreciated!

Screenshot of the error

Hey there,

Client disconnected does not necessarily imply an error, as this means that the browser requesting the worker closed the connection before completing.

To understand why this may be happening, you could enable Worker logs which will allow you to see a more detailed view of the incoming requests and potential errors.

This topic was automatically closed 15 days after the last reply. New replies are no longer allowed.