Access denied to read the team at ...
Where is the team information stored?
We have a servlet that creates projects and then builds out permission sets and workflows to manage tasks associated with the project. If the standard "Create" link is clicked on the project.html page, then the project is created but the details can only be viewed by the administrator user. Even the user who created the project can't view the details. Looking in the error.log, there is an exception thrown, Caused by: com.adobe.cq.projects.impl.team.TeamException: Access denied to read the team at /content/projects/20151110/testofpermissionsproblem. When I use the useradmin page to view the permissions, the user that created the project has more rights over the project than even the administrator but only the administrator can view the project detail.
What would be the cause of this and what would be the fix?