the_posts_navigation is not working

This function uses get_the_posts_pagination() which uses the GLOBAL $wp_query to setup the paginate_links() function, so I believe that doesn’t work for get_posts.

Try use the function paginate_links() by itself or the function posts_nav_link()