Unfortunately my page messages are empty.
I have a block in the Magento_Theme/layout/default.xml
<container name="page.messages" htmlTag="div" htmlClass="page messages">
<block class="Magento\Framework\View\Element\Template" name="ajax.message.placeholder" template="Magento_Theme::html/messages.phtml"/>
<block class="Magento\Framework\View\Element\Messages" name="messages" as="messages" template="Magento_Theme::messages.phtml"/>
</container>
But after doing some actions in the customer account (Ex. saving account information) the html tag is empty:
<p class="text" data-bind="html: message.text"></p>
All other js functions are working.
Does anybody have the same Problem?