Debugging service binding
Hey folks, I have a service binding I call like this:
The service is bound on my pages project, but I get this:
I can confirm the
encrypt
method is on the class when I do edit code. I'm kind of at a loss for what else to try.1 Reply
make sure you have your service binding setup correctly to point to your entrypoint - https://developers.cloudflare.com/workers/runtime-apis/bindings/service-bindings/rpc/
if you can share your config and code we could help spot where it isn't setup right