abdulrehman1937Original post
Web Developer
Hi, I recently set up Appwrite on my server, and so far, it is awesome. Now I am trying to shift all my workflow to Appwrite. But I am facing one small issue. I can not set permissions of members except the owner and developer. I get this error every time I try to update Invalid roles param: Value must a valid array no longer than 100 items and Value must be one of (guests, users, admin, developer, owner, apps)
And if I give the developer role I can not see the project, it throws an error project.read not available. Can not access anything.
Summary
Issue: Can't set permissions for organization members in console except for owner and developer roles. Error occurs when trying to update roles with invalid values.
Solution: Ensure roles parameter is a valid array with maximum 100 items, and choose from valid options including guests, users, admin, developer, owner, and apps. If granting the developer role, make sure the project permission `project.read` is available to access the project.