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

BASE_PATH configuration is not working with Chronograf 1.10 #6000

Closed afausti closed 2 years ago

afausti commented 2 years ago

Steps to reproduce:

  1. Start Chronograf 1.10 with docker run -p 8888:8888 -e BASE_PATH=/chronograf quay.io/influxdb/chronograf:1.10.0

Expected behavior: It should open in the browser at localhost:8888/chronograf like in previous versions.

Actual behavior:

We get a strange error message in the javascript console and it does not open:

Screen Shot 2022-09-09 at 1 45 32 PM

Environment info:

sranka commented 2 years ago

I was able to reproduce this locally, it is most likely caused by a new UI build system introduced in chronograf 1.10 .

sranka commented 2 years ago

The fix is already available in the nightly builds (see https://portal.influxdata.com/downloads/)