Skip to main content
Question

Plugin: manifest.json is not updating in production

  • October 30, 2024
  • 3 replies
  • 60 views

Chase_Ohlson

After making a recent push to my production plugin, I’m seeing this error even though it IS defined in my manifest.

Error: in get_currentUser: "currentuser" permission not specified in manifest.json. Add the following to your manifest.json: "permissions": ["currentuser"]. See https://www.figma.com/plugin-docs/manifest/#permissions for more details.

manifest.json

{
  "name": MY_NAME,
  "id": MY_ID,
  "api": "1.0.0",
  "main": "dist/code.cjs",
  "enableProposedApi": false,
  "enablePrivatePluginApi": true,
  "editorType": ["figma", "figjam"],
  "permissions": ["currentuser"],
  "networkAccess": {
    "allowedDomains": ["*"],
    "reasoning": "Internet access for local development."
  }
}

This topic has been closed for comments

3 replies

y_toku
Figmate
  • Community Support
  • 2397 replies
  • October 30, 2024

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


Gleb
  • Power Member
  • 4707 replies
  • October 30, 2024

Have you tried removing the plugin and reimporting it via manifest?


Chase_Ohlson

I resolved this by releasing a new version! This wasn’t super obvious in the docs, perhaps a more visible section can be added 🙂


Cookie policy

We use cookies to enhance and personalize your experience. If you accept you agree to our full cookie policy. Learn more about our cookies.

 
Cookie settings