You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# 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)
The text was updated successfully, but these errors were encountered:
Spits out
The text was updated successfully, but these errors were encountered: