Skip to content
This repository has been archived by the owner on Aug 30, 2021. It is now read-only.

[solved] remove Article Error #958

Closed
Meistercoach83 opened this issue Oct 1, 2015 · 15 comments
Closed

[solved] remove Article Error #958

Meistercoach83 opened this issue Oct 1, 2015 · 15 comments
Assignees
Milestone

Comments

@Meistercoach83
Copy link
Contributor

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?

@mleanos
Copy link
Member

mleanos commented Oct 1, 2015

@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?
https://github.com/meanjs/mean/blob/master/package.json#L5

If not, then is this the "current stable" version that you're referring to?
https://github.com/meanjs/mean/releases/tag/v0.3.3

@Meistercoach83
Copy link
Contributor Author

Hi,

yes - there´s a line with "meanjs-version": "0.4.1" in package.json
I checked it again with git pull upstream master => "Already up-to-date"

@mleanos
Copy link
Member

mleanos commented Oct 1, 2015

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?

@Meistercoach83
Copy link
Contributor Author

It´s the current Firefox in version 41.0.1.
I downloaded the zip from master branch again manually => same problem

@mleanos
Copy link
Member

mleanos commented Oct 1, 2015

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?

@Meistercoach83
Copy link
Contributor Author

Could there be sth. wrong with my versions of node / mongodb?

@mleanos
Copy link
Member

mleanos commented Oct 1, 2015

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?

@simison
Copy link
Member

simison commented Oct 1, 2015

Old Mongo could indeed cause such errors. A friend had issues with MeanJS and Mongo 2.2 (rather old).

@Meistercoach83
Copy link
Contributor Author

my versions:
mongodb: 3.0.6
node: 0.12.7
npm : 2.11.3

@simison
Copy link
Member

simison commented Oct 1, 2015

Did anyone test this with new Mongo before? @ilanbiala @mleanos @rhutchison @lirantal @codydaig

It should be just a drop in replacement...

@Meistercoach83
Copy link
Contributor Author

I dropped my complete vm and reinstalled everything. now it seems to work. I don´t know why. but issue can be closed.
thanks for your help!

@Meistercoach83 Meistercoach83 changed the title remove Article Error [solved] remove Article Error Oct 1, 2015
@mleanos
Copy link
Member

mleanos commented Oct 1, 2015

I'm using mongodb 3.0.6 as well.

@codydaig
Copy link
Member

codydaig commented Oct 1, 2015

@Meistercoach83 Glad you got it figured out!

@ilanbiala Can we close?

@lirantal lirantal closed this as completed Oct 1, 2015
@lirantal lirantal added this to the 0.4.2 milestone Oct 1, 2015
@lirantal lirantal self-assigned this Oct 1, 2015
@lirantal
Copy link
Member

lirantal commented Oct 1, 2015

@Meistercoach83 keep a close eye and let us know if this happens again.

@codydaig
Copy link
Member

codydaig commented Oct 1, 2015

@simison I'm using mongo version 3.0.5

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

5 participants