How to configure gRPC reflection for one endpoint that handles multiple services? #6843
Unanswered
mr-nagashima
asked this question in
Q&A
Replies: 1 comment 2 replies
-
Could you create an issue with a reproduction by following our issue template? Thanks! |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
The backend's gRPC API provides nine services.
I wrote the .meshrc.yaml below.
.meshrc.yaml
And when I started GraphQL Mesh in dev mode, I got an error at the end.
I think that the reflection has been loaded, the above error occurs at the very end.
What does "Invalid value used as weak map key" indicate?
I would appreciate it if you could tell me the solution.
Beta Was this translation helpful? Give feedback.
All reactions