Fail to compile export onto firebase studio

What are you trying to accomplish
i created a design in UXPILOT, and export it to figma, then proceed to use builder.io to export it to firebase studio and it didnt complie, it just appear the project empty.

Screenshots or video link
and “opps” with “Failed to create workspace. See error.log for details”

image

Code stack you are integrating Builder with
UX PILOT, BUILDERIO, FIGMA, FIREBASE STUDIO

Reproducible code example

Hello @Bramos98,

It looks like the export pipeline broke when sending your design from Builder.io to Firebase Studio. The error Git tree ... is dirty suggests the build templates weren’t in a clean state, which can cause the workspace creation to fail.

A few possible causes and fixes:

  • Dirty Git tree / template mismatch → Run git reset --hard && git clean -fd in the template folder to ensure a clean build.

  • Unsupported Figma elements → Some UXPilot → Figma exports don’t map cleanly in Builder. Double-check in Builder that your layers are actually converted into Builder blocks (not just static images).

  • Firebase Studio import limitation → Instead of direct export, try downloading your Builder project as React/Vue/HTML and then import it manually into Firebase Studio.

Also check the full error.log for more details — the first line is just a warning, the actual failure reason usually appears further down.

Thanks,