Hello there! I also run into the same problem and even followed your advice in taking the course and successfully completed it (Thank you for that!!), however, I am still very confused on how we can solve the original question. Typing mongos prints out
“badValue: error: no args for configdb–
try ‘C:\Program Files\MongoDB\Server\6.0\bin\mongos.exe --help’ for more information”
on Windows 11.
In Hyper Terminal using vim I put
alias mongos="/c/Program\ Files/MongoDB/Server/6.0/bin/mongos.exe"
but it still didn’t help me at all.
How do I get this to respond using mongosh as you said?
Thank you in advance!!!