We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
this is my code and error
The text was updated successfully, but these errors were encountered:
错误提示很清楚,this.app.mongo undefined。检查插件是否成功启用(可以检查 log)并逐步打印 mongo 和 app 对象排查。
this.app.mongo
mongo
app
Sorry, something went wrong.
插件可以正常使用,find和updateOne都正常
在同一个环境内吗?
连续打印三行
console.log(this.app.mongo); console.log(this.app.mongo.find); console.log(this.app.mongo.insertOne);
No branches or pull requests
this is my code and error
The text was updated successfully, but these errors were encountered: