Issues with Worker
I followed Prerender guide to integrate with Cloudflare Worker https://docs.prerender.io/docs/cloudflare-integration-v2.
But there seems to be an issue with the worker itself that is not being triggered.
The DNS is managed on Cloudflare (both CNAME and A are Proxied).
After updating the worker and running a command in Powershell it doesn't pick up the worker.
Some additional insights from an observability event
- The request is hitting the Worker at render.(name).workers.dev.
- The Worker executed and returned a 404 response ("status": 404).
- scriptName shows render, so the correct script is being invoked.
- cpuTimeMs: 0 and wallTimeMs: 21 indicate the Worker ran, but didn’t process the request beyond returning a default response.
Any suggestions what might be the issue and how to fix it? Thanks.
But there seems to be an issue with the worker itself that is not being triggered.
The DNS is managed on Cloudflare (both CNAME and A are Proxied).
After updating the worker and running a command in Powershell it doesn't pick up the worker.
Some additional insights from an observability event
- The request is hitting the Worker at render.(name).workers.dev.
- The Worker executed and returned a 404 response ("status": 404).
- scriptName shows render, so the correct script is being invoked.
- cpuTimeMs: 0 and wallTimeMs: 21 indicate the Worker ran, but didn’t process the request beyond returning a default response.
Any suggestions what might be the issue and how to fix it? Thanks.
