project_mern_memories icon indicating copy to clipboard operation
project_mern_memories copied to clipboard

Updating Issue and 404 error on creating a new post

Open rashi-06 opened this issue 3 years ago • 6 comments

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.

rashi-06 avatar Jan 29 '22 18:01 rashi-06

same problem, have u solved it out?

rua02me avatar Jun 22 '22 16:06 rua02me

I wish we could see your code to have a better view where the issue exactly lies.

MatinT-SA avatar Jun 22 '22 19:06 MatinT-SA

Hi, I'm stuck on the same issue, have you found any resources/solutions that may help with this issue?

ghost avatar Jul 15 '22 14:07 ghost

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.

rua02me avatar Jul 15 '22 15:07 rua02me

guys do you have to solutions??

bangkitdc avatar Jul 30 '22 19:07 bangkitdc

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.

Rayster271196 avatar Mar 20 '23 09:03 Rayster271196