You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After updating Element API to 4.1.0 the pagination on my endpoints no longer works. Following the "next" link to ?page=2 for example simply returns the page 1 results.
Hi, thanks for reaching out! I’m unable to replicate this.
Do you have more than 12 entries matching the criteria? If I only have 12 entries, the results don’t show the pagination link on page 1, but if I manually edit the URL to request page 2, the results from page 1 will be returned.
Description
After updating Element API to 4.1.0 the pagination on my endpoints no longer works. Following the "next" link to
?page=2
for example simply returns the page 1 results.Here's my endpoint code:
Steps to reproduce
my-site.tld/endpoint.json?page=2
)Additional info
The text was updated successfully, but these errors were encountered: