You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I sometimes start multiple ng serve and use a reverse proxy to serve the apps during dev. So far everything respects baseHref and this worked flawlessly. HMR is the first thing that I encountered that not respecting baseHref and breaking my reverse proxy.
Describe the solution you'd like
HMR should consider baseHref, serving dynamic content via /base/@ng/...
Describe alternatives you've considered
I'll have to switch between apps... 🤷
The text was updated successfully, but these errors were encountered:
Command
serve
Description
HMR via
/@ng/...
doesn't use thebaseHref
I sometimes start multiple ng serve and use a reverse proxy to serve the apps during dev. So far everything respects baseHref and this worked flawlessly. HMR is the first thing that I encountered that not respecting baseHref and breaking my reverse proxy.
Describe the solution you'd like
HMR should consider baseHref, serving dynamic content via
/base/@ng/...
Describe alternatives you've considered
I'll have to switch between apps... 🤷
The text was updated successfully, but these errors were encountered: