Magento 2.4 Worklog

Home

1 exception(s): Exception #0 (InvalidArgumentException): Time to live is a mandatory parameter for set public headers Exception #0 (InvalidArgumentException): Time to live is a mandatory parameter for set public headers



bitnami@b6f4ab575a91:/bitnami/magento/htdocs$ git diff vendor/magento/module-theme/view/frontend/layout/default.xml
diff --git a/vendor/magento/module-theme/view/frontend/layout/default.xml b/vendor/magento/module-theme/view/frontend/layout/default.xml
index 8eaac4aa3..4bf31776a 100644
--- a/vendor/magento/module-theme/view/frontend/layout/default.xml
+++ b/vendor/magento/module-theme/view/frontend/layout/default.xml
@@ -63,7 +63,7 @@
                     <arguments>
                         <argument name="title" translate="true" xsi:type="string">Menu</argument>
                     </arguments>
-                    <block class="Magento\Theme\Block\Html\Topmenu" name="catalog.topnav" template="Magento_Theme::html/topmenu.phtml" ttl="3600" before="-"/>
+                    <block class="Magento\Theme\Block\Html\Topmenu" name="catalog.topnav" template="Magento_Theme::html/topmenu.phtml"  before="-"/>
                 </block>
                 <block class="Magento\Framework\View\Element\Text" name="store.links" group="navigation-sections">
                     <arguments>



main.CRITICAL: No cache server(s) could be purged Cache host


main.CRITICAL: No cache server(s) could be purged Cache host: 172.18.0.5:80resulted in error message: Unable to connect to 172.18.0.5:80 . Error #0: stream_socket_client(): unable to connect to 172.18.0.5:80 (Connection refused) {"method":"GET","url":"http:/","invalidateInfo":{"server":"[object] (Laminas\\Uri\\Uri: http://172.18.0.5:80/)","formattedTagsChunk":"$))|((^|,)cat_p_2355(,|$))|((^|,)cat_p_2356(,|$))|((^|,)cat_p_2773(,|$))|((^|,)cat_p_2774(,|$))|((^|,)cat_p_2777(,|$))|((^|,)cat_p_2776(,|$))|((^|,)cat_p_2667(,|$))|((^|,)cat_p_2666(,|$))|((^|,)cat_p_2668(,|$))|((^|,)cat_p_2740(,|$))|((^|,)cat_p_2335(,|$))|((^|,)cat_p_2451(,|$))|((^|,)cat_p_14(,|$))|


app/etc/env.php


    'http_cache_hosts' => [
        [
            'host' => '172.18.0.6'
        ]
    ]


cron logs


ls -lah /var/mail/bitnami 
-rw-rw---- 1 bitnami mail 2.3G May 21 21:20 /var/mail/bitnami

Author: Sebastian Emilio Narvaez

Created: 2023-05-21 Sun 21:22

Validate