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

http HEAD causes "Uncaught TypeError: Cannot read property 'promise' of undefined" #10712

Closed
nellicus opened this issue Mar 6, 2017 · 2 comments
Labels
bug Fixes for quality problems that affect the customer experience Feature:Console Dev Tools Console Feature Feature:Dev Tools

Comments

@nellicus
Copy link

nellicus commented Mar 6, 2017

Kibana version:
5.2.1

Elasticsearch version:
5.2.1

Server OS version:
Debian

Browser version:
Chrome

Browser OS version:
Version 56.0.2924.87 (64-bit)

Original install method (e.g. download page, yum, from source, etc.):
Archive

Description of the problem including expected versus actual behavior:

Steps to reproduce:

  1. Open Kibana Console
  2. Create doc
PUT index/doc/1
{"field":"value"}
  1. call HEAD on that doc
HEAD index/doc/1

Errors in browser console (if relevant):
screencapture-chocolonely-servebeer-5601-app-kibana-1488764178728 1

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

 log   [01:33:59.003] [debug][plugin] Checking Elasticsearch version
  log   [01:33:59.284] [debug][plugin] Checking Elasticsearch version
respons [01:34:00.639]  HEAD /api/console/proxy?uri=index%2Fdoc%2F1&_=1488764022952 200 16ms - 9.0B
respons [01:34:00.754]  GET /bundles/kibana.style.css?v=14707 200 2880ms - 9.0B
  ops   [01:34:00.791]  memory: 87.4MB uptime: 254:05:16 load: [1.31 1.23 1.18] delay: 0.386
  log   [01:34:00.792] [debug][monitoring-ui] Received Monitoring event data
  log   [01:34:01.511] [debug][plugin] Checking Elasticsearch version
  log   [01:34:01.806] [debug][plugin] Checking Elasticsearch version
  log   [01:34:04.027] [debug][plugin] Checking Elasticsearch version
@nellicus nellicus added Feature:Console Dev Tools Console Feature bug Fixes for quality problems that affect the customer experience labels Mar 6, 2017
@epixa
Copy link
Contributor

epixa commented Mar 6, 2017

HEAD support in console will be added with #10611, but we really should have a more graceful error handling of these requests in the meantime.

@jbudz
Copy link
Member

jbudz commented Oct 5, 2017

Closed by #10611

@jbudz jbudz closed this as completed Oct 5, 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

3 participants