You need to include the new php tag for the footer (it changed in recent understrap release). You can compare your custom footer.php to the parent theme’s footer.php and see the difference.
<?php get_template_part( ‘sidebar-templates/sidebar’, ‘footerfull’ ); ?>