From cc00d97b6d7ceace2c6f30e21f39189194de2942 Mon Sep 17 00:00:00 2001 From: Alex-GF Date: Fri, 23 Jan 2026 12:44:28 +0100 Subject: [PATCH 1/2] fix:cd --- docker/production/docker-compose.yml | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/docker/production/docker-compose.yml b/docker/production/docker-compose.yml index f3c79ce..84147be 100644 --- a/docker/production/docker-compose.yml +++ b/docker/production/docker-compose.yml @@ -28,6 +28,10 @@ services: environment: - PORT=8000 - LOG_LEVEL=INFO + # AÑADE ESTO: + - HTTP_PROXY=http://proxy.int.local:3128 + - HTTPS_PROXY=http://proxy.int.local:3128 + - NO_PROXY=127.0.0.1,localhost,analysis-engine,mcp-server,analysis-engine,choco-analysis-engine healthcheck: test: ["CMD", "curl", "-f", "http://localhost:8000/health"] interval: 30s @@ -49,7 +53,7 @@ services: # AÑADE ESTO: - HTTP_PROXY=http://proxy.int.local:3128 - HTTPS_PROXY=http://proxy.int.local:3128 - - NO_PROXY=127.0.0.1,localhost,analysis-engine,mcp-server,analysis-engine + - NO_PROXY=127.0.0.1,localhost,analysis-engine,mcp-server,analysis-engine,choco-analysis-engine healthcheck: test: ["CMD", "curl", "-f", "http://localhost:3000/health"] interval: 30s @@ -76,7 +80,7 @@ services: # AÑADE ESTO: - HTTP_PROXY=http://proxy.int.local:3128 - HTTPS_PROXY=http://proxy.int.local:3128 - - NO_PROXY=127.0.0.1,localhost,analysis-engine,mcp-server,analysis-engine + - NO_PROXY=127.0.0.1,localhost,analysis-engine,mcp-server,analysis-engine,choco-analysis-engine healthcheck: test: ["CMD", "curl", "-f", "http://localhost:8000/health"] interval: 30s @@ -103,7 +107,7 @@ services: # AÑADE ESTO: - HTTP_PROXY=http://proxy.int.local:3128 - HTTPS_PROXY=http://proxy.int.local:3128 - - NO_PROXY=127.0.0.1,localhost,analysis-engine,a-mint,mcp-server,analysis-engine + - NO_PROXY=127.0.0.1,localhost,analysis-engine,a-mint,mcp-server,analysis-engine,choco-analysis-engine ports: - "8085:8085" depends_on: @@ -130,7 +134,7 @@ services: # AÑADE ESTO: - HTTP_PROXY=http://proxy.int.local:3128 - HTTPS_PROXY=http://proxy.int.local:3128 - - NO_PROXY=127.0.0.1,localhost,analysis-engine,a-mint,mcp-server,analysis-engine + - NO_PROXY=127.0.0.1,localhost,analysis-engine,a-mint,mcp-server,analysis-engine,choco-analysis-engine depends_on: - a-mint - analysis-engine From 89c190bfa24c0583743e03e6b059acc0e9ad429c Mon Sep 17 00:00:00 2001 From: Alex-GF Date: Fri, 23 Jan 2026 13:08:33 +0100 Subject: [PATCH 2/2] feat: warning box --- frontend/src/modules/harvey/components/ContextManager.tsx | 3 +++ 1 file changed, 3 insertions(+) diff --git a/frontend/src/modules/harvey/components/ContextManager.tsx b/frontend/src/modules/harvey/components/ContextManager.tsx index cf1f5f0..78ebe9b 100644 --- a/frontend/src/modules/harvey/components/ContextManager.tsx +++ b/frontend/src/modules/harvey/components/ContextManager.tsx @@ -64,6 +64,9 @@ function ContextManager({ items, detectedUrls, onAdd, onRemove, onClear }: Props All pricings detected or added via URL will be modeled automatically; this process can take up to 30-60 minutes. + + Due to temporary production limits, URL extraction might trigger a "LoadError". Please wait for the loading icon in the pricing context box to disappear; once complete, you can proceed to ask questions normally. +