-
Notifications
You must be signed in to change notification settings - Fork 12k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Live Reload not working with --basehref #16266
Comments
I am unable to replicate the issue. Tried with a new project using the latest version of 8.x (8.3.19)
Is this reproducible for you in a new project? |
I'm using a .Net Core backend with UseAngularCliServer for development, the project I'm working on is rather large with 3 Angular app. Anyway, in the end it does only run 3 times ng serve in the background and proxy all requests to the right instance. For the root App Live Reload is working fine, the other two apps with the additional path mapping it is not working anymore. I'll try to reproduce it on a smaller test project. |
This reverts commit e097c56. Fixes angular#16410 Fixes angular#16266
This reverts commit 5260bbb. Fixes angular#16410 Fixes angular#16266
This issue has been automatically locked due to inactivity. Read more about our automatic conversation locking policy. This action has been performed automatically by a bot. |
🐞 Bug report
Command (mark with an
x
)Is this a regression?
Yes, the previous version in which this bug was not present was: 0.803.13
Description
Live Reload stopped working after this change:
5260bbb#diff-6c0b312b8bd33db747e50549a66f7ab1
https://localhost:xxxx/admin/sockjs-node/info
returns 404while
https://localhost:xxxx/admin/admin/sockjs-node/info
exists.🔬 Minimal Reproduction
ng serve app --base-href /admin/ --deploy-url /admin/
🔥 Exception or Error
https://localhost:xxxx/admin/sockjs-node/info
returns 404The text was updated successfully, but these errors were encountered: