Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Chronograf (1.10.0) Cannot read properties of undefined (reading 'getInstance') #6011

Closed
rnapoli opened this issue Dec 11, 2022 · 1 comment · Fixed by #6056
Closed

Chronograf (1.10.0) Cannot read properties of undefined (reading 'getInstance') #6011

rnapoli opened this issue Dec 11, 2022 · 1 comment · Fixed by #6056

Comments

@rnapoli
Copy link

rnapoli commented Dec 11, 2022

What browser are you using (name and version)?
Chrome - Version 108.0.5359.98 (Official Build) (64-bit)

What operating system are you using?
Windows 10 Pro - Version 21H1 - OS Build 19043.1526

Please describe what you were trying to do when you encountered this error:

I just ran a fresh docker container running Chronograf and then connected to my local InfluxDB database,
then in the Chronograf Web GUI, I opened the tab Explore (http://192.168.1.201:8888/sources/2/chronograf/data-explorer)
And I started typing a query:

from(bucket:

Immediately when I type the colon character I get this crash and the following message:

"A Chronograf error has occurred. Please report the issue here."

TypeError: Cannot read properties of undefined (reading 'getInstance')
    at s.getInstance (http://192.168.1.201:8888/index.e81b88ee.js:107:190219)
    at s.componentDidMount (http://192.168.1.201:8888/index.e81b88ee.js:107:190349)
    at ws (http://192.168.1.201:8888/index.e81b88ee.js:1:134781)
    at Ml (http://192.168.1.201:8888/index.e81b88ee.js:1:152426)
    at v (http://192.168.1.201:8888/index.e81b88ee.js:1:172695)
    at ao (http://192.168.1.201:8888/index.e81b88ee.js:1:96502)
    at Al (http://192.168.1.201:8888/index.e81b88ee.js:1:149092)
    at bl (http://192.168.1.201:8888/index.e81b88ee.js:1:145246)
    at http://192.168.1.201:8888/index.e81b88ee.js:1:96793
    at v (http://192.168.1.201:8888/index.e81b88ee.js:1:172695)
@ivankudibal
Copy link
Contributor

reproduced, see the screnshot

Image

to complete the steps to reproduce:

  • the error occurs if user types the Flux command in the InfluxQL mode

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants