System Information
- Strapi Version: 3.4.2
- Operating System: Debian
- Database: MySQL
- Node Version: 12.18.2
- NPM Version: 6.14.6
- Yarn Version:
Hi,
I have trouble to display more than 20 items of a relation in Strapi Admin.
We were on version 3.2.5 while we discovered what I will explain, and we’ve migrate to the latest version but it doesn’t change.
I guess there is something I missed so i need help to fix it.
So here is my model.
I have a Colletion Type (page) with a Dynamic zone (contenu) containing some components.
The map component (Carte des Agences) is the one we will focus on.
So when I move to the content manager and add some Agences, I’m limited to 20 while I have more agences stored in database.
This is because the request limit is fixed to 20
http://localhost:1337/content-manager/relations/application::page.page/agences?_limit=20&_start=0&_component=pages.carte-interactive
I want to know how to change the limit value or remove it from the request.
Thanks for your help