Server reflection failing with unknown error

Postman version 11.12.0

I have a grpc server with reflection enabled. I am able to use it via grpcurl as follows

grpcurl -use-reflection -plaintext localhost:8090 list

xyz.api.ABCService
xyz.api.ABDService

However trying to get the service using server reflection in postman fails with the following

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.