Hi everyone, newbie to Outsystems, first time asking question on community.I am copying code from another module to my module hand by hand (I do not want to import the module directly due to some reasons about security and license). But I am facing missing URL path in the block Style Sheet, even though I copied everything like data in the DB, theme, ...How to check where the URL path origin from? I tried to search the keyword but it not helpModule name: International Telephone Input Reactive by Rúben MeirelesCould not provide the OML due to maximum data
Yes, If you already copied image from old module to new one you will need to change URL into CSS by copying value of runtime pass to it (path that highlighted into screenshot I shared)
Hello Binh,
You need to copy that image "InternationalTelephoneInputReactive.flags_2x.png" from Images folder of module to Imagesfolder of new module and this should work.
Images folder existing into Interface tab into OutSystems service studio when you open the module
Thank you for your reply, I found out that the reason is URL need to follow the project base name to make the Service Studio to understand.