Why isn't my custom component appearing in UI Builder?

ELMAHDI
Tera Expert

Hello community hope you doing well. 

 

I just finished working on sample component using the snc ui framework everything went well from installation to deploying.

Note : Am using PDI 

Capture d’écran 2025-02-20 à 12.04.49.png

And here's my now-ui.json

Capture d’écran 2025-02-20 à 12.09.42.png

As you can see, the component is well deployed. i did also check the tables containing the component and the exists there. Here is an example

Capture d’écran 2025-02-20 à 12.07.01.png

Thank you for your effort and time.

I really appreciate if you make this post helpful so it can appear to others in the community.

5 REPLIES 5

Vladimir Chere1
Tera Contributor

@ELMAHDI I have the same issue. It's totally fine when I ran it from VSCode but once I deploy it I see blank page with no error in the console. Let me know if you have found the root cause.

Could you solve this issue?

IvanM
Tera Contributor

Happened to me as well. Try to clear the cache on UI Builder (solved my issue), see if the component is now visible.

Ceatry
Tera Contributor

Any updates on this?
We've had our components already working. Updated to node v22 with npm@8.5.5 , locally everything works fine. Since we deployed, all components are empty. UX Assets are correctly transportend and I can even find them through the sources on the page.

I noticed that previously we had a record in sys_ux_lib_source_script which now was moved to many records in sys_ux_lib_asset

Downgrading node did not help. Anyone solved this?