• 0 Posts
  • 177 Comments
Joined 11 months ago
cake
Cake day: February 10th, 2024

help-circle












  • I was surprised to see such a large part of our active users using Sync, although given that there aren’t really any bad breakages yet it shouldn’t be that unexpected.

    The comments in local communities issue seems a lot more serious than “only” not marking posts as read, I’ve read about that before and totally forgot about it since. There were quite a few threads in [email protected] about that.

    If anyone wants to spend some time on figuring out which change exactly broke this for Sync we might consider a patch to restore compatibility with the old API if it’s simple enough to do. I probably won’t have time to look into this much until somewhere in January, and my time will probably be better spent with migration preparation and testing of Lemmy itself there.

    People looking for alternatives might find some inspiration in [email protected].






  • a JSON parsing error is certainly unexpected. I wonder if you happen to be triggering some automatic Cloudflare WAF rule.

    could you try uploading the same file from a computer? before uploading, please open your browser dev tools (F12) and visit the network tab. it should show some more details in there. especially the response tab should show an actual error message. in the headers tab, you could also share the value of the cf-ray header with us and we can take a look at our logs. please be careful not to share everything you see in that network tab, as there are values visible there that allow taking over your lemmy account. specifically cookies and the jwt value; in some cases also an authorization header. cf-ray is not sensitive, it’s just an identifier associated with the individual request.

    feel free to pm me the cf-ray value rather than posting it publicly.