Hi All,
Please help me to fix this issue. After logging to admin panel, dashboard is continuously buffering, Not able to access it.
Shama, good evening. Have you already tried clearing your Magento cache and recompiling/redeploying?
Hi @shama_ts,
There may be some issue with JS deployment.
Try the following command once if permission are incorrect: You can use sudo as well.
find . -type d -exec chmod 755 {} \; && find . -type f -exec chmod 644 {} \; && chmod u+x bin/magento
Then executes the following commands once in the sequence.
chmod -R 0777 var/ pub/ generated/ rm -rf var/cache/* var/view_preprocessed/* generated/* pub/static/* php bin/magento setup:upgrade php bin/magento setup:di:compile php bin/magento setup:static-content:deploy -f php bin/magento cache:flush php bin/magento indexer:reindex chmod -R 0777 var/ pub/ generated/
I hope it will help you!
Hi,
Could you give a little more details as to how to edit the JS?
Dear Sir!
I am facing the same issue.
Kindly show me how to edit and run this code.
Hello Vimal,
I have just installed Magento and performed your commands to try ot resolve teh buffering, it is still doing so...
Any other place where I might look please?
Thanks a lot.
In my case, it was the base url that needed to be changed to https.