Skip to main content

I am encountering a CORS error in my Figma plugin. Previously, it was working fine after adding entries in the manifest.json for networkAccess. My current configuration is:
 

"networkAccess": {

  "allowedDomains": :

    "*"

  ],

  "devAllowedDomains": i

    "*"

  ],

  "reasoning": "Dev Purpose"

}


Despite using "*", the plugin has started giving CORS errors recently. Is there any change in how Figma handles networkAccess, or is there something else I need to check to resolve this issue?

Hi there,

 

Thanks for reaching out. I'm checking with our internal team. I will get back to you when I have anything I can share with you. 

 

Thanks for your patience.

Toku

 


Hi ​@Jeet Shah

Thanks for your patience!

A CORS error indicates that the server that you are making the request to is rejecting the request. To confirm, have you made changes to your backend recently, especially around the Access-Control-Allow-Origin  response header? If so, could you share a bit more details?

Thanks,
Toku


Reply