As you know, tags are stored in the /etc paths in your JCR. When you logged out of publisher as an admin, the resolver would NOT be able to access the tags object in /etc. Hence, it is returning nulls. To solve this, you can create a new OSGI service like below:@component@servicepublic Class TagSer...