elastic / elastic/sense

Sense breaks on HEAD verb

Open
#76 3 comments 0 reactions 0 assignees View on GitHub
bug pr pending v2.0.0
Dominant language
JavaScript
Stars
379
Forks
128
PR merge metrics
No merged PRs in 30d

Description

```
# add a document
PUT /website/blog/123
{
"title": "hello there"
}

# get to make sure it's in... it is!
GET /website/blog/123

# break Sense :)
HEAD /website/blog/123
```

Spits out

```
Error: Uncaught TypeError: Cannot read property 'promise' of undefined (http://localhost:5601/bundles/sense.bundle.js:23015)
at window.onerror (http://localhost:5601/bundles/commons.bundle.js:57730:25)
```

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.