Martial
Explore posts from serversevent.waitUntil() or event.context.waitUntil()
Here is the CF doc https://developers.cloudflare.com/workers/runtime-apis/context/
I tried both but none seem to work in local dev server.
I couldn't find any answer about it searching on the discord. Do you have an idea ?
4 replies
Throwing and catching errors in CF workers
I have an server endpoint in which I throw an error:
Now I catch this error in my page with the below code. It works perfectly fine during development. But in production (cloudflare workers),
error.statusMessage
is undefined
. Do you have an idea why ?
2 replies