I can’t get creator’s username with posts in MERN project
I am working on developing social media app using MERN Stack. First I made it to create post with img, description ans title and display in wall, it works well. but later I wanted to update it to display username with creator’s name. Now I get message ‘Error fetching from server’. this is my post schema and user schema.
I am working on developing social media app using MERN Stack. I can’t get creator’s username with posts
First I made it to create post with img, description ans title and display in wall, it works well. but later I wanted to update it to display username with creator’s name. Now I get message ‘Error fetching from server’. this is my post schema and user schema.