Open louridi-brahim opened 3 weeks ago
Look at the common issues section of the README.md file. Try this:
You have to regenerate the assets on the server. You can do either of these:
Replace www-data
if that is not the web server user.
cd /mautic/root
npm install
sudo -u www-data php bin/console mautic:assets:generate
Or this should also work because it triggers a script that generates the assets:
cd /mautic/root
composer install
Thanks for your feedback, the colors have been changed but the icons in the sidebar, and in the header the icons of the bell and the parameters are no longer displayed either. Do I need to run another command? Thanks
Confirmed that the configuration and the bell are missing and no longer accessible after running regenerate assets- here is a screenshot
Hi Thank you for your tool, it is very practical nevertheless I defined the colors of the sidebar and the general colors but it does not work. I cleared my browser cache PHP Version 8.1.30 Versions Mautic 5.1.1 Do you know where the problem could come from?
THANK YOU