From e14cf8457be22d5d30904cef2bedf223452721bb Mon Sep 17 00:00:00 2001 From: Frank Date: Sat, 17 Jan 2026 19:03:25 +0100 Subject: [PATCH] Mercure cors error --- docker/compose.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docker/compose.yaml b/docker/compose.yaml index dc2724d..aae26a0 100644 --- a/docker/compose.yaml +++ b/docker/compose.yaml @@ -106,8 +106,8 @@ services: MERCURE_CORS_ALLOWED_ORIGINS: ${MERCURE_CORS_ALLOWED_ORIGINS} MERCURE_PUBLISH_ALLOWED_ORIGINS: ${MERCURE_CORS_ALLOWED_ORIGINS} MERCURE_EXTRA_DIRECTIVES: | - cors_origins ${MERCURE_CORS_ALLOWED_ORIGINS} - # Allow anonymous subscribers in dev only + cors_origins "*" + publish_origins "*" anonymous ports: - "8090:80"