ERROR in Component tag name must start with the vendor prefix
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-07-2023 12:44 PM
Currently working in Custom Component, after I clone the repo internally, and complete all the necessary setup for cli, issue occurred:
1. no issue when debugging locally
2. when deploy to my PDI instance: => ERROR in Component tag name must start with the vendor prefix
Searched inside community, I need to align the tag name with vendor prefix, I did so, and it successfully deployed to PDI.
Ref: Solved: snc ui-component deploy throwing ERROR in Componen... - ServiceNow Community
My question is: since multiple developers will work on the same repo on different PDI, is there a generic way we can manage the repo or use least effort after new repo cloned, instead of renaming all the component names, etc.?
Thanks in advance for any help!