fullstorydev / fullstorydev/grpcui
grpcui not working with authority
Open
- Dominant language
- JavaScript
- Stars
- 5.9k
- Forks
- 427
- Avg merge
- 3d 6h
- Merged PRs (30d)
- 7
Description
`grpcurl -authority test.abc.com test.abc.com:443 test.HelloAPI/SayHello`
The above grpcurl command is able to connect to the server and it's working properly.
`grpcui -authority test.abc.com -port 8099 test.abc.com:443
Failed to compute set of methods to expose: server does not support the reflection API`
But the grpcui returns the error. I tried with proto paths as well, then it returns unimplemented error.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.