-
Notifications
You must be signed in to change notification settings - Fork 303
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cant generate JSON from localhost address #85
Comments
Hey @Webrow - are you using the figma plugin or the chrome extension to grab your content from localhost? |
Yes correct! I installed the chrome extension, go to local served host and try to export it, but no JSON is being generated (no download triggered and no tab) |
@steve8708 Not to bump, but is there any debugging you'd like me to do to look into this? |
Yeah, two things I'd love to find out
|
hey @steve8708 I'm also running into the same behavior. I get no output on JS console on chrometools (short video here) Hope this helps troubleshooting! I'd love to be able to import local HTML files for this work project, will continue to look for a work around. |
I was able to work around the problem above by using npm http-server to serve my HTML page I wanted captured locally. I used homebrew to install npm, npm to install http-server, a http-server to serve the file to my browser. Then figma-html was able to handle it and export json as expected. |
As I am developping locally Id like sometimes like to export designs from there. When I click the plugin, no "Download" is started, or JSON is created. (it works on other pages). Any debug I can check or look into?
The text was updated successfully, but these errors were encountered: