485
Views
6
Comments
reference theme caching
Question

We have a problem.

We have deleted a theme that we were not using in the application but it seems that something has been cached, we get the following error.

Resource Not Versioned

"Resource with URL 'xxxx' could not be versioned in the 'xxxx' stylesheet, this might affect runtime behavior. Please verify if the URL is valid."

We are not actually referencing the theme from anywhere, but it appears as a warning when we publish the application

2026-02-05 15-36-36
Lenon Manhães Villeth
Champion

Hi, friend. 

Maybe some OS component is using that theme.

Have you tried to roll back your module version to retrieve this deleted theme?


UserImage.jpg
CrisSanz

Lenon Manhães wrote:

Hi, friend. 

Maybe some OS component is using that theme.

Have you tried to roll back your module version to retrieve this deleted theme?


 In principle we have not detected anything. I was more concerned that it was a search issue, is it possible?

 

2026-02-05 15-36-36
Lenon Manhães Villeth
Champion

I never saw something like that.

Do this: click with the right button over the module name and click 'remove unused dependencies'. 

I'm not sure, but maybe help.

2017-06-06 09-43-03
Frans Moquette

We had the same issue with a front-end module complaining about an image in a referenced theme module. The image was not referenced in the front-end module and did not exist in the theme module. We tried everything we could find on the forum without having the issue resolved. Finally someone suggested cloning the module. The clone compiled without the warning. So the solution we implemented step by step:

1. Clone the offending module (XXX) and publish it (it should not give the warning)

2. Go to Independent Modules and move the CloneOfXXX module to the application where the original resides

3. Open the application that contains the offending module and check the clone is in there too.

4. Delete the offending module.

5. Open the CloneOfXXX module, rename it to the original name and publish

Problem solved!


2019-11-08 16-23-42
César Mateus Conceição

Old ... but save the day ! :-)

Thanks mate

2017-03-28 10-50-47
Paul.

2026 this is still happening, so thank you for laying out a solution.

Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.