Updating to WP 6.4 brakes placeholder blocks using WP core functions like have_posts() and the_post(); in blocks like singlepost.php
This results in all template data inside the while loop not being output on the page.
header.php works on the homepage and sample page but not on posts. Template data of header.php is completely ommitted on posts.