I am trying to run mongod on m1 pro macbook, but getting the following log :
Can anyone give solution for this
I am trying to run mongod on m1 pro macbook, but getting the following log :
Can anyone give solution for this
Please change the mongodb default port to something like '27030' in the mongod.conf file. Usually you can find this file in this path '/usr/local/etc/mongod.conf.'. Then try to establish the connection. Let me know if you face any issues.