Pagination setup

Options
I try to set up pagination for stored data in order to use it with my app. However, I followed the documentation but I think I am missing something.

When I test this in Run & Debug Mode works well.
https://xxx.xano.io/api:xxx/hubs?page=3
[xpg1.png][xpg2.png][xpg3.png][xpg4.png][xpg5.png]

When I run this in Swagger UI or a browser only the results from page 1 are returned (no matter what page is selected).
[xpg6.png][xpg7.png]

Any ideas of how can I fix this?
Thank you.

Comments