I’m getting a blank page in Magento 2.4.8 only in production mode. In developer mode the checkout works without errors.
I tested with my custom theme and the default Luma theme, and I also tried disabling modules. There are no errors in the Magento logs or in the browser console. The HTML output is empty:
I also ran the following commands, but nothing changed:
bin/magento setup:di:compile
bin/magento setup:static-content:deploy
bin/magento setup:upgrade
Has anyone seen this and can suggest what to check next?