From 0c92a30773d0cf22969e1f45c06e0217fa24f1c6 Mon Sep 17 00:00:00 2001 From: Eldad Fux Date: Sat, 13 Sep 2025 23:49:24 +0100 Subject: [PATCH] Attempt fix guest key --- src/Appwrite/Auth/Key.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Appwrite/Auth/Key.php b/src/Appwrite/Auth/Key.php index 44a75a6ee3..f43325bff9 100644 --- a/src/Appwrite/Auth/Key.php +++ b/src/Appwrite/Auth/Key.php @@ -119,7 +119,7 @@ class Key $project->getId(), $type, Auth::USER_ROLE_GUESTS, - $roles[Auth::USER_ROLE_GUESTS]['scopes'] ?? [], + [], 'UNKNOWN' );