Style Customization

Trying to setup Style Customization and getting wrong path. Yes it is 5.8 but nonetheless…

The path being returned by <?=$view->getStylesheet('STYLESHEETNAME.less')?> is:
concrete/ThemeName/assets/…

It should be:
/application/themes/ThemeName/assets/…

We have done this dozens of times successfully and have always used this YouTube video by Andrew as a guide/reference:

Enabling Style Customization in your concrete5 Themes

We have 17 sites that we have themed and followed the steps to the letter. We have also compared this current site to configurations on other sites - they are identical in the code and structure. The .less filenames and ThemeName are different but the dir structure is always the same on all our sites.

This happens on Ubuntu (apache) and IIS.

We have cleared cache (dashboard/file system) and cannot find the cause of the issue.

Hopefully someone can assist.

Tx…