Message
Link past end of list
Explanation
rel="next"
or rel="previous"
link found in last
or first
entry in list.
Solution
If this is not the end of the list, check the to see if any links with a rel="self"
matches the link with either rel="last"
or rel="first"
.
If this is meant to be the end of the list, remove extraneous links that would link beyond this point.
Not clear? Disagree?
You might be able to find help in one of these fine resources.