project_mern_memories
project_mern_memories copied to clipboard
Post doesn't show up on the screen although present in the database.
Post is present in the database but doesn't show up on the screen.
Hi @FALAK097 I am almost encountering the same issue - my posts are displayed fine at the time of creation and they even get created in my MongoDB cluster but I don't see anything in my browser console + I get the circular progress spinner when I reload the page (the posts don't get fetched). Did you manage to solve the issue?
Update: I solved the issue by making sure useEffect(() is under const dispatch = useDispatch(); in App.js