Certain endpoints are not hit and return 404 error while app running on the server but works on localhost
My web app is developed in Angular and backend is developed in .Net Core.
After deploying it in docker on the server, I can visit most of the pages but certain endpoints return 404 not found error. These work fine on localhost.