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

Sense breaks on HEAD verb #76

Open
eskibars opened this issue Nov 5, 2015 · 3 comments
Open

Sense breaks on HEAD verb #76

eskibars opened this issue Nov 5, 2015 · 3 comments

Comments

@eskibars
Copy link

eskibars commented Nov 5, 2015

# 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)
@eskibars eskibars added the bug label Nov 5, 2015
@bleskes
Copy link
Contributor

bleskes commented Nov 6, 2015

I can confirm this is broken. We will look at it as soon as we can...

@Mpdreamz
Copy link
Member

Mpdreamz commented Feb 9, 2016

+1, just hit this during training 😄

@leonkaihao
Copy link

What's this problem going on?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

5 participants