In my functions.php I have:
/* Jetpack infinite scroll */
function sandrasaenz_infinite_scroll_init() {
add_theme_support( 'infinite-scroll', array(
'container' => 'main',
'render' => 'sandrasaenz_infinite_scroll_render_new',
) );
}
I tried to add 'footer' => false and 'footer' => 'page', but it didn’t solve my issue.
Thank you for a prompt reply!
By the way, you can check this bug here.