You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
❯ grpcurl -plaintext localhost:9090 list
grpc.reflection.v1alpha.ServerReflection
service.Account
but
❯ grpcurl -plaintext localhost:9090 list service.Account
Failed to list methods for service "service.Account": Symbol not found: service.Account
caused by: File not found: github.com/lyft/protoc-gen-validate/validate/validate.proto
How do I fix this? Thank you!
The text was updated successfully, but these errors were encountered:
I added reflection support
but
How do I fix this? Thank you!
The text was updated successfully, but these errors were encountered: