Join the #BuildWithBuildAgent Challenge! Get recognized, earn exclusive swag, and inspire the ServiceNow Community with what you can build using Build Agent.  Join the Challenge.

After publishing my app which i'm built for servicenow store, the custom components not showing up

tamilb
Tera Contributor
  • Is there any way to bundle up custom componenets with existing app while publishing to the application repository
  • In UI builder (while development app page)
  • tamilb_0-1751455051958.png

    In published application (the custom component is not visible/available in the published app)

  • tamilb_1-1751455817859.png

     

 

1 ACCEPTED SOLUTION

Hi @tamilb ,

In my opinion it's not a good idea. As each environment has a separate infrastructure stack and the Application Services are the entry point of this stack, I recommend to keep them divided.

Thanks,
Sandeep Dutta

Please mark the answer correct & Helpful, if i could help you.

View solution in original post

5 REPLIES 5

SANDEEP DUTTA
Tera Patron
Tera Patron

Hi @tamilb ,

Even i faced similar issues like this and it's almost always a UI Builder caching problem.
Start trying with cache.do 
Try logging in fresh using a new private browser window to avoid local caching issues

Here is a KB for troubleshooting: How to troubleshoot UI Actions either or not showing or not working - Support and Troubleshooting

 

Thanks,
Sandeep Dutta

Please mark the answer correct & Helpful, if i could help you.

Mark Manders
Mega Patron

If they are developed as part of the app, they should be in there when publishing it to the Store/repository. Are they visible in the related list of the application?


Please mark any helpful or correct solutions as such. That helps others find their solutions.
Mark

tamilb
Tera Contributor
  • @Mark Manders  and @SANDEEP DUTTA  the custom component (which i'm using in the UI builder) appears as seperate application, along with my existing application.  (@ntni/file-upload) is the custom component which i'm created, Is there any way to bundle this component with the latter application (I'm used it in a page in the latter app)
tamilb_1-1751458606111.png

 


 
Updating Media

Hi @tamilb ,

In my opinion it's not a good idea. As each environment has a separate infrastructure stack and the Application Services are the entry point of this stack, I recommend to keep them divided.

Thanks,
Sandeep Dutta

Please mark the answer correct & Helpful, if i could help you.