Issues with hosting on a domain (sub)path https://mydomain/mypath
#271
Unanswered
akshay-kaura
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.
-
The registry application uses absolute paths, particularly in JS src and API calls - which is fine, but there is no env var for ROOT_PATH to set for the app. This makes it very difficult to host at a domain's (sub)path,
https://mydomain/mypathbecause certain requests like/staticand/apiare taken up from root path making calls tohttps://mydomain/staticinstead ofhttps://mydomain/mypath/static.Only standard solution I see is to host on a subdomain
mcpgwreg.mydomain.com.Please let me know if there is a known workaround.
Beta Was this translation helpful? Give feedback.
All reactions