From 492b2c643c42686c950f871bd284a4e702af52d5 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Sat, 14 Mar 2026 13:56:57 +0000 Subject: [PATCH] fix(mobile): add owner field to app.json to match EAS project owner EAS was failing because the projectId belongs to 'christian-krakau-louis' but the 'owner' field was not set, causing a mismatch with the logged-in user. Adding 'owner': 'christian-krakau-louis' resolves the error. Co-authored-by: christianlouis <361235+christianlouis@users.noreply.github.com> --- mobile/app.json | 1 + 1 file changed, 1 insertion(+) diff --git a/mobile/app.json b/mobile/app.json index 63c84040..6394158a 100644 --- a/mobile/app.json +++ b/mobile/app.json @@ -62,6 +62,7 @@ "expo-secure-store" ], "scheme": "docuelevate", + "owner": "christian-krakau-louis", "extra": { "eas": { "projectId": "8455f39d-ef0d-4850-98e4-f79e388642c1"