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 have a setup where every web app is assosiated with base url instead of port.
it works fine with standard webui, but it doesn't in iQbit. Looking at the network request, turns out your script ignores base url, causing wrong url path.
The text was updated successfully, but these errors were encountered:
May i ask how did you config your qb's default webui so that it assosiated with a url?
I tried to do it for /qb but failed, all request was direct to /.
May i ask how did you config your qb's default webui so that it assosiated with a url?
I tried to do it for /qb but failed, all request was direct to /.
I'm using a reverse proxy to achieve that.
Since It's just a single-page web app and the web app doesn't have any mechanism to use base_URL, it's way simpler to just proxy the base url into the port.
In this case, I'm using HAProxy since it was simpler to config and readable enough for me.
I have a setup where every web app is assosiated with base url instead of port.
it works fine with standard webui, but it doesn't in iQbit. Looking at the network request, turns out your script ignores base url, causing wrong url path.
The text was updated successfully, but these errors were encountered: