From e02e2b37b156bb529fd26999b7cf9a2cb5c59c37 Mon Sep 17 00:00:00 2001 From: Wuesteon Date: Mon, 8 Dec 2025 21:28:06 +0100 Subject: [PATCH] fix(staging): add all web app origins to mana-core-auth CORS MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Added CORS origins for all staging web apps: - manacore-web: 5173 - calendar-web: 5186 - clock-web: 5187 - todo-web: 5188 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude --- docker-compose.staging.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docker-compose.staging.yml b/docker-compose.staging.yml index a8d5b5d97..7e0d1940a 100644 --- a/docker-compose.staging.yml +++ b/docker-compose.staging.yml @@ -74,8 +74,8 @@ services: JWT_SECRET: ${JWT_SECRET} JWT_PUBLIC_KEY: ${JWT_PUBLIC_KEY} JWT_PRIVATE_KEY: ${JWT_PRIVATE_KEY} - # CORS - Allow chat-web and other staging origins - CORS_ORIGINS: http://46.224.108.214:3000,http://46.224.108.214:3002,http://localhost:3000 + # CORS - Allow all staging web app origins + CORS_ORIGINS: http://46.224.108.214:3000,http://46.224.108.214:5173,http://46.224.108.214:5186,http://46.224.108.214:5187,http://46.224.108.214:5188,http://localhost:3000,http://localhost:5173,http://localhost:5186,http://localhost:5187,http://localhost:5188 ports: - "3001:3001" healthcheck: