figma / ai-plugin-template

An example of making a Figma plugin that talks to OpenAI GPT models.
MIT License
92 stars 17 forks source link

Not getting Figma events when running on deployed Vercel URL #9

Open klyap opened 2 months ago

klyap commented 2 months ago

Everything works locally, but when I'm using the live Vercel URL instead of localhost, but nothing happens after posting messages, and I don't see any errors being logged.

https://github.com/klyap/figma-semantic-font-search/blob/main/plugin/manifest.json

I'm not seeing console.logs printing from inside figmaAPI.run callback functions.