【发布时间】:2022-01-06 19:10:26
【问题描述】:
我从 git 克隆了一个旧项目,它运行良好。但是现在显示这个错误
(node:88186) UnhandledPromiseRejectionWarning: MongooseError: The `uri` parameter to `openUri()` must be a string, got "undefined". Make sure the first parameter to `mongoose.connect()` or `mongoose.createConnection()` is a string. at NativeConnection.Connection.openUri (/Users/mobeenikhtiar/Downloads/slack's_downloaded_data/shopala-backend-56fb4bdcc8bd8024578ea82a0aef49c21a270563/node_modules/mongoose/lib/connection.js:684:11)
【问题讨论】:
-
谢谢,我错过了导入 env 文件。需要('dotenv').config();