403 Error Occurs When Running the Published Version of a Figma Plugin

I’m trying to develop and distribute a Figma plugin.
It works well in the in-development version, but the published version does not work and displays the following error message:

“Failed to load resource: the server responded with a status of 403 ()”.

I’ve also tried turning off the ‘use developer VM’ feature and retrying, but the same issue occurs.

Do you happen to know how to resolve this?

Attached is the configuration of my plugin’s manifest.

2 Likes

Hello, have you been able to resolve the error? I am experiencing the same issue, and it would be helpful if you could tell me how. Thank you very much.

Is the plugin you developed currently under review for distribution?
You cannot use the publish version while it is under review.

Ah, okay! Yes, that’s the reason then. Thank you again!