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
Hi, friend.
Maybe some OS component is using that theme.
Have you tried to roll back your module version to retrieve this deleted theme?
Lenon Manhães wrote:
In principle we have not detected anything. I was more concerned that it was a search issue, is it possible?
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.
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!
Old ... but save the day ! :-)
Thanks mate
2026 this is still happening, so thank you for laying out a solution.