Hi MC,Thanks for your reply.We had further debugged the issue and found final TagManager tagmanager =getResourceResolver().adaptTo(TagManager.class);final Tag tag = tagmanager.resolve(tagName);tag information is throwing null,It's failing to resolve the tagid passed.not sure what has gone wrong we h...