rystaf / mlmym

a familiar desktop experience for lemmy
GNU Affero General Public License v3.0
253 stars 16 forks source link

Post comments are not shown #107

Closed sxe closed 3 months ago

sxe commented 3 months ago

Comments on posts are not shown anymore.

Random example: https://old.lemmy.zip/post/19430126 shows 8 comments which are not visible.

Happens on all posts as far as I can tell.

Comments are visible on other front ends.

Cheers

rystaf commented 3 months ago

I haven't been able to reproduce this yet. When I click the link I can see all the comments. I believe your issue is caused by a bad cookie. Clearing you site data would fix it, but before you do that can you share a screen shot of what cookies you have saved? If the jwt cookie is saved be sure to blur that out or remove it before screenshotting it, that's your session token. You can see your current cookies in firefox by pressing Ctrl+Shift+I then going to the Storage tab and making sure "https://old.lemmy.zip" is selected under Cookies. On Chrome it's the same except it's in the Application tab image

sxe commented 3 months ago

*edit: Removed image for privacy. Here sure, here you go. Haven't delete the cookies yet so if you need anything else I am happy to check it.

rystaf commented 3 months ago

Thank you! Looks like it's the DefaultCommentSortType cookie. "Scaled" isn't a valid sort type for comments. Not sure how that got set like that, weird. If you delete just that one it should fix your issue.

sxe commented 3 months ago

AH nice, yes deleting that cookie fixed it. Appreciate it! Have a nice weekend, case closed.