Latest version of the stack. Item | Answer ----- | ----- Transpiler | Babel HTML CSS Router | ui-router Build Tool | Grunt Client Tests | Jasmine / Mocha DB | MongoDB Auth | Y Hello, i am trying to save a user after changing the users role.. I am calling it like this: user.$save() but i get the following error in the console: http://localhost:9000/api/users/572b9ba9f5c0ddc40df26058 404 (Not Found) and in the error i get: data: "Cannot POST /api/users/572b9b93f5c0ddc40df26056↵", status: 404, config: Object, statusText: "Not Found" I am also using: user.$remove(); and that works fine. Thanks,
Latest version of the stack.
Hello, i am trying to save a user after changing the users role.. I am calling it like this:
user.$save()
but i get the following error in the console:
http://localhost:9000/api/users/572b9ba9f5c0ddc40df26058 404 (Not Found)
and in the error i get:
data: "Cannot POST /api/users/572b9b93f5c0ddc40df26056↵", status: 404, config: Object, statusText: "Not Found"
I am also using: user.$remove(); and that works fine.
Thanks,