I’m migrating existing apps with CRM cards to project framework. The other two apps are fine, but for the third one, after migration & build & deployed successfully, the UI extension, which should be a sidebar card, doesn’t show in the Record Customization.
The code is exactly the same as the other working apps; I’ve also checked the app settings - UI extensions and confirmed the UI extension exists there; I’ve confirmed the other configurations are the same as the other working apps, including public-app.json and example-card.json; I’ve also tried deployed the app locally, but still nothing shows.
I’d appreciate a reply with some real solutions, not asking me to post this question in other channels. Thanks.
Hi @SSun7
Thank you for reaching out to the Community!
I’d like to invite some community members who are subject matter experts to join this conversation. @ArisudanTiwari@MKatewa@kosalaindrasiri - Would you be able to share any insights on this? Your expertise would be greatly appreciated.
Best,
Victor
Since your code is identical to working apps but the extension isn’t showing up, they recommend systematically working through the file dependency tree - checking that hsproject.json, app.json, and your extensions/.json & extensions/.jsx files all have the project names and file references lined up 100% correctly. Even small mismatches can prevent the extension from registering properly.