We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The link that is sent as a response to the index request is not an existing link, when I try to access it I get the error below.
{ "data": [ (The answer for "data" is correct.) ], "links": { "self": "http://localhost:3007/api/clients?page%5Bnumber%5D=1&page%5Bsize%5D=2", "first": "http://localhost:3007/api/clients?page%5Bnumber%5D=1&page%5Bsize%5D=2", "prev": null, "next": "http://localhost:3007/api/clients?page%5Bnumber%5D=2&page%5Bsize%5D=2", "last": "http://localhost:3007/api/clients?page%5Bnumber%5D=4&page%5Bsize%5D=2" } }
The returned links do not exist, when I try to make a request to access them I get:
But when I try to access the link: http://localhost:3007/api/clients?page=2, everything works correctly
The text was updated successfully, but these errors were encountered:
No branches or pull requests
The link that is sent as a response to the index request is not an existing link, when I try to access it I get the error below.
The returned links do not exist, when I try to make a request to access them I get:
But when I try to access the link: http://localhost:3007/api/clients?page=2, everything works correctly
The text was updated successfully, but these errors were encountered: