Volt rb 框架无法连接到数据库
Volt rb framework unable to connect to database
当我在终端中触发 volt server
时,它给我这个错误消息
Unable to connect to the database. Volt will still run, but the
message bus requires a database connection to setup connections
between nodes, so the message bus has been disabled. This means
updates will not be propigated between instances (server, console,
runners, etc...)
以前没有这样做过。即使我删除了存储库,生成一个新的、新鲜的、干净的、未受影响的存储库,它仍然给我这个错误。我需要安装 mongo 数据库查看器吗?
默认情况下,Volt 期望 MongoDB 在本地是 运行,所以安装 MongoDB 应该一切正常
当我在终端中触发 volt server
时,它给我这个错误消息
Unable to connect to the database. Volt will still run, but the message bus requires a database connection to setup connections between nodes, so the message bus has been disabled. This means updates will not be propigated between instances (server, console, runners, etc...)
以前没有这样做过。即使我删除了存储库,生成一个新的、新鲜的、干净的、未受影响的存储库,它仍然给我这个错误。我需要安装 mongo 数据库查看器吗?
默认情况下,Volt 期望 MongoDB 在本地是 运行,所以安装 MongoDB 应该一切正常