-
Notifications
You must be signed in to change notification settings - Fork 8.3k
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
Comments
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: |
Not sure whats going on here, but I haven't seen this. Most of the team develops in chrome full time |
Closing as unable to replicate |
I have a similar issue in chrome version 26.0.1410.43 I get the following error: Build: 9517 Error: Uncaught TypeError: Object [object Object] has no method 'on' (http://x.x.x.x:5601/bundles/commons.bundle.js:32055)
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. |
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) Kibana |
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. |
Kibana 4.3.1 on chrome Version 47.0.2526.111 m works perfectly |
As I've mentioned earlier I am reffering to older chrome versions. |
@Yofial, OK, I get it. |
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. |
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.
The text was updated successfully, but these errors were encountered: