Any idea what might be causing this?
We didn’t touch the code for sometime and it was working just fine about 2 weeks ago. It fails doing a build.
Any idea what might be causing this?
We didn’t touch the code for sometime and it was working just fine about 2 weeks ago. It fails doing a build.
hi! what’s the project ID?
the project ID is: m346pcWog9ZUXF7VoSYrAb
Hmm are there components whose name start with _ that are being used?
ah yes, we are using that for pages to be hidden
That’s usually OK, but if there are components starting with _ that are being used from other components, there would be error because those components won’t be available to be used
You could go through each _ component, right click, and select “find all references” to see which is being used by another component
Found the offending component~ rebuilding now
Hi @chungwu I have a question, do we inject styles/global.css
to the deployed sites?
Context:
• We have modified this to import a font.
• Upon deployment, it seems that the font was not imported
• But in the studio, the font was loaded