@SalaimathimamaniG I see that in September last year you had opened INC-B38728 for this issue: (Constellation DX Custom Component RAP not Pushing to APPStatic on version 24.1.1 )
It would help everyone enormously if in future you provide details of your open support tickets so that we can provide the final solution for others to see here on the forum searches…
The root cause was identified to be a user error:
“Using two different App Static services is causing the deployment of DX custom components to not work.”
Details provided by our Support Team:
"When upgrading to new versions, you need to ensure that your components will be compatible with the version you’re upgrading to. Specifically, you need to ensure that the changes that have occurred to PCore API’s will not have an impact on your custom components that use the APIs. The following document contains the changes that have been made to PCore APIs in 24.1 as an example https://docs.pega.com/bundle/pcore-pconnect/page/pcore-pconnect-public-apis/api/whats-new-pcore-pconnect-apis-infinity-24-1.html. Generally, you should avoid having your own custom components if Pega provides an alternative as this would allow you to avoid any maintenance overhead when upgrading.
After you publish your custom component, export the RAP of Rule-UI-Component instances from your lower environment to you higher environment to use the components.
Please note that both environments must use the same App Static Service.
When you publish a component, the changes will reflect in the current environment only. For the changes to reflect in higher environments also, you will have to export the RAP and import it in the higher environment. Publishing the changes to App Static will not impact the higher environments without importing the changes.