Skip to content

[runtime] docker方式部署后接入豆包模型,但是对话框没有任何内容返回 #1198

@yjjiang11

Description

@yjjiang11

Problem summary

docker方式部署后接入豆包模型,但是对话框没有任何内容返回

Expected behavior

对话框有返回文字

Actual behavior

对话框无返回文字

Operating system

Linux

Platform details

No response

Python version

No response

Node.js version

No response

pnpm version

No response

uv version

No response

How are you running DeerFlow?

Docker (make docker-dev)

Reproduction steps

make config
make docker-init
make docker-start
make up

Relevant logs

ot@finoview-a800 deer-flow]# docker logs -f deer-flow-gateway
INFO:     Uvicorn running on http://0.0.0.0:8001 (Press CTRL+C to quit)
INFO:     Started parent process [11]
INFO:     Started server process [13]
INFO:     Waiting for application startup.
INFO:     Started server process [14]
INFO:     Waiting for application startup.
2026-03-19 01:48:31 - app.gateway.app - INFO - Configuration loaded successfully
2026-03-19 01:48:31 - app.gateway.app - INFO - Starting API Gateway on 0.0.0.0:8001
2026-03-19 01:48:31 - app.gateway.app - INFO - Configuration loaded successfully
2026-03-19 01:48:31 - app.gateway.app - INFO - Starting API Gateway on 0.0.0.0:8001
2026-03-19 01:48:31 - app.channels.manager - INFO - ChannelManager started (max_concurrency=5)
2026-03-19 01:48:31 - app.channels.service - INFO - ChannelService started with channels: []
2026-03-19 01:48:31 - app.gateway.app - INFO - Channel service started: {'service_running': True, 'channels': {'feishu': {'enabled': False, 'running': False}, 'slack': {'enabled': False, 'running': False}, 'telegram': {'enabled': False, 'running': False}}}
2026-03-19 01:48:31 - app.channels.manager - INFO - [Manager] dispatch loop started, waiting for inbound messages
INFO:     Application startup complete.
2026-03-19 01:48:32 - app.channels.manager - INFO - ChannelManager started (max_concurrency=5)
2026-03-19 01:48:32 - app.channels.service - INFO - ChannelService started with channels: []
2026-03-19 01:48:32 - app.gateway.app - INFO - Channel service started: {'service_running': True, 'channels': {'feishu': {'enabled': False, 'running': False}, 'slack': {'enabled': False, 'running': False}, 'telegram': {'enabled': False, 'running': False}}}
2026-03-19 01:48:32 - app.channels.manager - INFO - [Manager] dispatch loop started, waiting for inbound messages
INFO:     Application startup complete.
INFO:     192.168.32.5:41032 - "GET /api/models HTTP/1.1" 200 OK
INFO:     192.168.32.5:41202 - "GET /api/models HTTP/1.1" 200 OK
INFO:     192.168.32.5:41216 - "GET /api/agents HTTP/1.1" 200 OK
INFO:     192.168.32.5:41262 - "GET /api/agents/check?name=hello HTTP/1.1" 200 OK
INFO:     192.168.32.5:42162 - "GET /api/models HTTP/1.1" 200 OK



oot@finoview-a800 deer-flow]# docker logs -f deer-flow-frontend

> [email protected] start /app/frontend
> next start

▲ Next.js 16.1.7
- Local:         http://localhost:3000
- Network:       http://192.168.32.4:3000

✓ Starting...
✓ Ready in 278ms
2026-03-19T01:48:30.036Z WARN [Better Auth]: [better-auth] Base URL could not be determined. Please set a valid base URL using the baseURL config option or the BETTER_AUTH_BASE_URL environment variable. Without this, callbacks and redirects may not work correctly.

Git state

No response

Additional context

No response

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions