sipcapture / homer-app

HOMER 7.x Front-End and API Server
http://sipcapture.io
GNU Affero General Public License v3.0
204 stars 79 forks source link

Unable to run homer-app (homer-ui) from subdirectory #467

Closed radicaldrew closed 2 days ago

radicaldrew commented 2 years ago

when running homer-app from a sub directory such as /homer the assets are unable to load. angular base href is defaulted to / screen96 possible solution is to update the package.json of homer-ui with base-href in build. "build": "ng build --base-href ${BASE_HREF:-/} .....

github-actions[bot] commented 2 years ago

Your report is appreciated. Please star this repository to motivate its developers! :star:

radicaldrew commented 2 years ago

created a pull request for this under homer-ui repo https://github.com/sipcapture/homer-ui/pull/573

adubovikov commented 2 days ago

closed as completed