You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Encountering a connection error when running the standalone Docker container for Briefer with OpenAI integration:
Error: connect ECONNREFUSED 127.0.0.1:8000
The issue seems to arise because Briefer is not running the AI services inside the monolithic Docker build.
Steps to Reproduce
1. Run the standalone Briefer Docker container using the provided docker-compose.yml file.
2. Login to briefer and configure OpenAI Key
3. Make a request using AI from query block
4. Observe the error in logs.
vieiralucas
changed the title
Bug Report: connect ECONNREFUSED 127.0.0.1:8000 When Running Briefer Standalone Docker Container
AI not running within monolith. Bug Report: connect ECONNREFUSED 127.0.0.1:8000 When Running Briefer Standalone Docker Container
Dec 13, 2024
Encountering a connection error when running the standalone Docker container for Briefer with OpenAI integration:
The issue seems to arise because Briefer is not running the AI services inside the monolithic Docker build.
Steps to Reproduce
1. Run the standalone Briefer Docker container using the provided docker-compose.yml file.
2. Login to briefer and configure OpenAI Key
3. Make a request using AI from query block
4. Observe the error in logs.
Observed Behavior:
Requests to http://localhost:8000 fail with the following error:
Complete error stack trace:
Docker Configuration:
Additional Context
Lucas Vieira confirmed this issue is caused by the AI services not running inside the monolithic build:
The text was updated successfully, but these errors were encountered: