Hey there Iโm getting crazy trying to understand why the super simple plugin I just created works fine locally (meaning that when I open the ui.html file generated, the ui is properly rendered) but when I launch it from Figma (after importing it through its manifest) it shows a blank page, the html inside is the template one and not the generated one
When I check the network tab in the console from Figma, the js is not there (and i donโt have any error when building or in the console)
What am I doing wrong?
Thanks in advance for whoever will take the time to help