cancel
Showing results for 
Search instead for 
Did you mean: 

Magento 2 timeout on admin dashboard and cache_invalidate

Magento 2 timeout on admin dashboard and cache_invalidate

Hello there ,

 

I'm using Magento 2 , i was not have any problem .But today when i want to open my admin dashboard it return a  524 timeout occurred also in debug i got this message 

main.DEBUG: cache_invalidate:  {"method":"POST","url":"https://areedoo.com/areedoo-admin/admin/index/index/key/022b02735e3d122fe510593a1194a0554ffd277bffa89bbb8b908aa1bbc6376d/","invalidateInfo":{"tags":["BACKEND_MAINMENU"],"mode":"matchingAnyTag"}} []

 

1 REPLY 1

Re: Magento 2 timeout on admin dashboard and cache_invalidate

Hello @ahmadabdul389b ,

 

Please disable cache if you are running Magento in development mode by below commands :

php bin/magento cache:disable
php bin/magento cache:flush
Problem Solved ? Click on 'Kudos' & Accept as Solution ! Smiley Happy