Cannot access mongodb through browser - It looks like you are trying to access MongoDB over HTTP on the native driver port

前端 未结 5 1929
我在风中等你
我在风中等你 2021-01-30 11:09

I open terminal and enter the following commands

sudo mongod

which then outputs

[initandlisten] waiting for connections on port         


        
5条回答
  •  甜味超标
    2021-01-30 11:46

    HTTP interface for MongoDB Deprecated since version 3.2 :)

    Check Mongo Docs: HTTP Status Interface

提交回复
热议问题