-
Introductory informationI have gRPC microservices archetecture. The problemIf I understood well -- browsers is not support HTTP/2. But for the Web Application I need to convert a .proto files to .pb files:
And I seen a lot of examples for React or Angular how to add and how to use this .pb files in project. What I have at this momentCurrently I created new branch for WASM: And I have the following result of my a SayHelloAsync method:
P.S.I lost about 5 weeks for this problem and I will appreciative for any information about it. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 3 replies
-
When fetch is failing, you can generally find more details in the network tab of the browser for this particular query. In common cases, this is related to CORS, but it may be something else. |
Beta Was this translation helpful? Give feedback.
-
I fixed it. Thank you @jeromelaban, you was right and solved this problem.
I will not remove this repository in the future: |
Beta Was this translation helpful? Give feedback.
I fixed it. Thank you @jeromelaban, you was right and solved this problem.
Currently this solution works as I want:
I will not remove this repository in the future:
https://github.com/limeniye/GreeterGrpcWebGateway