-
Notifications
You must be signed in to change notification settings - Fork 86
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
BUG: Comment Section is not working properly #250
Comments
👋 Thank you @Saurabhchaudhary9799 for raising an issue! We appreciate your effort in helping us improve. Our team will review it shortly. Stay tuned! |
@Saurabhchaudhary9799 you are correct!
|
@AlfiyaSiddique , Please add level3 label |
@Saurabhchaudhary9799 Level 3 is added when a feature is implemented from scratch and I think level 2 is fair for the PR. |
One more thing, the comments are not visible on the deployed link after merging: |
@AlfiyaSiddique , comment are perfectly working on local machine . But i will check this issue for sure. |
Yeah please check it once as it is not working on deployed |
I have explored it a bit and found the following behavior. |
Also, one more thing to add it is visible in the deploy preview but not in the deployed URL: I am opening this issue again @Saurabhchaudhary9799, let me know if you want to work on this, if not will assign to someone else |
@AlfiyaSiddique , I want to work on this issue . Please don't assign to someone else. |
Screencast from 2024-10-20 19-07-16.webm |
That's confidential. Let me know if any configuration change is needed from my side. |
Also please test once on the deployed link as well. Some recipes display comments while some do not |
Screencast from 2024-10-21 15-10-36.webm |
@AlfiyaSiddique , Please check once that there is no error in deploying the server from your side |
@Saurabhchaudhary9799 Even in your local video when refreshed the comments disappear. that's the issue |
hey @AlfiyaSiddique , Please check this video again. It displays every time even after refreshing. The comments are being deleted after clicking delete icon. sorry for my screen recording , in my laptop screen recording , cursor doesn't show. |
Okay @Saurabhchaudhary9799 I'll check once from my side |
Is there an existing issue raised for this?
Describe your issue
When I comment any recipe , it shows comment when we remain on that page , but when we refresh page , it doesn't shows any comment that are done previous . the comments are not being either stored in database or fetched properly from database.
screen recording of issue
Screencast.from.2024-10-17.16-36-24.webm
Steps to reproduce
What was the expected result?
the expected functionality is that when we comment on any recipe , it should be display on that recipe page for everyone who is logged in after refreshing the page.
Proposed solution
This can be implemented by optimizing the relationship between the schemas with populate and by making an appropriate REST api for comments.
Would you like to work on this issue?
None
Terms & Conditions
The text was updated successfully, but these errors were encountered: