fullstorydev / fullstorydev/grpcui
Fails to get gRPC method information
- Dominant language
- JavaScript
- Stars
- 5.9k
- Forks
- 427
- Avg merge
- 3d 6h
- Merged PRs (30d)
- 7
Description
I enabled server reflection as [the guide](https://github.com/grpc/grpc-go/blob/master/Documentation/server-reflection-tutorial.md#enable-server-reflection),
but on the gRPC web ui fails to get gRPC method information, so that I can't choose which method to test nor fill the request data.
my server is written in go(1.13.7 darwin/amd64), and I'm using Mac OS.
Is there anyone who has same problem?
```
» grpcui -plaintext localhost:8080 130 ↵ saemi.park@sayongja-mich-geulub
gRPC Web UI available at http://127.0.0.1:59999/ // there's no error message
```

Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.