-
Notifications
You must be signed in to change notification settings - Fork 43
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
calling destroy on model Uncaught (in promise) #47
Comments
I explore a bit more this issue and found that DELETE order must return a JSON response in order to not reject the call.... In some normalization, a 200 OK response on a DELETE order can send a description status in body response. Some information... : |
Hi @jkeruzec, it's been a long time since this issue was reported. Did you manage to fix it by yourself? If not, which adapter are you experiencing this issue with? We use |
I'm trying to destroy a model from a collection I have using destroy method.
Destroy is done well on my Rest call that return a 200 OK response.
But console display an error message :
error is empty and I don't get it ...
It is not a blocker for me but it's not very clean either..
Thanks for your help !
The text was updated successfully, but these errors were encountered: