I have my pages application and a separate worker.
I would like to use a service binding to call this worker from my pages function(s).
I’m able to select the service binding from the function.
However, when I look at the service I am binding to’s triggers, it does not pick up the function.
Calling the binding results in a fetch error.
I have tried:
-Recreating the worker
-Recreating the pages project
fetch (along with Request) doesn’t accept paths, you need to provide a hostname (since it won’t be used with service bindings, you can provide anything as long as it’s valid)