What happened?
If the user tries to fetch a page outside total page count the last page should be returned.
What browsers are you seeing the problem on?
No response
Relevant log output
{
"data": [],
"meta": {
"pagination": {
"totalResources": 6,
"totalPages": 1,
"currentPage": 2,
"pageSize": 10
}
},
"links": {...}
}
What happened?
If the user tries to fetch a page outside total page count the last page should be returned.
What browsers are you seeing the problem on?
No response
Relevant log output
{ "data": [], "meta": { "pagination": { "totalResources": 6, "totalPages": 1, "currentPage": 2, "pageSize": 10 } }, "links": {...} }