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
What happened:
Running Thanos Auery behind Nginx, with --web.external-prefix=query and --web.route-prefix="/", so that Query is accessible at http://external.com/query. When you switch to "New UI" (http://external.com/query/new) in your browser:
the resulting page is blank;
all the buttons like "Graph" in the top navigation bar show links with --web.external-prefix snipped like "http://external.com/new/graph";
Thanos docker image version: thanosio/thanos:v0.14.0
What happened:
Running Thanos Auery behind Nginx, with
--web.external-prefix=query
and--web.route-prefix="/"
, so that Query is accessible at http://external.com/query. When you switch to "New UI" (http://external.com/query/new) in your browser:--web.external-prefix
snipped like "http://external.com/new/graph";In addition, hitting URLs like "http://external.com/query/new/graph" returns blank pages.
What you expected to happen:
When you switch to "New UI" (http://external.com/query/new) in your browser:
--web.external-prefix
like "http://external.com/query/new/graph";In addition, hitting URLs like "http://external.com/query/new/graph" doesn't return blank pages.
How to reproduce it (as minimally and precisely as possible):
--web.external-prefix=query
and--web.route-prefix="/"
on hostinternal.com
external.com
with the following:The text was updated successfully, but these errors were encountered: