bradtraversy / proshop_mern

Shopping cart built with MERN & Redux
1.99k stars 1.18k forks source link

Collections being created in test database #202

Closed ZohairAbbas closed 1 year ago

ZohairAbbas commented 2 years ago

I followed the same steps but instead of data being inserted into proshop database, it's being inserted into the test

image image

Kartikeya-Jain commented 2 years ago

i am facing the same issue, altough it works after being created in the test database

robregan commented 1 year ago

it will default to the 'test' db if you don't include the name of the db you want in your connection string.

So change ${whateverElse}bmll6.mongodb.net/ to ${whateverElse}bmll6.mongodb.net/proshop