Description
Hi,
I had successfully set up MongoDB and the Parse Server a few days after the service termination announcement & ultimately had one of my apps successfully running in test mode (i.e. just my development version). I noticed yesterday that a new version of Parse Server is available with Push Notification API included which I need for another app. Hence I used npm update & npm update -g to update my set up. Now when I start MongoDB in exactly the same way I did prior to the update & then start the Parse Server with npm start, the server does not make a connection to the MongoDB database that it is pointed at. If I run mongo to make a connection to the same db_uri, it works and everything is exactly the same as it was pre-update. My mongod.conf file is exactly as it was pre-update also. The version of MongoDB seems to be the same as pre-update.
Anyone have any ideas what may have happened & where I should look for a change that is causing this?
(I suspect something happened to MongoDB because when I tried to migrate data from parse.com for the 2nd app that uses Push Notifications it kept telling me it could not find the server even though I was using exactly same procedure that succeeded for 1st app).
Also are there any log files for Parse Server? Can't seem to find any.
Thx for any help.
RB