Base solution for your next web application
Open Closed

Multiple Instance Issue #11798


User avatar
0
SRTMDEV created

Hello Team,

When we publishing the docker container to azure app service and angular to storage account, our application API calling are falling and throwing 404 not found error. It's working fine on the single instance but not working perfectly on the multiple instances. Can you guide us how we can implement so that our API not falling on multiple instances?

Thanks, SRTMDEV


3 Answer(s)
  • User Avatar
    0
    ismcagdas created
    Support Team

    Hi @SRTMDEV

    Are you able to visit https://YOUR-API-WEBSITE/swagger endpoint via browser ? Maybe some of the instances are not working, is that possible ?

  • User Avatar
    0
    SRTMDEV created

    Hello Team,

    On single instance we are able to visit https://YOUR-API-WEBSITE/swagger endpoint via browser but on multiple instances we won't able to access it.

    Thanks, SRTMDEV

  • User Avatar
    0
    ismcagdas created
    Support Team

    Hi,

    In that case, I think either the URL is different or there is a problem with the deployment. Could you share your app URL with [email protected] ? We can check it for you.