Hi,
I just apply a new theme (follow
this documentation) but after I compiled the assets, everything broke.
* This is a production stack.
* Here are my them directory structure:
edx
└── my-themes
└── edx-platform
└── my-first-theme
├── cms
└── lms
└── static
└── images
└── logo.png
└── templates
* And my lms.env.json configuration:
"ENABLE_COMPREHENSIVE_THEMING": true,
"COMPREHENSIVE_THEME_DIRS": [
"/edx/my-themes/edx-platform"
],
"THEME_NAME": "my-first-theme"
* Everything under /edx/my-themes are own by edxapp:edxapp
After I compile the assets, the site saying that I missing the logo and some javascript files:

Looking at the logo url, It says: Mango%20Course-on-edx-logo.png not logo.png
Not sure how it gets that logo name?
Did anyone experienced this issue?
Thanks,