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)
-
0
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 ?
-
0
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
-
0
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.