Next / previous posts link doesn’t show up with Posts 2 Posts

From next_posts_link:

Add the $max_pages parameter to the next_posts_link() function when querying the loop with WP_Query. To get the total amount of pages you can use the ‘max_num_pages’ property of the custom WP_Query object.

next_posts_link( 'Next →', $connected->max_num_pages );