docker部署之后,可以打开登录页面,但设置管理员页面无法打开,一直在加载中 #3247

Closed
opened 2026-02-21 17:55:34 -05:00 by yindo · 0 comments
Owner

Originally created by @ghost on GitHub (May 13, 2024).

Self Checks

  • This is only for bug report, if you would like to ask a question, please head to Discussions.
  • I have searched for existing issues search for existing issues, including closed ones.
  • I confirm that I am using English to submit this report (我已阅读并同意 Language Policy).
  • Please do not modify this template :) and fill in all the required fields.

Dify version

0.3.21 最新版

Cloud or Self Hosted

Self Hosted (Docker)

Steps to reproduce

(base) xuser@ubunt:docker$ docker compose ps
WARN[0000] /home/xdata/llmprox/difydocker/docker/docker-compose.yaml: `version` is obsolete 
NAME                  IMAGE                              COMMAND                   SERVICE      CREATED         STATUS                          PORTS
docker-api-1          langgenius/dify-api:0.6.8          "/bin/bash /entrypoi…"   api          4 minutes ago   Up 6 seconds                    5001/tcp
docker-db-1           postgres:15-alpine                 "docker-entrypoint.s…"   db           4 minutes ago   Restarting (1) 12 seconds ago   
docker-nginx-1        nginx:latest                       "/docker-entrypoint.…"   nginx        4 minutes ago   Up 4 minutes                    0.0.0.0:80->80/tcp, :::80->80/tcp
docker-redis-1        redis:6-alpine                     "docker-entrypoint.s…"   redis        4 minutes ago   Up 4 minutes (healthy)          6379/tcp
docker-sandbox-1      langgenius/dify-sandbox:0.2.0      "/main"                   sandbox      4 minutes ago   Up 4 minutes                    
docker-ssrf_proxy-1   ubuntu/squid:latest                "entrypoint.sh -f /e…"   ssrf_proxy   4 minutes ago   Up 4 minutes                    3128/tcp
docker-weaviate-1     semitechnologies/weaviate:1.19.0   "/bin/weaviate --hos…"   weaviate     4 minutes ago   Up 4 minutes                    
docker-web-1          langgenius/dify-web:0.6.8          "/bin/sh ./entrypoin…"   web          4 minutes ago   Up 4 minutes                    3000/tcp
docker-worker-1       langgenius/dify-api:0.6.8          "/bin/bash /entrypoi…"   worker       4 minutes ago   Up 4 minutes                    5001/tcp

docker部署之后,可以打开登录页面,看到登录框,

image

但设置管理员页面无法打开,一直在加载中,无法看到任何输入框 ??

image

docker compose ps 有一句警告:
WARN[0000] /home/xdata/llmprox/difydocker/docker/docker-compose.yaml: version is obsolete
不知道这个是不是有影响? 但我安装的docker最新稳定版

 (base) xuser@ubunt:docker$ docker version
Client: Docker Engine - Community
 Version:           26.1.2
 API version:       1.45
 Go version:        go1.21.10
 Git commit:        211e74b
 Built:             Wed May  8 13:59:58 2024
 OS/Arch:           linux/amd64
 Context:           default

✔️ Expected Behavior

应该能打开管理员设置输入框

Actual Behavior

Originally created by @ghost on GitHub (May 13, 2024). ### Self Checks - [X] This is only for bug report, if you would like to ask a question, please head to [Discussions](https://github.com/langgenius/dify/discussions/categories/general). - [X] I have searched for existing issues [search for existing issues](https://github.com/langgenius/dify/issues), including closed ones. - [X] I confirm that I am using English to submit this report (我已阅读并同意 [Language Policy](https://github.com/langgenius/dify/issues/1542)). - [X] Please do not modify this template :) and fill in all the required fields. ### Dify version 0.3.21 最新版 ### Cloud or Self Hosted Self Hosted (Docker) ### Steps to reproduce ``` (base) xuser@ubunt:docker$ docker compose ps WARN[0000] /home/xdata/llmprox/difydocker/docker/docker-compose.yaml: `version` is obsolete NAME IMAGE COMMAND SERVICE CREATED STATUS PORTS docker-api-1 langgenius/dify-api:0.6.8 "/bin/bash /entrypoi…" api 4 minutes ago Up 6 seconds 5001/tcp docker-db-1 postgres:15-alpine "docker-entrypoint.s…" db 4 minutes ago Restarting (1) 12 seconds ago docker-nginx-1 nginx:latest "/docker-entrypoint.…" nginx 4 minutes ago Up 4 minutes 0.0.0.0:80->80/tcp, :::80->80/tcp docker-redis-1 redis:6-alpine "docker-entrypoint.s…" redis 4 minutes ago Up 4 minutes (healthy) 6379/tcp docker-sandbox-1 langgenius/dify-sandbox:0.2.0 "/main" sandbox 4 minutes ago Up 4 minutes docker-ssrf_proxy-1 ubuntu/squid:latest "entrypoint.sh -f /e…" ssrf_proxy 4 minutes ago Up 4 minutes 3128/tcp docker-weaviate-1 semitechnologies/weaviate:1.19.0 "/bin/weaviate --hos…" weaviate 4 minutes ago Up 4 minutes docker-web-1 langgenius/dify-web:0.6.8 "/bin/sh ./entrypoin…" web 4 minutes ago Up 4 minutes 3000/tcp docker-worker-1 langgenius/dify-api:0.6.8 "/bin/bash /entrypoi…" worker 4 minutes ago Up 4 minutes 5001/tcp ``` ### **docker部署之后,可以打开登录页面,看到登录框,** ![image](https://github.com/langgenius/dify/assets/84646327/359a73d4-49ca-460b-a845-1ecc99b9f9e8) ### **但设置管理员页面无法打开,一直在加载中,无法看到任何输入框 ??** ![image](https://github.com/langgenius/dify/assets/84646327/231131d6-ea57-4760-92d4-559945a87a8b) docker compose ps 有一句警告: **WARN[0000] /home/xdata/llmprox/difydocker/docker/docker-compose.yaml: `version` is obsolete** 不知道这个是不是有影响? 但我安装的docker最新稳定版 ``` (base) xuser@ubunt:docker$ docker version Client: Docker Engine - Community Version: 26.1.2 API version: 1.45 Go version: go1.21.10 Git commit: 211e74b Built: Wed May 8 13:59:58 2024 OS/Arch: linux/amd64 Context: default ``` ### ✔️ Expected Behavior ### **应该能打开管理员设置输入框** ### ❌ Actual Behavior 无
yindo added the 🐞 bug label 2026-02-21 17:55:34 -05:00
yindo closed this issue 2026-02-21 17:55:34 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langgenius/dify#3247