I currently facing an issue regarding fields components in App studio. After I sucessfully published fields using react app in PEGA '23, it is not visible to use in app studio. fields components are successfully added in specific ruleset version defined before publish.
It seems that fields components are having an issue because I tried all types of template and widget from react and published to PEGA '23 and I’m able to use all of them to play around.
I tried below links but I’m still getting the same issue:
@JerickEva - Can you verify whether the library name is mapped different when compared to widgets? I have encountered once when library name given as different I could see the custom components published successfully but not getting reflected in ruleset or in app studio.
@Priyanka Boga - Good Day, I have checked the library from config.json of published field components and also compared to widgets and templates, and the value of library for all are the same. All my published field components are available in ruleset in app studio.
Fields,Widgets and templates are also available in server upon executing “npm run list” after “npm run authenticate”