How to access a webui from a custom path? #2662
Unanswered
offroadguy56
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I have 2 applications at the same IP address on different ports. I'm trying reach them without the use of sub domains. The main webui I can access just fine at
https://mydomain.com/
. The 2nd webui I am not able to access athttps://mydomain.com/service/
. Some context for these applications, they are the same application just running on different ports. I need settings and things to be separated as they will perform different types of work. Both webui work perfectly fine with each other on the local machine. App 1 is on port 8455 the 2nd app is on port 8456.I've only just started learning about custom paths. I've been looking at other forums and some have different bits than others for the custom location. But in general they all shared this info and is what I have currently in my custom path setup. I've tried a few other variations from google results but they either return something about JSON and CSS (like I had inspected the webpage) or a blank page (after inspecting the page in the network tab I can see a bunch of 404 for the javascripts and other things the webui has). This is the current state of my setup.
Is this an issue with the application's webui or with NPM?
Beta Was this translation helpful? Give feedback.
All reactions