Hello everyone, during our source code deployment process, we encountered warnings as shown in the image below. Is there any way to resolve these warnings? Thanks
Hi Bao,
I believe the warning is related to the images being referenced directly from the source, which prevents OutSystems from handling their versioning properly. The best approach would be to add these images as resources in the Resources folder and import them from there. You can think of it like this: when the images are inside the module, OutSystems knows them (like someone with an ID), whereas external references are treated as outsiders.
thank u