The following commands work fine for me:

  1. find mongdb.conf and find the storage path from mongb.conf
    dbPath: /opt/homebrew/var/mongodb

  2. open the folder Permissions
    sudo chown -R $(whoami) /opt/homebrew/var/mongodb

  3. mongod --port 52885 --dbpath /opt/homebrew/var/mongodb