When deploying with ``` IS_WORKSPACE_CREATION_LIMITED_TO_SERVER_ADMINS=true IS_MULTIWORKSPACE_ENABLED=true ``` The first workspace can be created successfully. However, any attempt to create additional workspaces as admin fails with the error: `Workspace creation is restricted to admins` because `canAccessFullAdminPanel` is **false** If these flags are set to false during the initial deployment and restarting the Docker container, workspace creation works normally. Problem is caused by `canAccessFullAdminPanel` --------- Co-authored-by: ehconitin <nitinkoche03@gmail.com> Co-authored-by: Félix Malfait <felix@twenty.com> Co-authored-by: Cursor <cursoragent@cursor.com> Co-authored-by: Félix Malfait <felix.malfait@gmail.com>