You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A usual usecase is to display the name of the content object owner, like the blog post author or so on, but using {{ content.owner.name }} with anonymous users results in UnauthorizedException: User does not have access to 'read' 'content' with: contentId '14'
The text was updated successfully, but these errors were encountered:
A usual usecase is to display the name of the content object owner, like the blog post author or so on, but using
{{ content.owner.name }}
with anonymous users results inUnauthorizedException
:User does not have access to 'read' 'content' with: contentId '14'
The text was updated successfully, but these errors were encountered: