无法获取用户特定的“注释”;
我制作了一个笔记网站(使用 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:
Any help would really be appreciated!! Thanks in advance!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论