I am editing content in my Webflow CMS and I came across this error “Remote Image failed to import: invalid file url”. The only thing I changed in the editor is adding a new URL to this page. That URL is linking to a page on our site that is functioning. Thank you for the help!
Hi Francesca, if you were trying to import an image and got this error, check;
- Image must be a valid image type
- Under 4MB
- Filename must be < 100 characters
- Keep it simple, certain filename chars are disallowed
I have same issue
How about if image are accessible and image info is like below
file_name: how_to_improve_essays-_easy_strategies_for_better_writing_6bfsGgcoTVEefGTUcszWx.png
file_size: 1335 kB
file_type: PNG
file_type_extension: png
mime_type: image/png
image_width: 1344
image_height: 768
bit_depth: 8
color_type: RGB with Alpha
compression: Deflate/Inflate
filter: Adaptive
interlace: Noninterlaced
background_color: 255 255 255
image_size: 1344x768
megapixels: 1
category: image
and
file_name: how_to_improve_essays-_easy_strategies_for_better_writing_7bhLzvYF0EOvRTj7EyTva.png
file_size: 1168 kB
file_type: PNG
file_type_extension: png
mime_type: image/png
image_width: 1344
image_height: 768
bit_depth: 8
color_type: RGB with Alpha
compression: Deflate/Inflate
filter: Adaptive
interlace: Noninterlaced
background_color: 255 255 255
image_size: 1344x768
megapixels: 1
category: image
The filesize is probably far larger than you want, I’d convert to AVIF.
But more importantly your filename may be too long or have invalid characters. Rename it to bob.png
and see if that works, if so, now you know.
1 Like