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
According to the feature request metrico/qryn#414 the use asks for the base path of qryn-view to be configurable on startup of the http server serving the qryn-view.
It appears that qryn-view hardcodes it's base path to be / . Can we figure out some way to change it?
It can be a JS script injected into the index.html to redefine the base path.
It can be qryn-view functionality to figure out how it was requested.
Please keep in mind that base path should be applied to:
all the static files we include in the app
all the fake paths we use in the app: /plugins, /users, /datasources, /datasources/:ds
Anything else?
No response
The text was updated successfully, but these errors were encountered:
Description of the feature you're suggesting.
According to the feature request metrico/qryn#414 the use asks for the base path of qryn-view to be configurable on startup of the http server serving the qryn-view.
It appears that qryn-view hardcodes it's base path to be
/
. Can we figure out some way to change it?Please keep in mind that base path should be applied to:
Anything else?
No response
The text was updated successfully, but these errors were encountered: