My worker is not working for SIN location, and this is frustrating, because I’m not from that location and saw issue from google traffic and start to investigate.
example of request:
cf-ray: 5a1a0851fcd0dd42-SIN
I was on free Plan, then I bought Unlimited Plan for Workers. The issue did not resolved. Then I added event.passThroughOnException() in my code. Now it’s working ok, but still generates exception.
I canceled Unlimited Pack. I’m on Free Plan now, but the money did not come back. What for I paid?
Because I testest wiht automated http testing tool on ~13 locations, all other location generated 200 code, but India location 500.
Generated page showed only Ray ID and UTC time, no other data. This is definitely Cloudflare Worker error for SIN location. Worker code do not use any other services or requests. Only generate HTML response for request. “Fail Open” was ON, so this is not Request Limit error.
My code is private, if you are admin, you can see. There is same code an all locations, without subrequests, without KV, without other API or services, just JS that generates HTML. Falis only on SIN location.