bradtraversy / proshop_mern

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

MongoError: user is not allowed to do action [remove] #228

Open Govind-Upadhyay-12 opened 5 months ago

Govind-Upadhyay-12 commented 5 months ago

error-while login or going on home page this error message is showing :: MongoError: user is not allowed to do action [remove] on [proshop1.orders]

error solved-->just replacing remove to deleteOne() because this was depricted and deleteOne is latestone

213

pull this

Govind-Upadhyay-12 commented 5 months ago

error solved-->just replacing remove to deleteOne() because this was depricted and deleteOne is latestone https://github.com/bradtraversy/proshop_mern/issues/213