TypeError: The RPC receiver does not implement the method "methodX"
Hello!
I'm testing RPC feature between two Cloudflare Workers: Worker A (consumer) and Worker B (producer).
Worker A is configured to consume a service from Worker B, but I'm encountering an issue where the named entrypoint for Worker B doesn't seem to work. If I remove the named entrypoint, everything functions as expected