[3.6.2] Pagination throws "404" after upgrade to 3.6

Found a minor inconsistency which was already reported

On my windows dev machine the pagination sign is ; . Deployed on linux in container the pagination sign is :

In the above ticket Bastian said:

We have ditched params in URLs entirely. They were causing too many issues. Pagination is now using query strings.

In Kirby 3 params and not query string are still used for pagination. Is there an option to change the pagination to use query string instead?

What became clear to me is that these issues occurs when ran on PHPโ€™s built-in server as I have setup. I followed the steps on Kirbyโ€™s โ€œGet up and runningโ€ page to have it working.

โ€œphp -S localhost:8080 kirby/router.phpโ€

When I upload it to my server or run it via MAMP, I have no issues (and thus no 404).
Im not technically equipped (yet) to understand what is causes these issues. But maybe this helps to find the solution as in 2024 this issue still pertains.