From 2169443b8d72409e8f750dbf504baf4820cf568a Mon Sep 17 00:00:00 2001 From: fogelito Date: Sun, 8 Mar 2026 18:24:43 +0200 Subject: [PATCH] dbg --- .env | 8 ++++---- tests/e2e/Scopes/Scope.php | 3 +++ 2 files changed, 7 insertions(+), 4 deletions(-) diff --git a/.env b/.env index 3c8bef5b68..0df9cb42f4 100644 --- a/.env +++ b/.env @@ -39,10 +39,10 @@ _APP_REDIS_HOST=redis _APP_REDIS_PORT=6379 _APP_REDIS_PASS= _APP_REDIS_USER= -COMPOSE_PROFILES=mariadb -_APP_DB_ADAPTER=mariadb -_APP_DB_HOST=mariadb -_APP_DB_PORT=3306 +COMPOSE_PROFILES=mongodb +_APP_DB_ADAPTER=mongodb +_APP_DB_HOST=mongodb +_APP_DB_PORT=27017 _APP_DB_SCHEMA=appwrite _APP_DB_USER=user _APP_DB_PASS=password diff --git a/tests/e2e/Scopes/Scope.php b/tests/e2e/Scopes/Scope.php index 5c34dd4941..9a8e25ece6 100644 --- a/tests/e2e/Scopes/Scope.php +++ b/tests/e2e/Scopes/Scope.php @@ -478,6 +478,9 @@ abstract class Scope extends TestCase 'x-appwrite-project' => 'console', ]); + var_dump($session['cookies']['a_session_console']); + var_dump($verify); + if ($verify['headers']['status-code'] === 200) { self::$root = [ '$id' => ID::custom($root['body']['$id']),