For this question, it is relevant to know that I do have ASP .NET Core experience, do have REST experience but I am a newbee when it comes to gRPC. In addition, I am working on Windows right now.
At first, I created a server project and a client project as explained here.
This works fine and exactly as expected and documented.
Logically, I want to be able to call my server project from a tool (as many developer use a tool -such as Postman- to test their REST Api Server project). I am failing when it comes to this so maybe someone can explain what am I doing wrong and how to resolve my problem? I am using bloomRPC and I get an error I do not understand (my server application is available).