How the daemon is served? interfaces on different ports or same port?
We have some bugs to fix for both cases:
different port, the transport handler is registered on the operator interface for which we don't want to support grpc gateway. It must be registered on the trade one instead.
same port, we are missing to register the transport handler on the grpc gateway to let it proxy its RPCs