Replies: 1 comment 2 replies
-
Unfortunately this would be something which depends heavily on the app you are running, since it generates the invalid URLs. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I feel like this is something that has to be done by the webpage developer, but since I'm not sure, I'll ask:
I got custom locations working,
url.com/serviceX
redirects correctly to the desired location. However, every single http call that comes from that web page after that returns a 404, since it tries to get everything fromurl.com
instead ofurl.com/serviceX
. For example, the webpage would try to loadurl.com/stylesheet.css
instead ofurl.com/serviceX/stylesheet.css
. Is this something that can be handled in NPM?Beta Was this translation helpful? Give feedback.
All reactions