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

HEAD requests in Console throw error #9141

Closed
dakrone opened this issue Nov 18, 2016 · 4 comments
Closed

HEAD requests in Console throw error #9141

dakrone opened this issue Nov 18, 2016 · 4 comments
Labels
bug Fixes for quality problems that affect the customer experience Feature:Console Dev Tools Console Feature Feature:Dev Tools

Comments

@dakrone
Copy link
Member

dakrone commented Nov 18, 2016

Kibana version: 5.0.1

Elasticsearch version: 5.0.1

Server OS version:

Browser version: Firefox 50.0

Browser OS version: Fedora 24

Steps to reproduce:

  1. Open Console on Kibana
  2. Index a document with POST /test/doc/1
  3. Check for document existence with HEAD /test/doc/1

Provide logs and/or server output (if relevant):

Fatal Error
TypeError: dataOrjqXHR is undefined (http://localhost:5601/bundles/kibana.bundle.js?v=14458:104)

Version: 5.0.1
Build: 14458

Error: TypeError: dataOrjqXHR is undefined (http://localhost:5601/bundles/kibana.bundle.js?v=14458:104)
window.onerror@http://localhost:5601/bundles/commons.bundle.js?v=14458:69:13503

On Chromium, the error is slightly different:

 Fatal Error
Uncaught TypeError: Cannot read property 'promise' of undefined (http://localhost:5601/bundles/kibana.bundle.js?v=14458:104)
Version: 5.0.1
Build: 14458
Error: Uncaught TypeError: Cannot read property 'promise' of undefined (http://localhost:5601/bundles/kibana.bundle.js?v=14458:104)
    at window.onerror (http://localhost:5601/bundles/commons.bundle.js?v=14458:69:13503)

Any HEAD request reproduces it.

@tbragin tbragin added Feature:Console Dev Tools Console Feature Feature:Dev Tools bug Fixes for quality problems that affect the customer experience labels Nov 20, 2016
@LeeDr
Copy link

LeeDr commented Jan 5, 2017

Also found in Kibana 4.6.4 with Sense 2.0.0-beta7

@sherry-ger
Copy link
Contributor

Same error with Kibana 5.2

@LeeDr
Copy link

LeeDr commented Feb 22, 2017

Duplicate of #6244
which was closed by
elastic/sense#76
which is still open

@jbudz
Copy link
Member

jbudz commented Apr 11, 2017

Fixed by #10611

@jbudz jbudz closed this as completed Apr 11, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Fixes for quality problems that affect the customer experience Feature:Console Dev Tools Console Feature Feature:Dev Tools
Projects
None yet
Development

No branches or pull requests

5 participants