-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
401 Unauthorized thowing Uncaught TypeError #2694
Comments
@arenoir I attempted to put together a quick jsbin to test this and I was unable to reproduce this TypeError. Could you take a look at this jsbin and let me know if I'm missing something? http://emberjs.jsbin.com/lefavenoqu/1/edit?html,js,console |
Probably related: #2638 (comment) |
@bmac thanks for putting that jsbin together. I can't reproduce it either. Perhaps it is ember simple auth. adding a call back to the ajax method somewhere. |
It looks like @wecc is on to something since his jsbin http://emberjs.jsbin.com/cicejusaja reproduces the error that you described. @stefanpenner do you have any insight into the magic of |
Digging into it a little more and it looks the the |
@bmac that was it, I pulled in the latest build and all is good. 🍻 |
Awesome. Thanks for the bug report. |
I am getting the following error whenever the backend returns a 401 Unauthorized code.
I don't know if this is an ember-data, ember, or RSVP issue.
Ember : 1.10.0-beta.4
Ember Data : 1.0.0-beta.15-canary
The text was updated successfully, but these errors were encountered: