Hi Team,
We’ve deployed a layered application using ABP. The frontend is implemented in Angular and both the Angular application and the HttpApi.Host (API backend) are hosted on IIS.
client.StageDomain.comclient.StageDomain.com/apiAfter deploying the API under the /api path on the same domain, we encountered the following issues:
/api path and the ServiceProxyScript not being loadedWe reviewed the ABP IIS Deployment documentation, but it appears the guidance assumes separate domains or subdomains for each app component.

