Cannot get worker to trigger with route on site
I've configured a very basic worker to log a message, then call
fetch
to return an non-mutated response. Testing the worker seems to work fine, but when trying to get it to be invoked through a route on my zone it does nothing. I setup the route like https://mydomain.com/*
so it would work on all routes. Used the c3 tool to create and deploy the worker.2 Replies