无法获取用户特定的“注释”;

发布于 2025-01-11 08:13:37 字数 334 浏览 0 评论 0原文

我制作了一个笔记网站(使用 MERN),用户可以登录并保存笔记。 当我在本地主机 mongodb 指南针上测试它时,它工作得很好。它向用户显示了特定的注释。

但是当我将它部署在heroku &使用mongodb图集,它显示所有用户的所有注释(无论谁登录,都可以看到所有注释)。

此外,当部署在heroku上时,如果用户保存注释,则在用户重新登录后不会显示该注释(它仍然存在于数据库中)。

以下是获取用户特定注释的代码:

获取用户特定注释的代码

任何帮助将不胜感激!提前致谢!

I have made a notes website(using MERN), where user can login and save notes.
When I tested it on my localhost mongodb compass, it worked fine. It showed the user specific notes.

But when I deployed it on heroku & used the mongodb atlas, its showing all the notes, of all the user(whoever logins, sees all the notes).

Also when deployed on heroku, if a user saves a note, it doesn't show after the user logins back(its still there in database).

Here's the code to fetch the notes user specific:

Code to fetch user specific notes

Any help would really be appreciated!! Thanks in advance!

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。
列表为空,暂无数据
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文