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

Unable to load Kibana 4.3.0 in Google Chrome #5664

Closed
HappySpaceInvader opened this issue Dec 14, 2015 · 10 comments
Closed

Unable to load Kibana 4.3.0 in Google Chrome #5664

HappySpaceInvader opened this issue Dec 14, 2015 · 10 comments

Comments

@HappySpaceInvader
Copy link

I can run Kibana 4.3.0 (Build: 9369) fine in IE11 and Firefox, but I get the following error when running in Google Chrome:

Error: Uncaught TypeError: undefined is not a function (http://es_loadbalance:5601/bundles/commons.bundle.js:32036)
at window.onerror (http://es_loadbalance:5601/bundles/commons.bundle.js:63648:25)

Is there a fix for this? I don't have eny extensions instsalled in Chrome.

@wwsean08
Copy link
Contributor

What version of chrome are you running, you can find out by going to Help>About Google Chrome. I'm running 47.0.2526.106 m and haven't seen this one.

EDIT:
Scratch that looks like the instance I have been working on isn't up to 4.3 yet, I'll test and make sure it works.

@rashidkpc
Copy link
Contributor

Not sure whats going on here, but I haven't seen this. Most of the team develops in chrome full time

@rashidkpc
Copy link
Contributor

Closing as unable to replicate

@Yofial
Copy link

Yofial commented Jan 19, 2016

I have a similar issue in chrome version 26.0.1410.43
I am running in an enterprise where I have no direct internet access so chrome is out of date..

I get the following error:
Uncaught TypeError: Object [object Object] has no method 'on' (http://x.x.x.x:5601/bundles/commons.bundle.js:32055)
Version: 4.3.1

Build: 9517

Error: Uncaught TypeError: Object [object Object] has no method 'on' (http://x.x.x.x:5601/bundles/commons.bundle.js:32055)

at window.onerror (http://x.x.x.x:5601/bundles/commons.bundle.js:63678:25)

No problem running on firefox though.

Can you confirm kibana 4.3 is not supported in older chrome versions?

Before upgrading to kibana 4.3, I ran kibana 4.1.1 on the same chrome installation with no problem.

@errobinson
Copy link

I am having a similar issue running on Chrome 36

Error: Uncaught TypeError:undefined is not a function (http://x.x.x.x:5601/bundles/commons.bundle.js:32036)
at window.onerror (http://x.x.x.x:5601/bundles/commons.bundle.js:63648:25)

Kibana
Version: 4.3.0
Build:9369

@errobinson
Copy link

Error: Uncaught TypeError:undefined is not a function looks like its coming from the kibana.bundle.js in the ConnectionPool.prototype.addConnection. connection.on is undefined.

@glmrenard
Copy link

Kibana 4.3.1 on chrome Version 47.0.2526.111 m works perfectly

@Yofial
Copy link

Yofial commented Jan 29, 2016

As I've mentioned earlier I am reffering to older chrome versions.
For me it does not work in chrome 26.0.1410.43
and for errobinson it didi not work in chrome version 36.
Are these versions notsupported any more?

@glmrenard
Copy link

@Yofial, OK, I get it.
A supported matrix exists: https://www.elastic.co/support/matrix#show_browsers but no version details

@rashidkpc
Copy link
Contributor

Version is noted at the bottom: latest GA of each browser version. We don't support old versions because browser authors don't support them and don't provide bug or security fixes to old versions. You will need to update your browser.

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

No branches or pull requests

6 participants