Hi, after an update from appwrite v1.5.4 to v1.5.5 i got my Settings page for a function that now thows an error 500 (Internal error).
While watching the devtools i found out i had this error : (img)
Error body response : example@example.com (role: admin) missing scope (projects.read)
And yes i ran the migrate command on the main appwrite container
Summary
Developers are experiencing a 500 error on the Functions Settings page after updating to Appwrite v1.5.5. The error message shows that the user is missing the "projects.read" scope. To troubleshoot, they checked the console memberships and looked at the appwrite DB using a gist for MariaDB connection. They verified the initial user's access and shared logs, Docker container status, and error details from the container. The issue seems related to permissions after the update.