I am having some issues uploading images to my app. When I download let's say icons for example in svg. format I can upload and It works fine in my app.
But the thing is that when I try to upload other images it doesn't work, I've done a simple design on canva and I download it in svg. format and it doesn't work. It's svg. as well...
Can someone help or give me a explanation on why is this happening?
Is this a problem in design view only or also in the browser, when you preview your page?
Can you please paste the code of the element, where this image is included?
First - never use spaces in the folder names, especially with web/app development. That is a bad practice and really not recommended as it causes problems. Remove the spaces from the Dark%20and%20Light%20Mode folder. Name it Dark_and_Light_Mode for example. When you rename this folder, check if the image is actually there and assign it to the img element again (select it again from the image picker on the page).