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
Without netjet, if I visit a page like: https://mysite.com/blah/blah the request would be made for: https://mysite.com/vendor.0026832f8ecbfae87469.bundle.js
I'm using Angular CLI which generates an index.html that looks like:
Without netjet, if I visit a page like:
https://mysite.com/blah/blah
the request would be made for:https://mysite.com/vendor.0026832f8ecbfae87469.bundle.js
With netjet, it's pushing a header like:
Which triggers a request and gives a warning for:
https://mysite.com/blah/blah/vendor.0026832f8ecbfae87469.bundle.js
Basically, the link header needs to also use the provided
base[href]
like so:The text was updated successfully, but these errors were encountered: