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

Dashboard hangs on responses without content (HTTP code 204) #189

Closed
jbvanzuylen opened this issue Feb 18, 2014 · 2 comments
Closed

Dashboard hangs on responses without content (HTTP code 204) #189

jbvanzuylen opened this issue Feb 18, 2014 · 2 comments

Comments

@jbvanzuylen
Copy link
Contributor

Error catched in browser console:

TypeError: a is undefined
var xhr = a.getAllResponseHeaders ? a : c;
@atuttle
Copy link
Owner

atuttle commented Feb 18, 2014

So is this correct? The repro is just a resource that returns:

return noData().withStatus(204);

@jbvanzuylen
Copy link
Contributor Author

Yes, this is indeed how to reproduce the issue

atuttle pushed a commit that referenced this issue Feb 18, 2014
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

2 participants