Theme trying to load when null or blanks
dariusj18 opened this issue · 2 comments
dariusj18 commented
If the active theme is configured as null or blank there doesn't seem to be any reason a theme should attempt to be loaded.
Theme [ ] not found! Maybe you're missing a theme.json file.
Shipu commented
every theme must be have theme.json file.
dariusj18 commented
That is not what I was getting at.
Currently the service throws an error if the theme does not exists, however it also considers null and blank theme names as viable theme. Ideally if the theme name is null or blank it should just not try and load a theme automatically.