The URL looks currently like this:

https://lemmy.ml/?dataType=Post&listingType=Local&page=1&sort=Active

But &sort=Active is at the end, while &page=1 is right before. This is bad design, because &page=1 is the one that changes every time when scrolling and pressing, so put &page=1 at the end of the URL please:

https://lemmy.ml/?dataType=Post&listingType=Local&sort=Active&page=1

See? It looks so much better.