influxdata / chronograf

Open source monitoring and visualization UI for the TICK stack
https://www.influxdata.com/time-series-platform/chronograf/
Other
1.51k stars 258 forks source link

Chronograf 1.10.0 regression versus 1.9.4 when using BASE_PATH #6008

Closed R290 closed 1 year ago

R290 commented 1 year ago

Steps to reproduce:

  1. Configure Chronograf to use a base path by setting the following environment variable: BASE_PATH=/chronograf
  2. Successfully load the landing page on 1.9.4
  3. Upgrade to 1.10.0
  4. Black page is shown

Expected behavior:

Successfully load Chronograf when using a base path

Actual behavior:

A black screen is shown on 1.10.0

Environment info:

Config:

BASE_PATH=/chronograf

Logs:

Firefox log: image

Edge log: image

R290 commented 1 year ago

Just saw the changelog for v1.10.1. Can somebody tag this release and make it available on Docker Hub? Thanks!

sranka commented 1 year ago

Duplicate of #6000

sranka commented 1 year ago

The fix is available in the nightly build, docker pull quay.io/influxdb/chronograf:nightly

SaswatPadhi commented 1 year ago

The nightly image doesn't work on arm64 :(

Any alternatives? Any estimates on when the patch is going to land on stable?