I'm creating a new application. Then, when choosing a custom icon, I selected my icon. Then referring to the screenshot, I get the error on the topic above.
What are the specifications for an icon file (created/converted)?
Hello @Thoughteethz,
Can you please specify what type of image were you trying to upload as an icon? In Outsystems, the supported image formats are JPEG, JPG and PNG. Please note that svf images are not supported. I hope this info helps you.If you want to know more, you can refer to this article:https://success.outsystems.com/documentation/11/reference/outsystems_language/interfaces/designing_screens/image/Best Regards,Ananya
The dialog said `icon` so I selected an *.ICO image file (like favicon.ico used on websites).
I think, if those are the only file types supported, the Open Dialog window prompted by the IDE must filter the file types, not (*.*) which is equivalent to all file types.
Also, thanks to your answer, when I used the original file (JPG) instead of the converted one (ICO), it worked fine.
That’s why you were getting error. I am happy to help :)
Please mark my answer as solution if your issue is resolved.
Thanks,
Ananya
Hi @Thoughteethz
this might be issue because of that you have uploaded the unsupported format of image. just try to upload jpeg, jpg, or png file. it will resolve your issue.