diff --git a/app/config/errors.php b/app/config/errors.php index 8adb8634d5..a682882d2e 100644 --- a/app/config/errors.php +++ b/app/config/errors.php @@ -473,6 +473,7 @@ return [ 'name' => Exception::PROJECT_NOT_FOUND, 'description' => 'Project with the requested ID could not be found. Please check the value of the X-Appwrite-Project header to ensure the correct project ID is being used.', 'code' => 404, + ], Exception::PROJECT_UNKNOWN => [ 'name' => Exception::PROJECT_UNKNOWN, 'description' => 'The project ID is either missing or not valid. Please check the value of the X-Appwrite-Project header to ensure the correct project ID is being used.',