Skip to content

Complete Response not getting in "strapi-plugin-redirects": "^1.0.4" #23

@techvedpulkit

Description

@techvedpulkit

We recently upgraded from "strapi-plugin-redirects": "^0.0.6" to "strapi-plugin-redirects": "^1.0.4" following our update to Strapi version 4.25.0.

In our Next.js project, we previously fetched the entire dataset of 248 entries from the API endpoint https://******/api/redirects?pagination[start]=0&pagination[limit]=-1 without any pagination or limit. However, after the upgrade, this endpoint now returns only 10 entries per request and indicates a total of 248 entries in Postman.

We need to retrieve the entire dataset in one request, without any pagination or limits.

Could you please advise on how we can achieve this, or suggest the appropriate query parameters to use in Postman?

Thank you.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions