SAGARSINGH-1 / CodeAndBlog

CodeAndBlog is your go-to destination for a harmonious blend of coding expertise and insightful blogging. Dive into a world where the art of coding meets the finesse of storytelling.
https://code-and-blog.vercel.app
MIT License
0 stars 3 forks source link

Previous post likes and comment showing on New Post #56

Open sahilatahar opened 8 months ago

sahilatahar commented 8 months ago

Describe the bug For Testing purpose I just post an image with title and then page got stuck its another problem but when I navigate to posts it shows likes and comment count on post which was of previous post.

To Reproduce Steps to reproduce the behavior:

  1. Go to add post page
  2. Create post
  3. navigate to posts page
  4. See like and comment on newly post

Expected behavior Number of likes and comment on new post should be 0 ,0

Screenshots

I removed previous post image from inspect so that i can show you like and comment count of both posts

image

Desktop (please complete the following information):

sahilatahar commented 8 months ago

I would like to contribute in this project. @SAGARSINGH-1 assign me this issue

SAGARSINGH-1 commented 8 months ago

@sahilatahar there are no attributes for storing likes and comments counts in the database that why u see random like and comment counts.

sahilatahar commented 8 months ago

So, lets add features to store it in database