Service Binding Error "This Worker no longer exists"
My service binding, in settings, is showing this error message:
But the worker does exist and if I make a browser request to the worker it returns the expected response, and everything looks fine in its logs.
I'm trying to bind to the worker from pages. When I make a request through the calling website the
But again the worker does implement the method.
This Worker no longer exists and can not be used. Please try using a different Worker.But the worker does exist and if I make a browser request to the worker it returns the expected response, and everything looks fine in its logs.
I'm trying to bind to the worker from pages. When I make a request through the calling website the
pages log shows this:But again the worker does implement the method.