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!
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.