this post was submitted on 15 Dec 2025
8 points (100.0% liked)

Summit

1264 readers
18 users here now

Community to discuss Summit, an open-source Lemmy reader for Android.

App (Play Store): https://play.google.com/store/apps/details?id=com.idunnololz.summit

APK: https://github.com/idunnololz/summit-for-lemmy/releases

Source: https://github.com/idunnololz/summit

Support the app

Support me on Patreon

Website: https://summit.idunnololz.com/

founded 2 years ago
MODERATORS
 

Usually when I reach the end of the feed, it just loads more. But recently, I started getting a bad request error instead. Not every time I reach the end, but once I get it it doesn't go away when I tap on retry.

Is anyone else seeing this happening? Is there anything I can do to fix it?

you are viewing a single comment's thread
view the rest of the comments
[โ€“] dessalines@lemmy.ml 4 points 2 months ago (1 children)

This is a DB attack vector, which is why lemmy long ago switched to cursor pagination.

You need to open up an issue in the summit repo asking the dev to switch away from the deprecated page/limit, and to cursor pagination.

[โ€“] nutomic@lemmy.ml 3 points 2 months ago

I disagree with this, and already opened a PR to increase the limit to 100. This way users wont run into problems, and it prevents DDoS just as well.