Plasmic Figma plugin not working

Plasmic Figma plugin stopped working since my Figma updated.

Screenshot 2023-07-18 at 1.00.37 PM.png

I tried in brand new design file and in browser app

Would you mind sharing your figma file? We can take a look

I could, but the file used to work before the Figma update and I tried with a brand new file, basic shape and got the same error.

I would suggest you to test your plugin on new Figma to see if it works.

I also restarted all programs

Ill try restarting my computer now

Hi, it does work with Figma in general still - often it is due to a specific element or aspect

You shouldn’t need to restart your computer

Ok, thank you for letting me know. Ill troubleshoot some more and let you know when I figure this out

restart worked. Sorry for the trouble

Oh great to hear!

Thanks for letting me know

Hi @yang I am wondering how to do the following:

I have an external form in Jotform. It is iframed in:
https://hairpin.ai/forms/contact

If you fill just the email and go to the end and submit it gets redirected to the next form while passing previous data from contact form.

It does work after I reload the 405 page

https://hairpin.ai/forms/client-survey?userEmail=test30@7thw.com

I am trying to setup URL params:

in contact form: /contact?userEmail=[userEmail]

Screenshot 2023-07-20 at 8.49.30 AM.png

and

in client-survey

/client-survey?userEmail=[userEmail]

Screenshot 2023-07-20 at 8.52.10 AM.png

Do I need to connect with the Jot Form API?

Oh you can just write userEmail as the query param name, not /contact?userEmail=[userEmail]

And in the right side, you can fill in a real preview value like me@example.com (instead of “userEmail”)

Ok, let me try