Need help on the remote call at hangfire service. My project have a few microservices, i want to do a hangfire microservice which serve for other microservice with the background job and worker. After few rounds of checking on the documents I realize the remote call able to use for inter-communication between microservices. BUT I had this issue which always shows Remote Call Not found even the static proxy i generated for the HttpApiClient is there, and I also DependOn the HttpApiClient in background microservice HostModule. But still no luck. Below Attached with images
- ABP Framework version: v7.4.3
- UI Type: MVC
- Database System: EF Core (MySQL)
- Tiered (for MVC) or Auth Server Separated (for Angular): yes
- Exception message and full stack trace: Volo.Abp.Http.Client.AbpRemoteCallException: Not Found
- Steps to reproduce the issue:
3 Answer(s)
-
0
hi
What's the target URL of this remote request?
Have you configured the
RemoteServices
in your project?https://docs.abp.io/en/abp/latest/API/Static-CSharp-API-Clients#endpoint-configuration
-
0
-
0
hi
Have you added the
Coffee.CoinService
to your web gateway(yarp.json
)?Please share the request logs of
gateway
during theremote call