project_mern_memories
project_mern_memories copied to clipboard
Updating Issue and 404 error on creating a new post
The site is not getting updated by itself after creating a new post, liking the post, and deleting the post. I have to refresh the page to get the updated page.
Also getting 404 error and 409 error sometimes while creating a new post.
I am a newbie please help me in fixing these issues. Thanks.
same problem, have u solved it out?
I wish we could see your code to have a better view where the issue exactly lies.
Hi, I'm stuck on the same issue, have you found any resources/solutions that may help with this issue?
Hi, I'm stuck on the same issue, have you found any resources/solutions that may help with this issue?
Hi, I solved this. But I didn't remember how... There must be something wrong with the code, you can compare yours with that on github.
guys do you have to solutions??
Check if the mongo database user via Atlas has "readWriteAnyDatabase@admin" role assigned to it, if not you will have to assign the role to the database user to allow your application to read and write data to the respective cluster.