ember-cli-pagination icon indicating copy to clipboard operation
ember-cli-pagination copied to clipboard

You are able to navigate to an invalid page number

Open zwarburg opened this issue 8 years ago • 2 comments

So I am paginating my users page and my per_page is 15. So let's say you only have 5 user... You should only be able to get to page 1. If you have 16 users you should be able to get to page 1 and 2. But if you add page=45 to the url, that will work and just take you to a blank page. Should really just redirect you back to a valid page.

zwarburg avatar Jul 06 '16 17:07 zwarburg

Thanks! This is a very old issue. @mharris717 this is the old 666 bug. I was under the impression that you solved this more than a year ago. Willing to help solve this. See it in action:

http://bloggr.exmer.com/posts?page=666&query=

broerse avatar Jul 06 '16 18:07 broerse

Any update on this???

zwarburg avatar Jul 11 '16 18:07 zwarburg