无法在localhost中集成next.js和mongodb

无法在localhost中集成next.js和mongodb,mongodb,environment-variables,connection,Mongodb,Environment Variables,Connection,MONGODB_URI=MONGODB+srv://prathikshetty7:fmfwrmgerg@cluster0.rbbaz.mongodb.net/myFirstDatabase?retryWrites=true&w=多数 MONGODB_DB=样本 我更新mongodb环境变量。但当我在localhost中运行它时,它仍然显示 服务器错误 错误:请在.env.local内定义MONGODB_URI环境变量 生成页面时发生此错误。任何控制台日志都将显示在终端窗口中。 来源 .next\

MONGODB_URI=MONGODB+srv://prathikshetty7:fmfwrmgerg@cluster0.rbbaz.mongodb.net/myFirstDatabase?retryWrites=true&w=多数

MONGODB_DB=样本

我更新mongodb环境变量。但当我在localhost中运行它时,它仍然显示

服务器错误 错误:请在.env.local内定义MONGODB_URI环境变量

生成页面时发生此错误。任何控制台日志都将显示在终端窗口中。 来源 .next\server\pages\index.js(6:8)@Object../util/mongodb.js

四,| 5 |如果(!MONGODB|u URI){

6 |抛出新错误( | ^ 7 |'请在.env.local内定义MONGODB|u URI环境变量' 8 | ) 9 |}