wasmcloud-otp icon indicating copy to clipboard operation
wasmcloud-otp copied to clipboard

[BUG] Missing link definition error shows for a missing call alias

Open brooksmtownsend opened this issue 2 years ago • 0 comments

Describe the bug

When trying to actor-to-actor call a call alias that doesn't exist I get the following error:

15:51:14.038 [error] Invocation failure: Guest call failed for method HttpServer.HandleRequest: Host send error Invocation not authorized: missing link definition for petclinic/vets on default

This is a little misleading as the actual issue here is that there's no actor with the call alias petclinic/vets running. I think in this case we should be able to disambiguate an actor-to-actor call from a missing link definition

brooksmtownsend avatar Jun 15 '22 15:06 brooksmtownsend