This conversation has been locked due to inactivity. Please create a new post.
SOLVED
I created a component in AEM and gave author permission to couple of users. When they are trying to edit its giving “null” where as users with admin access are able to view and edit without any issue
I have created a component in AEM 6.5.8 and gave author permissions to users. When they try to edit the component it shows “Null” and where as user with admin access is able to view and edit component without any issue. When checked the log files it shows it’s treating author users as anonymous users. Can some one please help me with this issue, thank you
@Itsmevink Those user need to have more permissions in the content tree. Add them to contributor group and/or any other custom groups which has proper permissions of both. Also if your component writes something on nodes outside /content then check if those permission is required or not to see the content.
@Itsmevink Those user need to have more permissions in the content tree. Add them to contributor group and/or any other custom groups which has proper permissions of both. Also if your component writes something on nodes outside /content then check if those permission is required or not to see the content.