I’m unable to generate static proxies. I recommend that you replicate my setup and create the solution the same way I did to identify any potential issues.
@EngincanV FYI, I am facing this issue when I am trying to create proxy based on a microservice that I created along the basic other prebuilt microservice in the initial project creation time using abp studio.
I found I am able to create proxy for chat microservice.
Earlier we used to have a .Client project where we store proxies but this is not available in the new microservices template created by abp studio. so How and where to create static proxies
I am tyring to create it in the Blazor web app but when I create the proxy through abp generate-proxy -t csharp -m myprabh -u http://localhost:44314/
it only generates the json file but no proxy files.