Hi there,
I have created a new app using meteor and was trying to access Mongo DB but I am getting error as I am not a site owner.
The error described below:
Sorry, that site belongs to a different user.
How to I acess Mongo db?
Hi there,
I have created a new app using meteor and was trying to access Mongo DB but I am getting error as I am not a site owner.
The error described below:
Sorry, that site belongs to a different user.
How to I acess Mongo db?
Hi,
If you created a meteor project, mongodb should be set up for you within the project. You should try creating a collection, publishing it, and then subscribing. Then you can see if it worked by printing the collection to the console.
I don’t know if this helps but let me know if you continue to run into problems.
Richard