-
Notifications
You must be signed in to change notification settings - Fork 1k
Description
Description
After a normal startup, http:/localhost:3000 can be accessed, but it cannot be used normally. A ❌️ is displayed on the top right corner, but accessing http:/localhost:49483 allows normal use.
Environment
docker
Steps to reproduce
root@7633b73412ab:/app/agents/examples/http-control# task run
task: [run-api-server] ./bin/api -tenapp_dir=/app/agents/examples/http-control/tenapp
task: [run-gd-server] tman designer
task: [run-frontend] bun run dev
$ next dev --turbopack
2025/11/18 09:02:37 WARN load .env file failed err="open .env: no such file or directory"
2025/11/18 09:02:37 INFO Server configured with tenapp_dir tenappDir=/app/agents/examples/http-control/tenapp
[GIN-debug] [WARNING] Creating an Engine instance with the Logger and Recovery middleware already attached.
[GIN-debug] [WARNING] Running in "debug" mode. Switch to "release" mode in production.
- using env: export GIN_MODE=release
- using code: gin.SetMode(gin.ReleaseMode)
[GIN-debug] GET / --> app/internal.(*HttpServer).handlerHealth-fm (4 handlers)
[GIN-debug] GET /health --> app/internal.(*HttpServer).handlerHealth-fm (4 handlers)
[GIN-debug] GET /list --> app/internal.(*HttpServer).handlerList-fm (4 handlers)
[GIN-debug] POST /start --> app/internal.(*HttpServer).handlerStart-fm (4 handlers)
[GIN-debug] POST /stop --> app/internal.(*HttpServer).handlerStop-fm (4 handlers)
[GIN-debug] POST /ping --> app/internal.(*HttpServer).handlerPing-fm (4 handlers)
[GIN-debug] GET /graphs --> app/internal.(*HttpServer).handleGraphs-fm (4 handlers)
[GIN-debug] GET /dev-tmp/addons/default-properties --> app/internal.(*HttpServer).handleAddonDefaultProperties-fm (4 handlers)
[GIN-debug] POST /token/generate --> app/internal.(*HttpServer).handlerGenerateToken-fm (4 handlers)
[GIN-debug] GET /vector/document/preset/list --> app/internal.(*HttpServer).handlerVectorDocumentPresetList-fm (4 handlers)
[GIN-debug] POST /vector/document/update --> app/internal.(*HttpServer).handlerVectorDocumentUpdate-fm (4 handlers)
[GIN-debug] POST /vector/document/upload --> app/internal.(*HttpServer).handlerVectorDocumentUpload-fm (4 handlers)
2025/11/18 09:02:37 INFO server start port=8080 service=HTTP_SERVER
[GIN-debug] [WARNING] You trusted all proxies, this is NOT safe. We recommend you to set a value.
Please check https://pkg.go.dev/github.com/gin-gonic/gin#readme-don-t-trust-all-proxies for details.
[GIN-debug] Listening and serving HTTP on :8080
! Doesn't specify the base directory, use current working directory instead: /app/agents/examples/http-control/tenapp
:-) Starting server at http://0.0.0.0:49483
▲ Next.js 16.0.1 (Turbopack)
- Local: http://localhost:3000
- Network: http://172.21.0.2:3000
- Environments: .env
✓ Starting...
✓ Ready in 875ms
○ Compiling / ...
Expected behavior
green status
Severity
Critical
Additional Information
No response