ai-plugin-template
ai-plugin-template copied to clipboard
Not getting Figma events when running on deployed Vercel URL
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.
Same problem any fix?
The issue is fixed by removing the trailing slash from the siteURL as per this PR: #10
PR just hasn't been merged