Skip to main content
Question

ERROR FETCHING IMAGE

  • December 22, 2025
  • 8 replies
  • 327 views

Jasmeet

This Error is  coming after 19 Dec 
I have create 500-600 Bunch of Thumbnails at a time now I put single Images open in web then paste it in Design it is time consuming process.
Please resolve this problem Quickly
 

8 replies

ShunLee
  • New Member
  • December 23, 2025

I have the same issue, the projects are based on the app, please fix it, thanks a lots 😅……….


  • New Member
  • December 23, 2025

i’ve same issue, is there updating recently in Figma?… 


ShunLee
  • New Member
  • December 23, 2025

Yes, my Figma updated a new function called “Dev Mode”,

maybe the issue is caused by this. But Figma updates quite often,

the issues of plugins will happen anytime.

Hope FIgma can offer the important functions itself, like “google sheets sync” ...😐.... 

 


  • New Member
  • December 23, 2025

lol we’re in extremely same situation.
hope figma fix this error as quickly as possible..
can’t work without ‘google sheets sync’ 😂


ShunLee
  • New Member
  • December 23, 2025

Hey~ Guys~
Good news~ “Fetching images” is back !!
Try it now~~😀


james kar
  • New Member
  • December 23, 2025

I can’t : ( 

How did you that?


ShunLee
  • New Member
  • December 24, 2025

Is the function normal now ?
I tried the plugin yesterday afternoon , and it worked normally, that` s all.
Well, before that, I removed it and setup again.
Hope your works are all going well.  


Livesta Corp
  • New Member
  • April 30, 2026

I ran into an issue in Figma while using the Google Sheets Sync plugin — images stopped loading from a local server.

Previously, I was using Apache running via XAMPP and linking images directly via http://... (local server). Everything worked fine until Figma stopped supporting loading assets over http, allowing only https.

Because of this, images coming from Google Sheets through the plugin stopped being loaded.

The current workaround is using an image proxy via https://wsrv.nl.

Example of the replacement link:

https://wsrv.nl/?url=http://your-server/image.png

After this change, images started loading correctly again in Figma through Google Sheets Sync.

I also tested alternatives (such as Grok), but they are not suitable due to restrictions / validation layers on the service side that block such requests.

Hope this information helps someone.