ai-plugin-template icon indicating copy to clipboard operation
ai-plugin-template copied to clipboard

Not getting Figma events when running on deployed Vercel URL

Open klyap opened this issue 1 year ago • 2 comments

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.

klyap avatar Jul 11 '24 16:07 klyap

Same problem any fix?

muhammadsamir11 avatar Nov 02 '24 02:11 muhammadsamir11

The issue is fixed by removing the trailing slash from the siteURL as per this PR: #10

PR just hasn't been merged

Image

sammacfarlane23 avatar Feb 28 '25 12:02 sammacfarlane23