-
Notifications
You must be signed in to change notification settings - Fork 1.7k
New issue
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
404 request before last page check with prefill #690
Comments
Thank you for reporting this bug! This issue will be fixed in the next release of Infinite Scroll. |
🛠 checkLastPage on append ✅ add test for prefilling on error Ref #690
v3.0.1 has been released with this fix added. Please update! Closing this issue has resolved 🌈🐻 |
The current implementation calls Wouldn't it make more sense to call |
@AustinBenavides Hmm, this is an interesting idea. I'll re-open this issue to consider it. |
When you use the
prefill
option it will 404 trying to grab a page that doesn't exist before the last check fires. I encountered this working with WordPress & WooCommerce but have created a minimal test case linked below.Test case: http://mmcurate.com/test/test-case.html
The text was updated successfully, but these errors were encountered: