Kibana version: 5.1.1
Elasticsearch version: 5.1.1
Server OS version: Ubuntu
Browser version: Chrome
Original install method (e.g. download page, yum, from source, etc.): download
Steps to reproduce:
- Load data and navigate to Visualize
- Open the Tagcloud Visualization and select bucket type =
tag and add terms aggregation field = @timestamp and click play - see that the results do appear fine.
- Now click the back button on the browser I see a
Fatal Error Uncaught TypeError: Cannot read property 'makeLabel' of undefined (http://localhost:5601/bundles/kibana.bundle.js?v=14561:94)
Looks like missing a label. This is happening on master branch as well.
Errors in browser console (if relevant):
at window.onerror (commons.bundle.js?v=14561:69)Notifier._showFatal @ commons.bundle.js?v=14561:55Notifier.fatal @ commons.bundle.js?v=14561:55wrapper @ commons.bundle.js?v=14561:1window.onerror @ commons.bundle.js?v=14561:69
kibana.bundle.js?v=14561:94 Uncaught TypeError: Cannot read property 'makeLabel' of undefined(…)(anonymous function) @ kibana.bundle.js?v=14561:94EventEmitter.emit @ kibana.bundle.js?v=14561:95value @ kibana.bundle.js?v=14561:95resolveWhenDone @ kibana.bundle.js?v=14561:95(anonymous function) @ kibana.bundle.js?v=14561:95event @ kibana.bundle.js?v=14561:44tick @ kibana.bundle.js?v=14561:48d3_timer_mark @ kibana.bundle.js?v=14561:45d3_timer_step @ kibana.bundle.js?v=14561:45
commons.bundle.js?v=14561:69 Uncaught Error: Uncaught TypeError: Cannot read property 'makeLabel' of undefined (http://localhost:5601/bundles/kibana.bundle.js?v=14561:94)(…)window.onerror @ commons.bundle.js?v=14561:69
commons.bundle.js?v=14561:38 Error: Aborting all pending requests failed.
at Courier.self.close (kibana.bundle.js?v=14561:1)
at processQueue (commons.bundle.js?v=14561:38)
at commons.bundle.js?v=14561:38
at Scope.$eval (commons.bundle.js?v=14561:39)
at Scope.$digest (commons.bundle.js?v=14561:39)
at commons.bundle.js?v=14561:39
at completeOutstandingRequest (commons.bundle.js?v=14561:36)
at commons.bundle.js?v=14561:36

//cc @thomasneirynck
Kibana version: 5.1.1
Elasticsearch version: 5.1.1
Server OS version: Ubuntu
Browser version: Chrome
Original install method (e.g. download page, yum, from source, etc.): download
Steps to reproduce:
tagand addterms aggregationfield=@timestampand click play - see that the results do appear fine.Fatal ErrorUncaught TypeError: Cannot read property 'makeLabel' of undefined (http://localhost:5601/bundles/kibana.bundle.js?v=14561:94)Looks like missing a
label. This is happening onmasterbranch as well.Errors in browser console (if relevant):
//cc @thomasneirynck