-
-
Notifications
You must be signed in to change notification settings - Fork 114
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Mautic icons/Remixicon not loaded after whitelabel when Mautic 5 is installed via Composer method #171
Comments
I'm having the exact same issue. |
Fix Missing Icons in Mautic After Applying Whitelabeler PluginProblem:After applying the Mautic Whitelabeler plugin, icons (e.g., RemixIcon) are missing, and the browser console shows 404 errors for Solution:The issue occurs because Steps:1. Install
|
@matbcvo @zietbukuel @nickian |
This does not resolve the issue. The package |
When I install Mautic 5.1.1 using
composer create-project mautic/recommended-project:^5 --no-interaction
and run whitelabel on it, then Mautic icons (remixicon) are missing. Everything else seems to be fine (colors, logo, favicon are updated).Below image Mautic is installed via .zip method and whitelabeled, icons are there
libraries.css
tries to importremixicon.css
fromhttps://<mautic>/node_modules/remixicon/fonts/remixicon.css
, butnode_modules
is not publicly accessible.mautic-whitelabeler/templates/5.1.1/app/bundles/CoreBundle/Assets/css/libraries/libraries.css
Line 2 in 76af55f
This project structure is like this:
where
docroot
is publicly accessible.https://docs.mautic.org/en/5.x/getting_started/how_to_install_mautic.html#installing-with-composer
But when Mautic is installed with .zip method and whitelabeled, then everything is fine, remixicon is loaded. Project structure is different as there is no
docroot
, just all files are in the same directory.I think Mautic Whitelabeler should support Composer installation method too, because:
https://docs.mautic.org/en/5.x/getting_started/how_to_update_mautic.html
The text was updated successfully, but these errors were encountered: