Skip to main content
Question

Plugin: manifest.json is not updating in production

  • October 30, 2024
  • 3 replies
  • 109 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.

1Error: 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.
2

manifest.json

1{
2 "name": MY_NAME,
3 "id": MY_ID,
4 "api": "1.0.0",
5 "main": "dist/code.cjs",
6 "enableProposedApi": false,
7 "enablePrivatePluginApi": true,
8 "editorType": ["figma", "figjam"],
9 "permissions": ["currentuser"],
10 "networkAccess": {
11 "allowedDomains": ["*"],
12 "reasoning": "Internet access for local development."
13 }
14}
15
16
This topic has been closed for replies.

3 replies

y_toku
Figmate
  • Community Support
  • 2544 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
  • 4715 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