If I go to the json url without any parameter, like http://localhost:8888/de/category.json I get the first paginated products as json output. So that works as expected. But when I type in the url with /p:2, I get a 404 not found.
Does anyone see where the problem may be? I followed everything from the cookbook page. As you can see, I have a multipage setup. Maybe that could be a problem?
Is this an issue with running via built-in PHP server? I thought when I had this working myself originally it did work, but then somewhere along the way something broke and running my site via the built-in PHP server/localhost stopped working. I was wondering if the update coming in 3.6.6 might actually resolve that issue.
Uploading it to a webspace, I discovered that it didn’t work just with the built-in PHP server. Not quite sure why that is, but in production it will not be an issue.