-
Notifications
You must be signed in to change notification settings - Fork 2k
[solved] remove Article Error #958
Comments
@Meistercoach83 I can't reproduce this issue on the master branch. Can you check to see what version of the project you're running? Does your package.json file have this setting? If not, then is this the "current stable" version that you're referring to? |
Hi, yes - there´s a line with "meanjs-version": "0.4.1" in package.json |
I'm not experiencing that behavior. Could there be other contributing factors? And the articles code hasn't been modified at all? What browser are you using? Also, could you provide screen shots, and/or the contents of your articles server/client controller? |
It´s the current Firefox in version 41.0.1. |
I just updated my Firefox to 41.0.1. And still I can't reproduce. There has to be some other factor involved. Are you experiencing any other database issues? Any problems with Chat, or user profile updates? |
Could there be sth. wrong with my versions of node / mongodb? |
I can't think of anything that could cause that type of behavior. Everything else seems to be behaving correctly? Out of curiosity, what versions of node, npm, and mongodb do you have installed? |
Old Mongo could indeed cause such errors. A friend had issues with MeanJS and Mongo 2.2 (rather old). |
my versions: |
Did anyone test this with new Mongo before? @ilanbiala @mleanos @rhutchison @lirantal @codydaig It should be just a drop in replacement... |
I dropped my complete vm and reinstalled everything. now it seems to work. I don´t know why. but issue can be closed. |
I'm using mongodb 3.0.6 as well. |
@Meistercoach83 Glad you got it figured out! @ilanbiala Can we close? |
@Meistercoach83 keep a close eye and let us know if this happens again. |
@simison I'm using mongo version 3.0.5 |
Hi,
I´m using a not modified version (current stable). When I click on the delete button for one article, all my articles are deleted. The request sent to the server is looking ok:
DELETE /api/articles/560cd6624a69c22833f25918 200
where can i search for occuring errors?
The text was updated successfully, but these errors were encountered: