Open Closed

Volo.Abp.Http.Client.AbpRemoteCallException: Not Found #6438


User avatar
0
raymondbu95 created

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)
  • User Avatar
    0
    maliming created
    Support Team Fullstack Developer

    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

  • User Avatar
    0
    raymondbu95 created

    Its the web-gateway

  • User Avatar
    0
    maliming created
    Support Team Fullstack Developer

    hi

    Have you added the Coffee.CoinService to your web gateway(yarp.json)?

    Please share the request logs of gateway during the remote call

Made with ❤️ on ABP v8.2.0-preview Updated on March 25, 2024, 15:11