I’m developing a plugin and it has been running without any issues. It suddenly stopped working and when I tried to import the manifest again, I’m getting an error:
Uncaught (in promise) Error: Error invoking remote method 'web:createMultipleNewLocalFileExtensions': TypeError: Cannot read properties of undefined (reading 'path')
at IpcRenderer.invoke (VM4 sandbox_bundle:2:118120)
at async Object.createMultipleNewLocalFileExtensions (<anonymous>:12:11851)
I then tried to create a new plugin (Figma design + FigJam) and am getting an error:
Error: Error invoking remote method 'web:writeNewExtensionDirectoryToDisk': TypeError: Cannot read properties of undefined (reading 'path')
at IpcRenderer.invoke (VM4 sandbox_bundle:2:118120)
at async Object.writeNewExtensionDirectoryToDisk (<anonymous>:12:12906)
Any ideas? Has there recently been an update in the Figma plugin API?