The backend sometimes very slow or 404. #12097

Closed
opened 2026-02-21 19:05:44 -05:00 by yindo · 5 comments
Owner

Originally created by @liudonghua123 on GitHub (Mar 25, 2025).

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).
  • [FOR CHINESE USERS] 请务必使用英文提交 Issue,否则会被关闭。谢谢!:)
  • Please do not modify this template :) and fill in all the required fields.

Dify version

1.1.1

Cloud or Self Hosted

Self Hosted (Docker)

Steps to reproduce

Use docker compose to deploy dify.

✔️ Expected Behavior

The backend serves normally.

Actual Behavior

Sometimes, the backend is very slow or 404 directly.

Image

Details
[root@ha-master-1 docker]# docker compose logs -f -n 10
worker-1         | 2025-03-24 02:13:23.925 INFO [Dummy-7] [document_indexing_task.py:76] - Processed dataset: 1cfeb38a-4434-4272-b18c-57fd335a2694 latency: 1.6616381919011474
worker-1         | 2025-03-24 02:13:23.949 INFO [Dummy-7] [trace.py:128] - Task tasks.document_indexing_task.document_indexing_task[006ff41b-5ff7-4e97-88e7-f671d0298942] succeeded in 1.6852213330566883s: None
worker-1         | 2025-03-24 02:15:56.713 INFO [MainThread] [strategy.py:161] - Task tasks.batch_clean_document_task.batch_clean_document_task[c8e8eed0-fc02-441f-9434-073e31cee1af] received
worker-1         | 2025-03-24 02:15:56.714 INFO [Dummy-10] [batch_clean_document_task.py:26] - Start batch clean documents when documents deleted
worker-1         | 2025-03-24 02:15:56.831 INFO [Dummy-10] [batch_clean_document_task.py:69] - Cleaned documents when documents deleted latency: 0.1165973418392241
worker-1         | 2025-03-24 02:15:56.856 INFO [Dummy-10] [trace.py:128] - Task tasks.batch_clean_document_task.batch_clean_document_task[c8e8eed0-fc02-441f-9434-073e31cee1af] succeeded in 0.14240718772634864s: None
worker-1         | 2025-03-24 02:16:13.458 INFO [MainThread] [strategy.py:161] - Task tasks.document_indexing_task.document_indexing_task[17c0ac2f-1213-45c5-9220-5148f5055f44] received
worker-1         | 2025-03-24 02:16:13.460 INFO [Dummy-11] [document_indexing_task.py:59] - Start process document: 79311793-df28-4a06-84d6-7211ee2394ad
worker-1         | 2025-03-24 02:16:14.311 INFO [Dummy-11] [document_indexing_task.py:76] - Processed dataset: 1cfeb38a-4434-4272-b18c-57fd335a2694 latency: 0.8526453729718924
sandbox-1        | [GIN] 2025/03/25 - 07:12:40 | 200 |   95.452012ms |      172.25.0.4 | POST     "/v1/sandbox/run"
sandbox-1        | [GIN] 2025/03/25 - 07:12:50 | 200 |  118.548474ms |      172.25.0.4 | POST     "/v1/sandbox/run"
sandbox-1        | [GIN] 2025/03/25 - 07:13:03 | 200 |      29.243µs |             ::1 | GET      "/health"
sandbox-1        | [GIN] 2025/03/25 - 07:13:33 | 200 |      42.394µs |             ::1 | GET      "/health"
sandbox-1        | [GIN] 2025/03/25 - 07:13:50 | 200 |  182.634898ms |      172.25.0.4 | POST     "/v1/sandbox/run"
sandbox-1        | [GIN] 2025/03/25 - 07:14:03 | 200 |      25.619µs |             ::1 | GET      "/health"
sandbox-1        | [GIN] 2025/03/25 - 07:14:33 | 200 |      25.221µs |             ::1 | GET      "/health"
sandbox-1        | [GIN] 2025/03/25 - 07:15:03 | 200 |      38.154µs |             ::1 | GET      "/health"
sandbox-1        | [GIN] 2025/03/25 - 07:15:34 | 200 |      31.903µs |             ::1 | GET      "/health"
sandbox-1        | [GIN] 2025/03/25 - 07:16:04 | 200 |      35.329µs |             ::1 | GET      "/health"
web-1            | 04:08:17 1|dify-web  |     at async doRender (/app/web/node_modules/.pnpm/next@14.2.15_@babel+core@7.25.8_react-dom@18.2.0_react@18.2.0__react@18.2.0_sass@1.80.3/node_modules/next/dist/server/base-server.js:1413:30)
web-1            | 04:08:17 1|dify-web  |     at async cacheEntry.responseCache.get.routeKind (/app/web/node_modules/.pnpm/next@14.2.15_@babel+core@7.25.8_react-dom@18.2.0_react@18.2.0__react@18.2.0_sass@1.80.3/node_modules/next/dist/server/base-server.js:1574:28)
web-1            | 04:08:17 1|dify-web  |     at async NextNodeServer.renderToResponseWithComponentsImpl (/app/web/node_modules/.pnpm/next@14.2.15_@babel+core@7.25.8_react-dom@18.2.0_react@18.2.0__react@18.2.0_sass@1.80.3/node_modules/next/dist/server/base-server.js:1482:28)
web-1            | 04:08:17 1|dify-web  |     at async NextNodeServer.renderErrorToResponseImpl (/app/web/node_modules/.pnpm/next@14.2.15_@babel+core@7.25.8_react-dom@18.2.0_react@18.2.0__react@18.2.0_sass@1.80.3/node_modules/next/dist/server/base-server.js:2166:24)
web-1            | 04:08:17 1|dify-web  |     at async pipe.req.req (/app/web/node_modules/.pnpm/next@14.2.15_@babel+core@7.25.8_react-dom@18.2.0_react@18.2.0__react@18.2.0_sass@1.80.3/node_modules/next/dist/server/base-server.js:2040:30)
web-1            | 04:08:17 1|dify-web  |     at async NextNodeServer.pipeImpl (/app/web/node_modules/.pnpm/next@14.2.15_@babel+core@7.25.8_react-dom@18.2.0_react@18.2.0__react@18.2.0_sass@1.80.3/node_modules/next/dist/server/base-server.js:921:25)
web-1            | 04:08:17 1|dify-web  |     at async invokeRender (/app/web/node_modules/.pnpm/next@14.2.15_@babel+core@7.25.8_react-dom@18.2.0_react@18.2.0__react@18.2.0_sass@1.80.3/node_modules/next/dist/server/lib/router-server.js:173:21)
web-1            | 04:08:17 1|dify-web  |     at async handleRequest (/app/web/node_modules/.pnpm/next@14.2.15_@babel+core@7.25.8_react-dom@18.2.0_react@18.2.0__react@18.2.0_sass@1.80.3/node_modules/next/dist/server/lib/router-server.js:365:24)
web-1            | 04:08:17 1|dify-web  |     at async requestHandlerImpl (/app/web/node_modules/.pnpm/next@14.2.15_@babel+core@7.25.8_react-dom@18.2.0_react@18.2.0__react@18.2.0_sass@1.80.3/node_modules/next/dist/server/lib/router-server.js:374:13)
web-1            | 04:08:17 1|dify-web  |     at async Server.requestListener (/app/web/node_modules/.pnpm/next@14.2.15_@babel+core@7.25.8_react-dom@18.2.0_react@18.2.0__react@18.2.0_sass@1.80.3/node_modules/next/dist/server/lib/start-server.js:141:13)
worker-1         | 2025-03-24 02:16:14.335 INFO [Dummy-11] [trace.py:128] - Task tasks.document_indexing_task.document_indexing_task[17c0ac2f-1213-45c5-9220-5148f5055f44] succeeded in 0.8761702408082783s: None
db-1             | 2025-03-24 04:33:49.041 UTC [27] LOG:  checkpoint starting: time
db-1             | 2025-03-24 04:33:49.237 UTC [27] LOG:  checkpoint complete: wrote 2 buffers (0.0%); 0 WAL file(s) added, 0 removed, 0 recycled; write=0.102 s, sync=0.086 s, total=0.196 s; sync files=2, longest=0.044 s, average=0.043 s; distance=2 kB, estimate=951 kB
db-1             | 2025-03-24 04:38:49.336 UTC [27] LOG:  checkpoint starting: time
db-1             | 2025-03-24 04:39:06.586 UTC [27] LOG:  checkpoint complete: wrote 171 buffers (1.0%); 0 WAL file(s) added, 0 removed, 0 recycled; write=17.043 s, sync=0.170 s, total=17.251 s; sync files=51, longest=0.145 s, average=0.004 s; distance=1072 kB, estimate=1072 kB
db-1             | 2025-03-24 07:03:52.136 UTC [27] LOG:  checkpoint starting: time
db-1             | 2025-03-24 07:04:13.904 UTC [27] LOG:  checkpoint complete: wrote 217 buffers (1.3%); 0 WAL file(s) added, 0 removed, 0 recycled; write=21.646 s, sync=0.114 s, total=21.768 s; sync files=46, longest=0.058 s, average=0.003 s; distance=1327 kB, estimate=1327 kB
db-1             | 2025-03-24 07:08:53.003 UTC [27] LOG:  checkpoint starting: time
db-1             | 2025-03-24 07:08:53.477 UTC [27] LOG:  checkpoint complete: wrote 5 buffers (0.0%); 0 WAL file(s) added, 0 removed, 0 recycled; write=0.403 s, sync=0.054 s, total=0.474 s; sync files=5, longest=0.053 s, average=0.011 s; distance=21 kB, estimate=1197 kB
db-1             | 2025-03-25 07:14:18.985 UTC [27] LOG:  checkpoint starting: time
db-1             | 2025-03-25 07:14:42.249 UTC [27] LOG:  checkpoint complete: wrote 232 buffers (1.4%); 0 WAL file(s) added, 0 removed, 0 recycled; write=23.161 s, sync=0.031 s, total=23.264 s; sync files=52, longest=0.026 s, average=0.001 s; distance=1235 kB, estimate=1235 kB
nginx-1          | 172.23.0.1 - - [25/Mar/2025:07:15:53 +0000] "GET /api/parameters HTTP/1.1" 499 0 "https://dify.app.ynu.edu.cn/chat/gH9Gkwu0kmaIEloS" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0" "113.55.126.49"
redis-1          | 1:M 25 Mar 2025 07:07:52.033 * 100 changes in 300 seconds. Saving...
redis-1          | 1:M 25 Mar 2025 07:07:52.034 * Background saving started by pid 74689
redis-1          | 74689:C 25 Mar 2025 07:07:52.038 * DB saved on disk
redis-1          | 74689:C 25 Mar 2025 07:07:52.039 * RDB: 0 MB of memory used by copy-on-write
redis-1          | 1:M 25 Mar 2025 07:07:52.134 * Background saving terminated with success
redis-1          | 1:M 25 Mar 2025 07:12:53.031 * 100 changes in 300 seconds. Saving...
redis-1          | 1:M 25 Mar 2025 07:12:53.031 * Background saving started by pid 74750
redis-1          | 74750:C 25 Mar 2025 07:12:53.041 * DB saved on disk
redis-1          | 74750:C 25 Mar 2025 07:12:53.041 * RDB: 0 MB of memory used by copy-on-write
redis-1          | 1:M 25 Mar 2025 07:12:53.132 * Background saving terminated with success
ssrf_proxy-1     | 2025/03/25 04:48:24| NETDB state saved; 1 entries, 0 msec
ssrf_proxy-1     | 2025/03/25 05:43:08| Logfile: opening log stdio:/var/spool/squid/netdb.state
ssrf_proxy-1     | 2025/03/25 05:43:08| Logfile: closing log stdio:/var/spool/squid/netdb.state
ssrf_proxy-1     | 2025/03/25 05:43:08| NETDB state saved; 1 entries, 0 msec
ssrf_proxy-1     | 2025/03/25 06:26:08| Logfile: opening log stdio:/var/spool/squid/netdb.state
ssrf_proxy-1     | 2025/03/25 06:26:08| Logfile: closing log stdio:/var/spool/squid/netdb.state
ssrf_proxy-1     | 2025/03/25 06:26:08| NETDB state saved; 1 entries, 0 msec
ssrf_proxy-1     | 2025/03/25 07:16:01| Logfile: opening log stdio:/var/spool/squid/netdb.state
ssrf_proxy-1     | 2025/03/25 07:16:01| Logfile: closing log stdio:/var/spool/squid/netdb.state
ssrf_proxy-1     | 2025/03/25 07:16:01| NETDB state saved; 1 entries, 0 msec
nginx-1          | 172.23.0.1 - - [25/Mar/2025:07:15:53 +0000] "GET /api/site HTTP/1.1" 499 0 "https://dify.app.ynu.edu.cn/chat/gH9Gkwu0kmaIEloS" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0" "113.55.126.49"
nginx-1          | 172.23.0.1 - - [25/Mar/2025:07:15:53 +0000] "GET /api/conversations?limit=100&pinned=false HTTP/1.1" 499 0 "https://dify.app.ynu.edu.cn/chat/gH9Gkwu0kmaIEloS" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0" "113.55.126.49"
nginx-1          | 172.23.0.1 - - [25/Mar/2025:07:15:53 +0000] "GET /api/conversations?limit=100&pinned=true HTTP/1.1" 499 0 "https://dify.app.ynu.edu.cn/chat/gH9Gkwu0kmaIEloS" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0" "113.55.126.49"
nginx-1          | 172.23.0.1 - - [25/Mar/2025:07:15:53 +0000] "GET /api/meta HTTP/1.1" 499 0 "https://dify.app.ynu.edu.cn/chat/gH9Gkwu0kmaIEloS" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0" "113.55.126.49"
nginx-1          | 172.23.0.1 - - [25/Mar/2025:07:15:55 +0000] "GET /api/site HTTP/1.1" 499 0 "https://dify.app.ynu.edu.cn/chat/gH9Gkwu0kmaIEloS" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0" "113.55.126.49"
nginx-1          | 172.23.0.1 - - [25/Mar/2025:07:15:55 +0000] "GET /api/conversations?limit=100&pinned=true HTTP/1.1" 499 0 "https://dify.app.ynu.edu.cn/chat/gH9Gkwu0kmaIEloS" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0" "113.55.126.49"
nginx-1          | 172.23.0.1 - - [25/Mar/2025:07:15:55 +0000] "GET /api/parameters HTTP/1.1" 499 0 "https://dify.app.ynu.edu.cn/chat/gH9Gkwu0kmaIEloS" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0" "113.55.126.49"
nginx-1          | 172.23.0.1 - - [25/Mar/2025:07:15:55 +0000] "GET /api/meta HTTP/1.1" 499 0 "https://dify.app.ynu.edu.cn/chat/gH9Gkwu0kmaIEloS" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0" "113.55.126.49"
nginx-1          | 172.23.0.1 - - [25/Mar/2025:07:15:55 +0000] "GET /api/conversations?limit=100&pinned=false HTTP/1.1" 499 0 "https://dify.app.ynu.edu.cn/chat/gH9Gkwu0kmaIEloS" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0" "113.55.126.49"
weaviate-1       | {"action":"lsm_compaction","class":"Vector_index_e1b04ccc_1704_4c9c_adfa_45b6bfd94fc2_Node","index":"vector_index_e1b04ccc_1704_4c9c_adfa_45b6bfd94fc2_node","level":"warning","msg":"compaction halted due to shard READONLY status","path":"/var/lib/weaviate/vector_index_e1b04ccc_1704_4c9c_adfa_45b6bfd94fc2_node_Cq8uGW9BYml3_lsm","shard":"Cq8uGW9BYml3","time":"2025-03-21T00:58:00Z"}
weaviate-1       | {"action":"lsm_compaction","class":"Vector_index_707e5c40_a873_4c2c_930d_f95048be0c5e_Node","index":"vector_index_707e5c40_a873_4c2c_930d_f95048be0c5e_node","level":"warning","msg":"compaction halted due to shard READONLY status","path":"/var/lib/weaviate/vector_index_707e5c40_a873_4c2c_930d_f95048be0c5e_node_gpGmN1LW5HjS_lsm","shard":"gpGmN1LW5HjS","time":"2025-03-21T00:58:00Z"}
weaviate-1       | {"action":"lsm_compaction","class":"Vector_index_d4e60d49_1763_4bc5_805b_5aa2c163b209_Node","index":"vector_index_d4e60d49_1763_4bc5_805b_5aa2c163b209_node","level":"warning","msg":"compaction halted due to shard READONLY status","path":"/var/lib/weaviate/vector_index_d4e60d49_1763_4bc5_805b_5aa2c163b209_node_IyqDDvyZ7c5M_lsm","shard":"IyqDDvyZ7c5M","time":"2025-03-21T00:58:00Z"}
weaviate-1       | {"action":"lsm_compaction","class":"Vector_index_55952520_189a_4e86_a5fd_7cbd069aa62a_Node","index":"vector_index_55952520_189a_4e86_a5fd_7cbd069aa62a_node","level":"warning","msg":"compaction halted due to shard READONLY status","path":"/var/lib/weaviate/vector_index_55952520_189a_4e86_a5fd_7cbd069aa62a_node_lg4t4gNBW6VV_lsm","shard":"lg4t4gNBW6VV","time":"2025-03-21T00:58:00Z"}
weaviate-1       | {"action":"lsm_compaction","class":"Vector_index_2e6ed53d_a7e9_421f_a4fd_5b242bda157c_Node","index":"vector_index_2e6ed53d_a7e9_421f_a4fd_5b242bda157c_node","level":"warning","msg":"compaction halted due to shard READONLY status","path":"/var/lib/weaviate/vector_index_2e6ed53d_a7e9_421f_a4fd_5b242bda157c_node_EyMsPL63TXrm_lsm","shard":"EyMsPL63TXrm","time":"2025-03-21T00:58:00Z"}
weaviate-1       | {"action":"lsm_compaction","class":"Vector_index_62bb2fbc_838c_4e99_a46d_5843db266d91_Node","index":"vector_index_62bb2fbc_838c_4e99_a46d_5843db266d91_node","level":"warning","msg":"compaction halted due to shard READONLY status","path":"/var/lib/weaviate/vector_index_62bb2fbc_838c_4e99_a46d_5843db266d91_node_5MGLItZeS48s_lsm","shard":"5MGLItZeS48s","time":"2025-03-21T00:58:00Z"}
weaviate-1       | {"action":"lsm_compaction","class":"Vector_index_ab7c217e_bdc4_42e7_9245_dd361104549f_Node","index":"vector_index_ab7c217e_bdc4_42e7_9245_dd361104549f_node","level":"warning","msg":"compaction halted due to shard READONLY status","path":"/var/lib/weaviate/vector_index_ab7c217e_bdc4_42e7_9245_dd361104549f_node_b3dNziYBAXyu_lsm","shard":"b3dNziYBAXyu","time":"2025-03-21T00:58:00Z"}
weaviate-1       | {"action":"lsm_compaction","class":"Vector_index_3a78988f_6237_42eb_9d43_f7ea1513d58e_Node","index":"vector_index_3a78988f_6237_42eb_9d43_f7ea1513d58e_node","level":"warning","msg":"compaction halted due to shard READONLY status","path":"/var/lib/weaviate/vector_index_3a78988f_6237_42eb_9d43_f7ea1513d58e_node_bNvlBrtWgET1_lsm","shard":"bNvlBrtWgET1","time":"2025-03-21T00:58:00Z"}
weaviate-1       | {"action":"set_shard_read_only","level":"warning","msg":"Set READONLY, disk usage currently at 92.32%, threshold set to 90.00%","path":"/var/lib/weaviate","time":"2025-03-21T00:58:00Z"}
weaviate-1       | {"action":"hnsw_vector_cache_prefill","count":25000,"index_id":"vector_index_1cfeb38a_4434_4272_b18c_57fd335a2694_node_dNBwvwknYhE6","level":"info","limit":1000000000000,"msg":"prefilled vector cache","time":"2025-03-24T01:50:05Z","took":1611957}
api-1            | 2025-03-24 07:00:50.691 INFO [Thread-549 (_generate_worker)] [_client.py:1038] - HTTP Request: POST http://sandbox:8194/v1/sandbox/run "HTTP/1.1 200 OK"
api-1            | 2025-03-24 07:01:05.175 INFO [Thread-557 (_generate_worker)] [_client.py:1038] - HTTP Request: POST http://sandbox:8194/v1/sandbox/run "HTTP/1.1 200 OK"
api-1            | 2025-03-24 07:01:23.873 INFO [Thread-565 (_generate_worker)] [_client.py:1038] - HTTP Request: POST http://sandbox:8194/v1/sandbox/run "HTTP/1.1 200 OK"
api-1            | 2025-03-24 07:01:28.302 INFO [Thread-572 (_generate_worker)] [_client.py:1038] - HTTP Request: POST http://sandbox:8194/v1/sandbox/run "HTTP/1.1 200 OK"
api-1            | 2025-03-24 07:01:31.410 INFO [Thread-580 (_generate_worker)] [_client.py:1038] - HTTP Request: POST http://sandbox:8194/v1/sandbox/run "HTTP/1.1 200 OK"
api-1            | 2025-03-25 07:12:39.560 INFO [Thread-604 (_generate_worker)] [_client.py:1038] - HTTP Request: POST http://sandbox:8194/v1/sandbox/run "HTTP/1.1 200 OK"
api-1            | 2025-03-25 07:12:39.717 INFO [Thread-611 (_generate_worker)] [_client.py:1038] - HTTP Request: POST http://sandbox:8194/v1/sandbox/run "HTTP/1.1 200 OK"
api-1            | 2025-03-25 07:12:40.315 INFO [Thread-618 (_generate_worker)] [_client.py:1038] - HTTP Request: POST http://sandbox:8194/v1/sandbox/run "HTTP/1.1 200 OK"
api-1            | 2025-03-25 07:12:50.566 INFO [Thread-626 (_generate_worker)] [_client.py:1038] - HTTP Request: POST http://sandbox:8194/v1/sandbox/run "HTTP/1.1 200 OK"
api-1            | 2025-03-25 07:13:50.046 INFO [Thread-634 (_generate_worker)] [_client.py:1038] - HTTP Request: POST http://sandbox:8194/v1/sandbox/run "HTTP/1.1 200 OK"
plugin_daemon-1  | [GIN] 2025/03/25 - 07:13:49 | 200 |   30.602815ms |      172.23.0.8 | GET      "/plugin/ffbb405d-3e9f-4a58-868c-ce210c7c1864/management/models?page=1&page_size=256"
plugin_daemon-1  | [GIN] 2025/03/25 - 07:13:49 | 200 |    3.588831ms |      172.23.0.8 | POST     "/plugin/ffbb405d-3e9f-4a58-868c-ce210c7c1864/dispatch/llm/num_tokens"
plugin_daemon-1  | [GIN] 2025/03/25 - 07:13:49 | 200 |  525.125973ms |      172.23.0.8 | POST     "/plugin/ffbb405d-3e9f-4a58-868c-ce210c7c1864/dispatch/rerank/invoke"
plugin_daemon-1  | [GIN] 2025/03/25 - 07:13:50 | 200 |    3.986572ms |      172.23.0.8 | POST     "/plugin/ffbb405d-3e9f-4a58-868c-ce210c7c1864/dispatch/model/schema"
plugin_daemon-1  | [GIN] 2025/03/25 - 07:13:50 | 200 |    2.875358ms |      172.23.0.8 | POST     "/plugin/ffbb405d-3e9f-4a58-868c-ce210c7c1864/dispatch/model/schema"
plugin_daemon-1  | [GIN] 2025/03/25 - 07:13:50 | 200 |    2.762631ms |      172.23.0.8 | POST     "/plugin/ffbb405d-3e9f-4a58-868c-ce210c7c1864/dispatch/model/schema"
plugin_daemon-1  | [GIN] 2025/03/25 - 07:13:50 | 200 |    2.986554ms |      172.23.0.8 | POST     "/plugin/ffbb405d-3e9f-4a58-868c-ce210c7c1864/dispatch/model/schema"
plugin_daemon-1  | [GIN] 2025/03/25 - 07:13:53 | 200 |  3.420874451s |      172.23.0.8 | POST     "/plugin/ffbb405d-3e9f-4a58-868c-ce210c7c1864/dispatch/llm/invoke"
plugin_daemon-1  | [GIN] 2025/03/25 - 07:13:53 | 200 |   27.411551ms |      172.23.0.8 | GET      "/plugin/ffbb405d-3e9f-4a58-868c-ce210c7c1864/management/models?page=1&page_size=256"
plugin_daemon-1  | [GIN] 2025/03/25 - 07:13:53 | 200 |     3.64822ms |      172.23.0.8 | POST     "/plugin/ffbb405d-3e9f-4a58-868c-ce210c7c1864/dispatch/llm/num_tokens"
nginx-1          | 172.23.0.1 - - [25/Mar/2025:07:16:28 +0000] "GET /console/api/workspaces/current? HTTP/1.1" 499 0 "https://dify.app.ynu.edu.cn/explore/apps" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0" "113.55.127.140"
nginx-1          | 172.23.0.1 - - [25/Mar/2025:07:16:28 +0000] "GET /console/api/apps?page=1&limit=30&name= HTTP/1.1" 499 0 "https://dify.app.ynu.edu.cn/explore/apps" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0" "113.55.127.140"
nginx-1          | 172.23.0.1 - - [25/Mar/2025:07:16:28 +0000] "GET /console/api/system-features HTTP/1.1" 499 0 "https://dify.app.ynu.edu.cn/explore/apps" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0" "113.55.127.140"
nginx-1          | 172.23.0.1 - - [25/Mar/2025:07:16:28 +0000] "GET /console/api/account/profile HTTP/1.1" 499 0 "https://dify.app.ynu.edu.cn/explore/apps" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0" "113.55.127.140"
sandbox-1        | [GIN] 2025/03/25 - 07:16:34 | 200 |      40.135µs |             ::1 | GET      "/health"
nginx-1          | 172.23.0.1 - - [25/Mar/2025:07:16:34 +0000] "GET /api/conversations?limit=100&pinned=true HTTP/1.1" 499 0 "https://dify.app.ynu.edu.cn/chat/gH9Gkwu0kmaIEloS" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0" "113.55.126.49"
nginx-1          | 172.23.0.1 - - [25/Mar/2025:07:16:34 +0000] "GET /api/parameters HTTP/1.1" 499 0 "https://dify.app.ynu.edu.cn/chat/gH9Gkwu0kmaIEloS" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0" "113.55.126.49"
nginx-1          | 172.23.0.1 - - [25/Mar/2025:07:16:34 +0000] "GET /api/meta HTTP/1.1" 499 0 "https://dify.app.ynu.edu.cn/chat/gH9Gkwu0kmaIEloS" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0" "113.55.126.49"
nginx-1          | 172.23.0.1 - - [25/Mar/2025:07:16:34 +0000] "GET /api/conversations?limit=100&pinned=false HTTP/1.1" 499 0 "https://dify.app.ynu.edu.cn/chat/gH9Gkwu0kmaIEloS" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0" "113.55.126.49"
nginx-1          | 172.23.0.1 - - [25/Mar/2025:07:16:34 +0000] "GET /api/site HTTP/1.1" 499 0 "https://dify.app.ynu.edu.cn/chat/gH9Gkwu0kmaIEloS" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0" "113.55.126.49"
nginx-1          | 172.23.0.1 - - [25/Mar/2025:07:16:34 +0000] "GET /api/site HTTP/1.1" 499 0 "https://dify.app.ynu.edu.cn/chat/gH9Gkwu0kmaIEloS" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0" "113.55.126.49"
nginx-1          | 172.23.0.1 - - [25/Mar/2025:07:16:34 +0000] "GET /api/conversations?limit=100&pinned=true HTTP/1.1" 499 0 "https://dify.app.ynu.edu.cn/chat/gH9Gkwu0kmaIEloS" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0" "113.55.126.49"
nginx-1          | 172.23.0.1 - - [25/Mar/2025:07:16:58 +0000] "GET /console/api/apps?page=1&limit=30&name= HTTP/1.1" 499 0 "https://dify.app.ynu.edu.cn/explore/apps" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0" "113.55.127.140"
nginx-1          | 172.23.0.1 - - [25/Mar/2025:07:16:58 +0000] "GET /console/api/account/profile HTTP/1.1" 499 0 "https://dify.app.ynu.edu.cn/explore/apps" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0" "113.55.127.140"
nginx-1          | 172.23.0.1 - - [25/Mar/2025:07:16:59 +0000] "GET /favicon.ico HTTP/1.1" 200 6278 "https://dify.app.ynu.edu.cn/explore/apps" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0" "113.55.127.140"
nginx-1          | 172.23.0.1 - - [25/Mar/2025:07:17:03 +0000] "GET /embed.min.js HTTP/1.1" 304 0 "http://www.itc.ynu.edu.cn/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36" "113.55.104.63"
nginx-1          | 172.23.0.1 - - [25/Mar/2025:07:17:04 +0000] "GET /explore/apps HTTP/1.1" 200 9494 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0" "113.55.127.140"
nginx-1          | 172.23.0.1 - - [25/Mar/2025:07:17:04 +0000] "GET /_next/static/css/55fa4ed610cb66e9.css HTTP/1.1" 200 10629 "https://dify.app.ynu.edu.cn/explore/apps" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0" "113.55.127.140"
nginx-1          | 172.23.0.1 - - [25/Mar/2025:07:17:04 +0000] "GET /_next/static/css/7968738eaeacb855.css HTTP/1.1" 200 2887 "https://dify.app.ynu.edu.cn/explore/apps" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0" "113.55.127.140"
nginx-1          | 172.23.0.1 - - [25/Mar/2025:07:17:04 +0000] "GET /_next/static/css/87810bcccc1b3c8d.css HTTP/1.1" 200 13034 "https://dify.app.ynu.edu.cn/explore/apps" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0" "113.55.127.140"
nginx-1          | 172.23.0.1 - - [25/Mar/2025:07:17:04 +0000] "GET /_next/static/css/ade4ac37e297ddd4.css HTTP/1.1" 200 7100 "https://dify.app.ynu.edu.cn/explore/apps" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0" "113.55.127.140"
nginx-1          | 172.23.0.1 - - [25/Mar/2025:07:17:04 +0000] "GET /_next/static/css/ca84a3518ed2d9aa.css HTTP/1.1" 200 1876 "https://dify.app.ynu.edu.cn/explore/apps" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0" "113.55.127.140"
nginx-1          | 172.23.0.1 - - [25/Mar/2025:07:17:04 +0000] "GET /_next/static/css/000d9d17d189f95f.css HTTP/1.1" 200 28383 "https://dify.app.ynu.edu.cn/explore/apps" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0" "113.55.127.140"
nginx-1          | 172.23.0.1 - - [25/Mar/2025:07:17:04 +0000] "GET /_next/static/css/152d16fde8eeb393.css HTTP/1.1" 200 1478 "https://dify.app.ynu.edu.cn/explore/apps" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0" "113.55.127.140"
nginx-1          | 172.23.0.1 - - [25/Mar/2025:07:17:04 +0000] "GET /_next/static/css/75f3c9c76d9ccdfc.css HTTP/1.1" 200 5284 "https://dify.app.ynu.edu.cn/explore/apps" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0" "113.55.127.140"
nginx-1          | 172.23.0.1 - - [25/Mar/2025:07:17:04 +0000] "GET /_next/static/css/291147414b3c8904.css HTTP/1.1" 200 1009 "https://dify.app.ynu.edu.cn/explore/apps" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0" "113.55.127.140"
nginx-1          | 172.23.0.1 - - [25/Mar/2025:07:17:04 +0000] "GET /_next/static/css/0466b3f34976e935.css HTTP/1.1" 200 196 "https://dify.app.ynu.edu.cn/explore/apps" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0" "113.55.127.140"
nginx-1          | 172.23.0.1 - - [25/Mar/2025:07:17:04 +0000] "GET /_next/static/css/d5bb7612bff56e8a.css HTTP/1.1" 200 592 "https://dify.app.ynu.edu.cn/explore/apps" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0" "113.55.127.140"
nginx-1          | 172.23.0.1 - - [25/Mar/2025:07:17:04 +0000] "GET /_next/static/chunks/main-app-042f57c49155bcbf.js HTTP/1.1" 200 475 "https://dify.app.ynu.edu.cn/explore/apps" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0" "113.55.127.140"
nginx-1          | 172.23.0.1 - - [25/Mar/2025:07:17:04 +0000] "GET /_next/static/chunks/webpack-2fd8fd7e5d2936ed.js HTTP/1.1" 200 3136 "https://dify.app.ynu.edu.cn/explore/apps" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0" "113.55.127.140"
nginx-1          | 172.23.0.1 - - [25/Mar/2025:07:17:04 +0000] "GET /_next/static/chunks/97e009c8-d0c00b66bab594e9.js HTTP/1.1" 200 40710 "https://dify.app.ynu.edu.cn/explore/apps" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0" "113.55.127.140"
nginx-1          | 172.23.0.1 - - [25/Mar/2025:07:17:04 +0000] "GET /_next/static/chunks/92df3e12-2414dde15c3f3d5d.js HTTP/1.1" 200 53872 "https://dify.app.ynu.edu.cn/explore/apps" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0" "113.55.127.140"
nginx-1          | 172.23.0.1 - - [25/Mar/2025:07:17:04 +0000] "GET /_next/static/chunks/8597-3349f9d5ea3c44e6.js HTTP/1.1" 200 31942 "https://dify.app.ynu.edu.cn/explore/apps" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0" "113.55.127.140"
nginx-1          | 172.23.0.1 - - [25/Mar/2025:07:17:04 +0000] "GET /_next/static/chunks/879da20d-120d6b762e6faf6e.js HTTP/1.1" 200 8922 "https://dify.app.ynu.edu.cn/explore/apps" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0" "113.55.127.140"
nginx-1          | 172.23.0.1 - - [25/Mar/2025:07:17:04 +0000] "GET /_next/static/chunks/fc43f782-10154c90afe6a9bd.js HTTP/1.1" 200 27275 "https://dify.app.ynu.edu.cn/explore/apps" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0" "113.55.127.140"
nginx-1          | 172.23.0.1 - - [25/Mar/2025:07:17:04 +0000] "GET /_next/static/chunks/bda40ab4-71bda401a019b43c.js HTTP/1.1" 200 84324 "https://dify.app.ynu.edu.cn/explore/apps" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0" "113.55.127.140"
nginx-1          | 172.23.0.1 - - [25/Mar/2025:07:17:04 +0000] "GET /_next/static/chunks/060fbf24-b8b65aaa1c63df18.js HTTP/1.1" 200 26153 "https://dify.app.ynu.edu.cn/explore/apps" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0" "113.55.127.140"
nginx-1          | 172.23.0.1 - - [25/Mar/2025:07:17:04 +0000] "GET /_next/static/chunks/9639-4a718d18e02e8d8b.js HTTP/1.1" 200 9618 "https://dify.app.ynu.edu.cn/explore/apps" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0" "113.55.127.140"
nginx-1          | 172.23.0.1 - - [25/Mar/2025:07:17:04 +0000] "GET /_next/static/chunks/3451-f3b01e497296e6f6.js HTTP/1.1" 200 4569 "https://dify.app.ynu.edu.cn/explore/apps" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0" "113.55.127.140"
nginx-1          | 172.23.0.1 - - [25/Mar/2025:07:17:04 +0000] "GET /_next/static/chunks/a4ec4a65-4bdd708191a29bcd.js HTTP/1.1" 200 141635 "https://dify.app.ynu.edu.cn/explore/apps" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0" "113.55.127.140"
nginx-1          | 172.23.0.1 - - [25/Mar/2025:07:17:04 +0000] "GET /_next/static/chunks/3996-cbfcf74ca86a7322.js HTTP/1.1" 200 4481 "https://dify.app.ynu.edu.cn/explore/apps" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0" "113.55.127.140"
nginx-1          | 172.23.0.1 - - [25/Mar/2025:07:17:04 +0000] "GET /_next/static/chunks/1471f7b3-b9972f68d8e3b831.js HTTP/1.1" 200 434520 "https://dify.app.ynu.edu.cn/explore/apps" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0" "113.55.127.140"
nginx-1          | 172.23.0.1 - - [25/Mar/2025:07:17:04 +0000] "GET /_next/static/chunks/911-b3b21df018c95465.js HTTP/1.1" 200 4752 "https://dify.app.ynu.edu.cn/explore/apps" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0" "113.55.127.140"
nginx-1          | 172.23.0.1 - - [25/Mar/2025:07:17:04 +0000] "GET /_next/static/chunks/5859-68900a8fe097f61c.js HTTP/1.1" 200 8258 "https://dify.app.ynu.edu.cn/explore/apps" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0" "113.55.127.140"
nginx-1          | 172.23.0.1 - - [25/Mar/2025:07:17:04 +0000] "GET /_next/static/chunks/6716-413ca92acacc8d5e.js HTTP/1.1" 200 6861 "https://dify.app.ynu.edu.cn/explore/apps" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0" "113.55.127.140"
nginx-1          | 172.23.0.1 - - [25/Mar/2025:07:17:04 +0000] "GET /_next/static/chunks/4139-f7430c8f08e2cd34.js HTTP/1.1" 200 6764 "https://dify.app.ynu.edu.cn/explore/apps" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0" "113.55.127.140"
nginx-1          | 172.23.0.1 - - [25/Mar/2025:07:17:04 +0000] "GET /_next/static/chunks/6240-e8693372b15e67d5.js HTTP/1.1" 200 10331 "https://dify.app.ynu.edu.cn/explore/apps" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0" "113.55.127.140"
nginx-1          | 172.23.0.1 - - [25/Mar/2025:07:17:04 +0000] "GET /_next/static/chunks/6289-cd22de9cc83ef57b.js HTTP/1.1" 200 14959 "https://dify.app.ynu.edu.cn/explore/apps" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0" "113.55.127.140"
nginx-1          | 172.23.0.1 - - [25/Mar/2025:07:17:04 +0000] "GET /_next/static/chunks/5477-58281b4f7b4fe47f.js HTTP/1.1" 200 14368 "https://dify.app.ynu.edu.cn/explore/apps" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0" "113.55.127.140"
nginx-1          | 172.23.0.1 - - [25/Mar/2025:07:17:04 +0000] "GET /_next/static/chunks/3673-c710e7a5e8cfa07c.js HTTP/1.1" 200 11625 "https://dify.app.ynu.edu.cn/explore/apps" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0" "113.55.127.140"
nginx-1          | 172.23.0.1 - - [25/Mar/2025:07:17:04 +0000] "GET /_next/static/chunks/4638-038933ec578688af.js HTTP/1.1" 200 10222 "https://dify.app.ynu.edu.cn/explore/apps" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0" "113.55.127.140"
nginx-1          | 172.23.0.1 - - [25/Mar/2025:07:17:04 +0000] "GET /_next/static/chunks/3346-b39a3d88d73a5856.js HTTP/1.1" 200 10356 "https://dify.app.ynu.edu.cn/explore/apps" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0" "113.55.127.140"
nginx-1          | 172.23.0.1 - - [25/Mar/2025:07:17:04 +0000] "GET /_next/static/chunks/6271-63872c33a9435878.js HTTP/1.1" 200 6646 "https://dify.app.ynu.edu.cn/explore/apps" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0" "113.55.127.140"
nginx-1          | 172.23.0.1 - - [25/Mar/2025:07:17:04 +0000] "GET /_next/static/chunks/2952-55a430bacd9132ae.js HTTP/1.1" 200 19988 "https://dify.app.ynu.edu.cn/explore/apps" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0" "113.55.127.140"
nginx-1          | 172.23.0.1 - - [25/Mar/2025:07:17:04 +0000] "GET /_next/static/chunks/8245-47e9cb4f9095d669.js HTTP/1.1" 200 13706 "https://dify.app.ynu.edu.cn/explore/apps" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0" "113.55.127.140"
nginx-1          | 172.23.0.1 - - [25/Mar/2025:07:17:04 +0000] "GET /_next/static/chunks/818-442d8a8611b17015.js HTTP/1.1" 200 10655 "https://dify.app.ynu.edu.cn/explore/apps" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0" "113.55.127.140"
nginx-1          | 172.23.0.1 - - [25/Mar/2025:07:17:04 +0000] "GET /_next/static/chunks/7090-e6eb8aaeea4ad0f1.js HTTP/1.1" 200 5147 "https://dify.app.ynu.edu.cn/explore/apps" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0" "113.55.127.140"
sandbox-1        | [GIN] 2025/03/25 - 07:17:04 | 200 |      37.793µs |             ::1 | GET      "/health"
nginx-1          | 172.23.0.1 - - [25/Mar/2025:07:17:04 +0000] "GET /_next/static/chunks/app/(commonLayout)/explore/apps/page-982625d7aa79e3ac.js HTTP/1.1" 200 8417 "https://dify.app.ynu.edu.cn/explore/apps" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0" "113.55.127.140"
nginx-1          | 172.23.0.1 - - [25/Mar/2025:07:17:04 +0000] "GET /_next/static/chunks/app/(commonLayout)/explore/layout-3b5c9ee38425e2b5.js HTTP/1.1" 200 8206 "https://dify.app.ynu.edu.cn/explore/apps" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0" "113.55.127.140"
nginx-1          | 172.23.0.1 - - [25/Mar/2025:07:17:04 +0000] "GET /_next/static/chunks/893-d9626ea047ea94f1.js HTTP/1.1" 200 5438 "https://dify.app.ynu.edu.cn/explore/apps" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0" "113.55.127.140"
nginx-1          | 172.23.0.1 - - [25/Mar/2025:07:17:04 +0000] "GET /_next/static/chunks/4050-8e37e8097754435d.js HTTP/1.1" 200 526491 "https://dify.app.ynu.edu.cn/explore/apps" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0" "113.55.127.140"
nginx-1          | 172.23.0.1 - - [25/Mar/2025:07:17:04 +0000] "GET /_next/static/chunks/app/(commonLayout)/layout-107d6a5fb9017bc2.js HTTP/1.1" 200 14416 "https://dify.app.ynu.edu.cn/explore/apps" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0" "113.55.127.140"
nginx-1          | 172.23.0.1 - - [25/Mar/2025:07:17:04 +0000] "GET /_next/static/chunks/7479-b2aa5007c3ccf52c.js HTTP/1.1" 200 13266 "https://dify.app.ynu.edu.cn/explore/apps" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0" "113.55.127.140"
nginx-1          | 172.23.0.1 - - [25/Mar/2025:07:17:04 +0000] "GET /_next/static/chunks/6888-5c758e50b9e5417a.js HTTP/1.1" 200 39777 "https://dify.app.ynu.edu.cn/explore/apps" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0" "113.55.127.140"
nginx-1          | 172.23.0.1 - - [25/Mar/2025:07:17:04 +0000] "GET /_next/static/chunks/5360a71e-d58bf57e362a098c.js HTTP/1.1" 200 37186 "https://dify.app.ynu.edu.cn/explore/apps" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0" "113.55.127.140"
nginx-1          | 172.23.0.1 - - [25/Mar/2025:07:17:04 +0000] "GET /_next/static/chunks/app/layout-6da4c52c7a2bec9c.js HTTP/1.1" 200 9620 "https://dify.app.ynu.edu.cn/explore/apps" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0" "113.55.127.140"
nginx-1          | 172.23.0.1 - - [25/Mar/2025:07:17:04 +0000] "GET /_next/static/chunks/1340-569c3ec2ba66146b.js HTTP/1.1" 200 923239 "https://dify.app.ynu.edu.cn/explore/apps" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0" "113.55.127.140"
nginx-1          | 172.23.0.1 - - [25/Mar/2025:07:17:04 +0000] "GET /_next/static/chunks/8143-d7f593ce3c0e00e2.js HTTP/1.1" 200 1014262 "https://dify.app.ynu.edu.cn/explore/apps" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0" "113.55.127.140"
nginx-1          | 172.23.0.1 - - [25/Mar/2025:07:17:34 +0000] "GET /api/meta HTTP/1.1" 499 0 "https://dify.app.ynu.edu.cn/chat/gH9Gkwu0kmaIEloS" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0" "113.55.126.49"
sandbox-1        | [GIN] 2025/03/25 - 07:17:34 | 200 |       36.05µs |             ::1 | GET      "/health"
nginx-1          | 172.23.0.1 - - [25/Mar/2025:07:17:39 +0000] "GET /api/site HTTP/1.1" 499 0 "https://dify.app.ynu.edu.cn/chat/gH9Gkwu0kmaIEloS" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0" "113.55.126.49"
nginx-1          | 172.23.0.1 - - [25/Mar/2025:07:17:39 +0000] "GET /api/meta HTTP/1.1" 499 0 "https://dify.app.ynu.edu.cn/chat/gH9Gkwu0kmaIEloS" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0" "113.55.126.49"
nginx-1          | 172.23.0.1 - - [25/Mar/2025:07:17:40 +0000] "GET /api/meta HTTP/1.1" 499 0 "https://dify.app.ynu.edu.cn/chat/gH9Gkwu0kmaIEloS" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0" "113.55.126.49"
plugin_daemon-1  | [GIN] 2025/03/25 - 07:17:47 | 200 |          5m0s |      172.23.0.8 | POST     "/plugin/ffbb405d-3e9f-4a58-868c-ce210c7c1864/dispatch/llm/invoke"
plugin_daemon-1  | [GIN] 2025/03/25 - 07:17:47 | 200 |          5m0s |      172.23.0.8 | POST     "/plugin/ffbb405d-3e9f-4a58-868c-ce210c7c1864/dispatch/llm/invoke"
plugin_daemon-1  | [GIN] 2025/03/25 - 07:17:47 | 200 |    59.42955ms |      172.23.0.8 | GET      "/plugin/ffbb405d-3e9f-4a58-868c-ce210c7c1864/management/models?page=1&page_size=256"
plugin_daemon-1  | [GIN] 2025/03/25 - 07:17:47 | 200 |   17.040621ms |      172.23.0.8 | GET      "/plugin/ffbb405d-3e9f-4a58-868c-ce210c7c1864/management/models?page=1&page_size=256"
plugin_daemon-1  | [GIN] 2025/03/25 - 07:17:47 | 200 |    60.04082ms |      172.23.0.8 | GET      "/plugin/ffbb405d-3e9f-4a58-868c-ce210c7c1864/management/models?page=1&page_size=256"
plugin_daemon-1  | [GIN] 2025/03/25 - 07:17:47 | 200 |   74.298817ms |      172.23.0.8 | GET      "/plugin/ffbb405d-3e9f-4a58-868c-ce210c7c1864/management/models?page=1&page_size=256"
plugin_daemon-1  | [GIN] 2025/03/25 - 07:17:47 | 200 |   70.825549ms |      172.23.0.8 | GET      "/plugin/ffbb405d-3e9f-4a58-868c-ce210c7c1864/management/models?page=1&page_size=256"
plugin_daemon-1  | [GIN] 2025/03/25 - 07:17:47 | 200 |  102.429907ms |      172.23.0.8 | GET      "/plugin/ffbb405d-3e9f-4a58-868c-ce210c7c1864/management/models?page=1&page_size=256"
plugin_daemon-1  | [GIN] 2025/03/25 - 07:17:47 | 200 |  104.533179ms |      172.23.0.8 | GET      "/plugin/ffbb405d-3e9f-4a58-868c-ce210c7c1864/management/models?page=1&page_size=256"
plugin_daemon-1  | [GIN] 2025/03/25 - 07:17:47 | 200 |   46.227462ms |      172.23.0.8 | GET      "/plugin/ffbb405d-3e9f-4a58-868c-ce210c7c1864/management/models?page=1&page_size=256"
plugin_daemon-1  | [GIN] 2025/03/25 - 07:17:48 | 200 |     28.1275ms |      172.23.0.8 | GET      "/plugin/ffbb405d-3e9f-4a58-868c-ce210c7c1864/management/models?page=1&page_size=256"
plugin_daemon-1  | [GIN] 2025/03/25 - 07:17:48 | 200 |   34.831178ms |      172.23.0.8 | GET      "/plugin/ffbb405d-3e9f-4a58-868c-ce210c7c1864/management/models?page=1&page_size=256"
plugin_daemon-1  | [GIN] 2025/03/25 - 07:17:48 | 200 |  403.707708ms |      172.23.0.8 | POST     "/plugin/ffbb405d-3e9f-4a58-868c-ce210c7c1864/dispatch/rerank/invoke"
sandbox-1        | [GIN] 2025/03/25 - 07:17:49 | 200 |  187.952944ms |      172.25.0.4 | POST     "/v1/sandbox/run"
api-1            | 2025-03-25 07:17:49.069 INFO [Thread-642 (_generate_worker)] [_client.py:1038] - HTTP Request: POST http://sandbox:8194/v1/sandbox/run "HTTP/1.1 200 OK"
plugin_daemon-1  | [GIN] 2025/03/25 - 07:17:49 | 200 |    4.905051ms |      172.23.0.8 | POST     "/plugin/ffbb405d-3e9f-4a58-868c-ce210c7c1864/dispatch/model/schema"
plugin_daemon-1  | [GIN] 2025/03/25 - 07:17:49 | 200 |    4.226849ms |      172.23.0.8 | POST     "/plugin/ffbb405d-3e9f-4a58-868c-ce210c7c1864/dispatch/model/schema"
plugin_daemon-1  | [GIN] 2025/03/25 - 07:17:49 | 200 |    3.935214ms |      172.23.0.8 | POST     "/plugin/ffbb405d-3e9f-4a58-868c-ce210c7c1864/dispatch/model/schema"
plugin_daemon-1  | [GIN] 2025/03/25 - 07:17:49 | 200 |    3.902628ms |      172.23.0.8 | POST     "/plugin/ffbb405d-3e9f-4a58-868c-ce210c7c1864/dispatch/model/schema"
plugin_daemon-1  | [GIN] 2025/03/25 - 07:17:49 | 200 |          5m0s |      172.23.0.8 | POST     "/plugin/ffbb405d-3e9f-4a58-868c-ce210c7c1864/dispatch/llm/invoke"
plugin_daemon-1  | [GIN] 2025/03/25 - 07:17:49 | 200 |          5m0s |      172.23.0.8 | POST     "/plugin/ffbb405d-3e9f-4a58-868c-ce210c7c1864/dispatch/llm/invoke"
nginx-1          | 172.23.0.1 - - [25/Mar/2025:07:17:50 +0000] "GET /api/parameters HTTP/1.1" 200 1322 "https://dify.app.ynu.edu.cn/chat/gH9Gkwu0kmaIEloS" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0" "113.55.126.49"
nginx-1          | 172.23.0.1 - - [25/Mar/2025:07:17:50 +0000] "GET /api/conversations?limit=100&pinned=true HTTP/1.1" 200 46 "https://dify.app.ynu.edu.cn/chat/gH9Gkwu0kmaIEloS" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0" "113.55.126.49"
nginx-1          | 172.23.0.1 - - [25/Mar/2025:07:17:50 +0000] "GET /console/api/apps?page=1&limit=30&name= HTTP/1.1" 401 73 "https://dify.app.ynu.edu.cn/explore/apps" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0" "113.55.127.140"
nginx-1          | 172.23.0.1 - - [25/Mar/2025:07:17:50 +0000] "GET /api/conversations?limit=100&pinned=false HTTP/1.1" 200 1037 "https://dify.app.ynu.edu.cn/chat/gH9Gkwu0kmaIEloS" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0" "113.55.126.49"
nginx-1          | 172.23.0.1 - - [25/Mar/2025:07:17:50 +0000] "GET /console/api/account/profile HTTP/1.1" 401 73 "https://dify.app.ynu.edu.cn/explore/apps" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0" "113.55.127.140"
nginx-1          | 172.23.0.1 - - [25/Mar/2025:07:17:50 +0000] "GET /console/api/system-features HTTP/1.1" 200 494 "https://dify.app.ynu.edu.cn/explore/apps" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0" "113.55.127.140"
nginx-1          | 172.23.0.1 - - [25/Mar/2025:07:17:50 +0000] "GET /console/api/workspaces/current? HTTP/1.1" 401 73 "https://dify.app.ynu.edu.cn/explore/apps" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0" "113.55.127.140"
nginx-1          | 172.23.0.1 - - [25/Mar/2025:07:17:50 +0000] "GET /api/site HTTP/1.1" 200 623 "https://dify.app.ynu.edu.cn/chat/gH9Gkwu0kmaIEloS" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0" "113.55.126.49"
nginx-1          | 172.23.0.1 - - [25/Mar/2025:07:17:50 +0000] "POST /console/api/refresh-token HTTP/1.1" 200 437 "https://dify.app.ynu.edu.cn/explore/apps" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0" "113.55.127.140"
nginx-1          | 172.23.0.1 - - [25/Mar/2025:07:17:50 +0000] "GET /logo/logo.png HTTP/1.1" 304 0 "https://dify.app.ynu.edu.cn/chat/gH9Gkwu0kmaIEloS" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0" "113.55.126.49"
nginx-1          | 172.23.0.1 - - [25/Mar/2025:07:17:50 +0000] "GET /api/meta HTTP/1.1" 200 19 "https://dify.app.ynu.edu.cn/chat/gH9Gkwu0kmaIEloS" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0" "113.55.126.49"
nginx-1          | 172.23.0.1 - - [25/Mar/2025:07:17:50 +0000] "GET /console/api/apps?page=1&limit=30&name= HTTP/1.1" 200 11254 "https://dify.app.ynu.edu.cn/explore/apps" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0" "113.55.127.140"
nginx-1          | 172.23.0.1 - - [25/Mar/2025:07:17:50 +0000] "GET /api/conversations?limit=100&pinned=false HTTP/1.1" 200 1037 "https://dify.app.ynu.edu.cn/chat/gH9Gkwu0kmaIEloS" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0" "113.55.126.49"
nginx-1          | 172.23.0.1 - - [25/Mar/2025:07:17:50 +0000] "GET /api/conversations?limit=100&pinned=true HTTP/1.1" 200 46 "https://dify.app.ynu.edu.cn/chat/gH9Gkwu0kmaIEloS" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0" "113.55.126.49"
nginx-1          | 172.23.0.1 - - [25/Mar/2025:07:17:51 +0000] "GET /console/api/account/profile HTTP/1.1" 200 357 "https://dify.app.ynu.edu.cn/explore/apps" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0" "113.55.127.140"
nginx-1          | 172.23.0.1 - - [25/Mar/2025:07:17:51 +0000] "GET /console/api/workspaces/current? HTTP/1.1" 200 228 "https://dify.app.ynu.edu.cn/explore/apps" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0" "113.55.127.140"
nginx-1          | 172.23.0.1 - - [25/Mar/2025:07:17:51 +0000] "GET /logo/logo.png HTTP/1.1" 200 6249 "https://dify.app.ynu.edu.cn/explore/apps" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0" "113.55.127.140"
nginx-1          | 172.23.0.1 - - [25/Mar/2025:07:17:51 +0000] "GET /console/api/workspaces HTTP/1.1" 200 181 "https://dify.app.ynu.edu.cn/explore/apps" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0" "113.55.127.140"
plugin_daemon-1  | [GIN] 2025/03/25 - 07:17:51 | 200 |   29.102849ms |      172.23.0.8 | GET      "/plugin/ffbb405d-3e9f-4a58-868c-ce210c7c1864/management/models?page=1&page_size=256"
plugin_daemon-1  | [GIN] 2025/03/25 - 07:17:51 | 200 |    5.232525ms |      172.23.0.8 | POST     "/plugin/ffbb405d-3e9f-4a58-868c-ce210c7c1864/dispatch/model/schema"
plugin_daemon-1  | [GIN] 2025/03/25 - 07:17:51 | 200 |    3.889573ms |      172.23.0.8 | POST     "/plugin/ffbb405d-3e9f-4a58-868c-ce210c7c1864/dispatch/model/schema"
plugin_daemon-1  | [GIN] 2025/03/25 - 07:17:51 | 200 |   12.586281ms |      172.23.0.8 | POST     "/plugin/ffbb405d-3e9f-4a58-868c-ce210c7c1864/dispatch/model/schema"
plugin_daemon-1  | [GIN] 2025/03/25 - 07:17:51 | 200 |    4.201191ms |      172.23.0.8 | POST     "/plugin/ffbb405d-3e9f-4a58-868c-ce210c7c1864/dispatch/model/schema"
plugin_daemon-1  | [GIN] 2025/03/25 - 07:17:51 | 200 |    3.793307ms |      172.23.0.8 | POST     "/plugin/ffbb405d-3e9f-4a58-868c-ce210c7c1864/dispatch/model/schema"
plugin_daemon-1  | [GIN] 2025/03/25 - 07:17:51 | 200 |    3.695006ms |      172.23.0.8 | POST     "/plugin/ffbb405d-3e9f-4a58-868c-ce210c7c1864/dispatch/model/schema"
plugin_daemon-1  | [GIN] 2025/03/25 - 07:17:51 | 200 |    5.832722ms |      172.23.0.8 | POST     "/plugin/ffbb405d-3e9f-4a58-868c-ce210c7c1864/dispatch/model/schema"
plugin_daemon-1  | [GIN] 2025/03/25 - 07:17:51 | 200 |     6.03476ms |      172.23.0.8 | POST     "/plugin/ffbb405d-3e9f-4a58-868c-ce210c7c1864/dispatch/model/schema"
plugin_daemon-1  | [GIN] 2025/03/25 - 07:17:51 | 200 |    7.209539ms |      172.23.0.8 | POST     "/plugin/ffbb405d-3e9f-4a58-868c-ce210c7c1864/dispatch/model/schema"
plugin_daemon-1  | [GIN] 2025/03/25 - 07:17:51 | 200 |    4.958373ms |      172.23.0.8 | POST     "/plugin/ffbb405d-3e9f-4a58-868c-ce210c7c1864/dispatch/model/schema"
plugin_daemon-1  | [GIN] 2025/03/25 - 07:17:51 | 200 |    4.904535ms |      172.23.0.8 | POST     "/plugin/ffbb405d-3e9f-4a58-868c-ce210c7c1864/dispatch/model/schema"
plugin_daemon-1  | [GIN] 2025/03/25 - 07:17:51 | 200 |    4.257896ms |      172.23.0.8 | POST     "/plugin/ffbb405d-3e9f-4a58-868c-ce210c7c1864/dispatch/model/schema"
plugin_daemon-1  | [GIN] 2025/03/25 - 07:17:51 | 200 |    4.637134ms |      172.23.0.8 | POST     "/plugin/ffbb405d-3e9f-4a58-868c-ce210c7c1864/dispatch/model/schema"
plugin_daemon-1  | [GIN] 2025/03/25 - 07:17:51 | 200 |       4.862ms |      172.23.0.8 | POST     "/plugin/ffbb405d-3e9f-4a58-868c-ce210c7c1864/dispatch/model/schema"
plugin_daemon-1  | [GIN] 2025/03/25 - 07:17:51 | 200 |    3.944489ms |      172.23.0.8 | POST     "/plugin/ffbb405d-3e9f-4a58-868c-ce210c7c1864/dispatch/model/schema"
plugin_daemon-1  | [GIN] 2025/03/25 - 07:17:51 | 200 |    4.358658ms |      172.23.0.8 | POST     "/plugin/ffbb405d-3e9f-4a58-868c-ce210c7c1864/dispatch/model/schema"
plugin_daemon-1  | [GIN] 2025/03/25 - 07:17:51 | 200 |    5.159267ms |      172.23.0.8 | POST     "/plugin/ffbb405d-3e9f-4a58-868c-ce210c7c1864/dispatch/model/schema"
plugin_daemon-1  | [GIN] 2025/03/25 - 07:17:51 | 200 |    5.544471ms |      172.23.0.8 | POST     "/plugin/ffbb405d-3e9f-4a58-868c-ce210c7c1864/dispatch/model/schema"
plugin_daemon-1  | [GIN] 2025/03/25 - 07:17:51 | 200 |    4.755916ms |      172.23.0.8 | POST     "/plugin/ffbb405d-3e9f-4a58-868c-ce210c7c1864/dispatch/model/schema"
nginx-1          | 172.23.0.1 - - [25/Mar/2025:07:17:51 +0000] "GET /console/api/workspaces/current/models/model-types/llm HTTP/1.1" 200 15098 "https://dify.app.ynu.edu.cn/explore/apps" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0" "113.55.127.140"
plugin_daemon-1  | [GIN] 2025/03/25 - 07:17:51 | 200 |   38.993525ms |      172.23.0.8 | GET      "/plugin/ffbb405d-3e9f-4a58-868c-ce210c7c1864/management/models?page=1&page_size=256"
plugin_daemon-1  | [GIN] 2025/03/25 - 07:17:51 | 200 |    3.223138ms |      172.23.0.8 | POST     "/plugin/ffbb405d-3e9f-4a58-868c-ce210c7c1864/dispatch/model/schema"
plugin_daemon-1  | [GIN] 2025/03/25 - 07:17:51 | 200 |    2.674278ms |      172.23.0.8 | POST     "/plugin/ffbb405d-3e9f-4a58-868c-ce210c7c1864/dispatch/model/schema"
nginx-1          | 172.23.0.1 - - [25/Mar/2025:07:17:51 +0000] "GET /console/api/workspaces/current/models/model-types/text-embedding HTTP/1.1" 200 1193 "https://dify.app.ynu.edu.cn/explore/apps" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0" "113.55.127.140"
nginx-1          | 172.23.0.1 - - [25/Mar/2025:07:17:51 +0000] "GET /console/api/version?current_version=1.1.1 HTTP/1.1" 200 196 "https://dify.app.ynu.edu.cn/explore/apps" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0" "113.55.127.140"
plugin_daemon-1  | [GIN] 2025/03/25 - 07:17:51 | 200 |   37.217427ms |      172.23.0.8 | GET      "/plugin/ffbb405d-3e9f-4a58-868c-ce210c7c1864/management/models?page=1&page_size=256"
nginx-1          | 172.23.0.1 - - [25/Mar/2025:07:17:51 +0000] "GET /console/api/workspaces/current/models/model-types/rerank HTTP/1.1" 200 1049 "https://dify.app.ynu.edu.cn/explore/apps" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0" "113.55.127.140"
plugin_daemon-1  | [GIN] 2025/03/25 - 07:17:51 | 200 |   37.674497ms |      172.23.0.8 | GET      "/plugin/ffbb405d-3e9f-4a58-868c-ce210c7c1864/management/models?page=1&page_size=256"
nginx-1          | 172.23.0.1 - - [25/Mar/2025:07:17:51 +0000] "GET /console/api/workspaces/current/model-providers HTTP/1.1" 200 30754 "https://dify.app.ynu.edu.cn/explore/apps" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0" "113.55.127.140"
nginx-1          | 172.23.0.1 - - [25/Mar/2025:07:17:51 +0000] "GET /console/api/datasets/retrieval-setting HTTP/1.1" 200 79 "https://dify.app.ynu.edu.cn/explore/apps" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0" "113.55.127.140"
nginx-1          | 172.23.0.1 - - [25/Mar/2025:07:17:51 +0000] "GET /console/api/workspaces/current/plugin/permission/fetch HTTP/1.1" 200 67 "https://dify.app.ynu.edu.cn/explore/apps" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0" "113.55.127.140"
nginx-1          | 172.23.0.1 - - [25/Mar/2025:07:17:51 +0000] "GET /apps?_rsc=90vma HTTP/1.1" 200 135 "https://dify.app.ynu.edu.cn/explore/apps" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0" "113.55.127.140"
nginx-1          | 172.23.0.1 - - [25/Mar/2025:07:17:51 +0000] "GET /console/api/installed-apps HTTP/1.1" 200 5388 "https://dify.app.ynu.edu.cn/explore/apps" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0" "113.55.127.140"
nginx-1          | 172.23.0.1 - - [25/Mar/2025:07:17:51 +0000] "GET /tools?_rsc=90vma HTTP/1.1" 200 136 "https://dify.app.ynu.edu.cn/explore/apps" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0" "113.55.127.140"
nginx-1          | 172.23.0.1 - - [25/Mar/2025:07:17:51 +0000] "GET /console/api/workspaces/current/members? HTTP/1.1" 200 525 "https://dify.app.ynu.edu.cn/explore/apps" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0" "113.55.127.140"
nginx-1          | 172.23.0.1 - - [25/Mar/2025:07:17:51 +0000] "GET /console/api/installed-apps HTTP/1.1" 200 5388 "https://dify.app.ynu.edu.cn/explore/apps" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0" "113.55.127.140"
nginx-1          | 172.23.0.1 - - [25/Mar/2025:07:17:51 +0000] "GET /console/api/features HTTP/1.1" 200 460 "https://dify.app.ynu.edu.cn/explore/apps" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0" "113.55.127.140"
nginx-1          | 172.23.0.1 - - [25/Mar/2025:07:17:51 +0000] "GET /datasets?_rsc=90vma HTTP/1.1" 200 158 "https://dify.app.ynu.edu.cn/explore/apps" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0" "113.55.127.140"
plugin_daemon-1  | [GIN] 2025/03/25 - 07:17:51 | 200 |    2.146926ms |      172.23.0.8 | GET      "/plugin/ffbb405d-3e9f-4a58-868c-ce210c7c1864/management/install/tasks?page=1&page_size=100"
nginx-1          | 172.23.0.1 - - [25/Mar/2025:07:17:51 +0000] "GET /console/api/workspaces/current/plugin/tasks?page=1&page_size=100 HTTP/1.1" 200 14 "https://dify.app.ynu.edu.cn/explore/apps" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0" "113.55.127.140"
nginx-1          | 172.23.0.1 - - [25/Mar/2025:07:17:51 +0000] "GET /plugins?_rsc=90vma HTTP/1.1" 200 138 "https://dify.app.ynu.edu.cn/explore/apps" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0" "113.55.127.140"
nginx-1          | 172.23.0.1 - - [25/Mar/2025:07:17:52 +0000] "GET /files/64424f40-f69a-4dcc-aebc-fcc592ff33d0/file-preview?timestamp=1742887071&nonce=7e73dc3de9440e0ff6e64dfe5dca7d13&sign=uRbn-ihy5fgTQnqGP8kuSalr4aZNdFPzfCZ2Pxr8FDo= HTTP/1.1" 200 235716 "https://dify.app.ynu.edu.cn/explore/apps" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0" "113.55.127.140"
nginx-1          | 172.23.0.1 - - [25/Mar/2025:07:17:52 +0000] "GET /files/64424f40-f69a-4dcc-aebc-fcc592ff33d0/file-preview?timestamp=1742887071&nonce=a84c51a78f5718fa40b04343a7cda50b&sign=dYAc3K8c0ba-2k2rkp9tlKZA8W2A4jQQ1YIMYAd5XQw= HTTP/1.1" 200 235716 "https://dify.app.ynu.edu.cn/explore/apps" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0" "113.55.127.140"
plugin_daemon-1  | [GIN] 2025/03/25 - 07:17:52 | 200 |          5m0s |      172.23.0.8 | POST     "/plugin/ffbb405d-3e9f-4a58-868c-ce210c7c1864/dispatch/llm/invoke"
plugin_daemon-1  | [GIN] 2025/03/25 - 07:17:52 | 200 |  3.420412324s |      172.23.0.8 | POST     "/plugin/ffbb405d-3e9f-4a58-868c-ce210c7c1864/dispatch/llm/invoke"
nginx-1          | 172.23.0.1 - - [25/Mar/2025:07:17:52 +0000] "GET /console/api/explore/apps HTTP/1.1" 200 34608 "https://dify.app.ynu.edu.cn/explore/apps" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0" "113.55.127.140"
redis-1          | 1:M 25 Mar 2025 07:17:54.036 * 100 changes in 300 seconds. Saving...
redis-1          | 1:M 25 Mar 2025 07:17:54.036 * Background saving started by pid 74804
redis-1          | 74804:C 25 Mar 2025 07:17:54.081 * DB saved on disk
redis-1          | 74804:C 25 Mar 2025 07:17:54.082 * RDB: 0 MB of memory used by copy-on-write
redis-1          | 1:M 25 Mar 2025 07:17:54.137 * Background saving terminated with success
plugin_daemon-1  | [GIN] 2025/03/25 - 07:17:54 | 200 |          5m0s |      172.23.0.8 | POST     "/plugin/ffbb405d-3e9f-4a58-868c-ce210c7c1864/dispatch/llm/invoke"
nginx-1          | 172.23.0.1 - - [25/Mar/2025:07:17:55 +0000] "GET /api/parameters HTTP/1.1" 200 1322 "https://dify.app.ynu.edu.cn/chat/gH9Gkwu0kmaIEloS" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0" "113.55.126.49"
nginx-1          | 172.23.0.1 - - [25/Mar/2025:07:17:55 +0000] "GET /api/messages?conversation_id=216b2958-2ca0-4b63-9f99-408d870ae86a&limit=20&last_id= HTTP/1.1" 200 2366 "https://dify.app.ynu.edu.cn/chat/gH9Gkwu0kmaIEloS" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0" "113.55.126.49"
sandbox-1        | [GIN] 2025/03/25 - 07:18:05 | 200 |      28.173µs |             ::1 | GET      "/health"
plugin_daemon-1  | [GIN] 2025/03/25 - 07:18:09 | 200 |   21.698307ms |      172.23.0.8 | GET      "/plugin/ffbb405d-3e9f-4a58-868c-ce210c7c1864/management/models?page=1&page_size=256"
sandbox-1        | [GIN] 2025/03/25 - 07:18:35 | 200 |      32.385µs |             ::1 | GET      "/health"
^Ccanceled
[root@ha-master-1 docker]#
Originally created by @liudonghua123 on GitHub (Mar 25, 2025). ### 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] [FOR CHINESE USERS] 请务必使用英文提交 Issue,否则会被关闭。谢谢!:) - [x] Please do not modify this template :) and fill in all the required fields. ### Dify version 1.1.1 ### Cloud or Self Hosted Self Hosted (Docker) ### Steps to reproduce Use docker compose to deploy dify. ### ✔️ Expected Behavior The backend serves normally. ### ❌ Actual Behavior Sometimes, the backend is very slow or 404 directly. ![Image](https://github.com/user-attachments/assets/8c4808ad-8d4a-41c4-8b3f-b338ec118d86) <details><summary>Details</summary> ```shell [root@ha-master-1 docker]# docker compose logs -f -n 10 worker-1 | 2025-03-24 02:13:23.925 INFO [Dummy-7] [document_indexing_task.py:76] - Processed dataset: 1cfeb38a-4434-4272-b18c-57fd335a2694 latency: 1.6616381919011474 worker-1 | 2025-03-24 02:13:23.949 INFO [Dummy-7] [trace.py:128] - Task tasks.document_indexing_task.document_indexing_task[006ff41b-5ff7-4e97-88e7-f671d0298942] succeeded in 1.6852213330566883s: None worker-1 | 2025-03-24 02:15:56.713 INFO [MainThread] [strategy.py:161] - Task tasks.batch_clean_document_task.batch_clean_document_task[c8e8eed0-fc02-441f-9434-073e31cee1af] received worker-1 | 2025-03-24 02:15:56.714 INFO [Dummy-10] [batch_clean_document_task.py:26] - Start batch clean documents when documents deleted worker-1 | 2025-03-24 02:15:56.831 INFO [Dummy-10] [batch_clean_document_task.py:69] - Cleaned documents when documents deleted latency: 0.1165973418392241 worker-1 | 2025-03-24 02:15:56.856 INFO [Dummy-10] [trace.py:128] - Task tasks.batch_clean_document_task.batch_clean_document_task[c8e8eed0-fc02-441f-9434-073e31cee1af] succeeded in 0.14240718772634864s: None worker-1 | 2025-03-24 02:16:13.458 INFO [MainThread] [strategy.py:161] - Task tasks.document_indexing_task.document_indexing_task[17c0ac2f-1213-45c5-9220-5148f5055f44] received worker-1 | 2025-03-24 02:16:13.460 INFO [Dummy-11] [document_indexing_task.py:59] - Start process document: 79311793-df28-4a06-84d6-7211ee2394ad worker-1 | 2025-03-24 02:16:14.311 INFO [Dummy-11] [document_indexing_task.py:76] - Processed dataset: 1cfeb38a-4434-4272-b18c-57fd335a2694 latency: 0.8526453729718924 sandbox-1 | [GIN] 2025/03/25 - 07:12:40 | 200 | 95.452012ms | 172.25.0.4 | POST "/v1/sandbox/run" sandbox-1 | [GIN] 2025/03/25 - 07:12:50 | 200 | 118.548474ms | 172.25.0.4 | POST "/v1/sandbox/run" sandbox-1 | [GIN] 2025/03/25 - 07:13:03 | 200 | 29.243µs | ::1 | GET "/health" sandbox-1 | [GIN] 2025/03/25 - 07:13:33 | 200 | 42.394µs | ::1 | GET "/health" sandbox-1 | [GIN] 2025/03/25 - 07:13:50 | 200 | 182.634898ms | 172.25.0.4 | POST "/v1/sandbox/run" sandbox-1 | [GIN] 2025/03/25 - 07:14:03 | 200 | 25.619µs | ::1 | GET "/health" sandbox-1 | [GIN] 2025/03/25 - 07:14:33 | 200 | 25.221µs | ::1 | GET "/health" sandbox-1 | [GIN] 2025/03/25 - 07:15:03 | 200 | 38.154µs | ::1 | GET "/health" sandbox-1 | [GIN] 2025/03/25 - 07:15:34 | 200 | 31.903µs | ::1 | GET "/health" sandbox-1 | [GIN] 2025/03/25 - 07:16:04 | 200 | 35.329µs | ::1 | GET "/health" web-1 | 04:08:17 1|dify-web | at async doRender (/app/web/node_modules/.pnpm/next@14.2.15_@babel+core@7.25.8_react-dom@18.2.0_react@18.2.0__react@18.2.0_sass@1.80.3/node_modules/next/dist/server/base-server.js:1413:30) web-1 | 04:08:17 1|dify-web | at async cacheEntry.responseCache.get.routeKind (/app/web/node_modules/.pnpm/next@14.2.15_@babel+core@7.25.8_react-dom@18.2.0_react@18.2.0__react@18.2.0_sass@1.80.3/node_modules/next/dist/server/base-server.js:1574:28) web-1 | 04:08:17 1|dify-web | at async NextNodeServer.renderToResponseWithComponentsImpl (/app/web/node_modules/.pnpm/next@14.2.15_@babel+core@7.25.8_react-dom@18.2.0_react@18.2.0__react@18.2.0_sass@1.80.3/node_modules/next/dist/server/base-server.js:1482:28) web-1 | 04:08:17 1|dify-web | at async NextNodeServer.renderErrorToResponseImpl (/app/web/node_modules/.pnpm/next@14.2.15_@babel+core@7.25.8_react-dom@18.2.0_react@18.2.0__react@18.2.0_sass@1.80.3/node_modules/next/dist/server/base-server.js:2166:24) web-1 | 04:08:17 1|dify-web | at async pipe.req.req (/app/web/node_modules/.pnpm/next@14.2.15_@babel+core@7.25.8_react-dom@18.2.0_react@18.2.0__react@18.2.0_sass@1.80.3/node_modules/next/dist/server/base-server.js:2040:30) web-1 | 04:08:17 1|dify-web | at async NextNodeServer.pipeImpl (/app/web/node_modules/.pnpm/next@14.2.15_@babel+core@7.25.8_react-dom@18.2.0_react@18.2.0__react@18.2.0_sass@1.80.3/node_modules/next/dist/server/base-server.js:921:25) web-1 | 04:08:17 1|dify-web | at async invokeRender (/app/web/node_modules/.pnpm/next@14.2.15_@babel+core@7.25.8_react-dom@18.2.0_react@18.2.0__react@18.2.0_sass@1.80.3/node_modules/next/dist/server/lib/router-server.js:173:21) web-1 | 04:08:17 1|dify-web | at async handleRequest (/app/web/node_modules/.pnpm/next@14.2.15_@babel+core@7.25.8_react-dom@18.2.0_react@18.2.0__react@18.2.0_sass@1.80.3/node_modules/next/dist/server/lib/router-server.js:365:24) web-1 | 04:08:17 1|dify-web | at async requestHandlerImpl (/app/web/node_modules/.pnpm/next@14.2.15_@babel+core@7.25.8_react-dom@18.2.0_react@18.2.0__react@18.2.0_sass@1.80.3/node_modules/next/dist/server/lib/router-server.js:374:13) web-1 | 04:08:17 1|dify-web | at async Server.requestListener (/app/web/node_modules/.pnpm/next@14.2.15_@babel+core@7.25.8_react-dom@18.2.0_react@18.2.0__react@18.2.0_sass@1.80.3/node_modules/next/dist/server/lib/start-server.js:141:13) worker-1 | 2025-03-24 02:16:14.335 INFO [Dummy-11] [trace.py:128] - Task tasks.document_indexing_task.document_indexing_task[17c0ac2f-1213-45c5-9220-5148f5055f44] succeeded in 0.8761702408082783s: None db-1 | 2025-03-24 04:33:49.041 UTC [27] LOG: checkpoint starting: time db-1 | 2025-03-24 04:33:49.237 UTC [27] LOG: checkpoint complete: wrote 2 buffers (0.0%); 0 WAL file(s) added, 0 removed, 0 recycled; write=0.102 s, sync=0.086 s, total=0.196 s; sync files=2, longest=0.044 s, average=0.043 s; distance=2 kB, estimate=951 kB db-1 | 2025-03-24 04:38:49.336 UTC [27] LOG: checkpoint starting: time db-1 | 2025-03-24 04:39:06.586 UTC [27] LOG: checkpoint complete: wrote 171 buffers (1.0%); 0 WAL file(s) added, 0 removed, 0 recycled; write=17.043 s, sync=0.170 s, total=17.251 s; sync files=51, longest=0.145 s, average=0.004 s; distance=1072 kB, estimate=1072 kB db-1 | 2025-03-24 07:03:52.136 UTC [27] LOG: checkpoint starting: time db-1 | 2025-03-24 07:04:13.904 UTC [27] LOG: checkpoint complete: wrote 217 buffers (1.3%); 0 WAL file(s) added, 0 removed, 0 recycled; write=21.646 s, sync=0.114 s, total=21.768 s; sync files=46, longest=0.058 s, average=0.003 s; distance=1327 kB, estimate=1327 kB db-1 | 2025-03-24 07:08:53.003 UTC [27] LOG: checkpoint starting: time db-1 | 2025-03-24 07:08:53.477 UTC [27] LOG: checkpoint complete: wrote 5 buffers (0.0%); 0 WAL file(s) added, 0 removed, 0 recycled; write=0.403 s, sync=0.054 s, total=0.474 s; sync files=5, longest=0.053 s, average=0.011 s; distance=21 kB, estimate=1197 kB db-1 | 2025-03-25 07:14:18.985 UTC [27] LOG: checkpoint starting: time db-1 | 2025-03-25 07:14:42.249 UTC [27] LOG: checkpoint complete: wrote 232 buffers (1.4%); 0 WAL file(s) added, 0 removed, 0 recycled; write=23.161 s, sync=0.031 s, total=23.264 s; sync files=52, longest=0.026 s, average=0.001 s; distance=1235 kB, estimate=1235 kB nginx-1 | 172.23.0.1 - - [25/Mar/2025:07:15:53 +0000] "GET /api/parameters HTTP/1.1" 499 0 "https://dify.app.ynu.edu.cn/chat/gH9Gkwu0kmaIEloS" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0" "113.55.126.49" redis-1 | 1:M 25 Mar 2025 07:07:52.033 * 100 changes in 300 seconds. Saving... redis-1 | 1:M 25 Mar 2025 07:07:52.034 * Background saving started by pid 74689 redis-1 | 74689:C 25 Mar 2025 07:07:52.038 * DB saved on disk redis-1 | 74689:C 25 Mar 2025 07:07:52.039 * RDB: 0 MB of memory used by copy-on-write redis-1 | 1:M 25 Mar 2025 07:07:52.134 * Background saving terminated with success redis-1 | 1:M 25 Mar 2025 07:12:53.031 * 100 changes in 300 seconds. Saving... redis-1 | 1:M 25 Mar 2025 07:12:53.031 * Background saving started by pid 74750 redis-1 | 74750:C 25 Mar 2025 07:12:53.041 * DB saved on disk redis-1 | 74750:C 25 Mar 2025 07:12:53.041 * RDB: 0 MB of memory used by copy-on-write redis-1 | 1:M 25 Mar 2025 07:12:53.132 * Background saving terminated with success ssrf_proxy-1 | 2025/03/25 04:48:24| NETDB state saved; 1 entries, 0 msec ssrf_proxy-1 | 2025/03/25 05:43:08| Logfile: opening log stdio:/var/spool/squid/netdb.state ssrf_proxy-1 | 2025/03/25 05:43:08| Logfile: closing log stdio:/var/spool/squid/netdb.state ssrf_proxy-1 | 2025/03/25 05:43:08| NETDB state saved; 1 entries, 0 msec ssrf_proxy-1 | 2025/03/25 06:26:08| Logfile: opening log stdio:/var/spool/squid/netdb.state ssrf_proxy-1 | 2025/03/25 06:26:08| Logfile: closing log stdio:/var/spool/squid/netdb.state ssrf_proxy-1 | 2025/03/25 06:26:08| NETDB state saved; 1 entries, 0 msec ssrf_proxy-1 | 2025/03/25 07:16:01| Logfile: opening log stdio:/var/spool/squid/netdb.state ssrf_proxy-1 | 2025/03/25 07:16:01| Logfile: closing log stdio:/var/spool/squid/netdb.state ssrf_proxy-1 | 2025/03/25 07:16:01| NETDB state saved; 1 entries, 0 msec nginx-1 | 172.23.0.1 - - [25/Mar/2025:07:15:53 +0000] "GET /api/site HTTP/1.1" 499 0 "https://dify.app.ynu.edu.cn/chat/gH9Gkwu0kmaIEloS" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0" "113.55.126.49" nginx-1 | 172.23.0.1 - - [25/Mar/2025:07:15:53 +0000] "GET /api/conversations?limit=100&pinned=false HTTP/1.1" 499 0 "https://dify.app.ynu.edu.cn/chat/gH9Gkwu0kmaIEloS" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0" "113.55.126.49" nginx-1 | 172.23.0.1 - - [25/Mar/2025:07:15:53 +0000] "GET /api/conversations?limit=100&pinned=true HTTP/1.1" 499 0 "https://dify.app.ynu.edu.cn/chat/gH9Gkwu0kmaIEloS" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0" "113.55.126.49" nginx-1 | 172.23.0.1 - - [25/Mar/2025:07:15:53 +0000] "GET /api/meta HTTP/1.1" 499 0 "https://dify.app.ynu.edu.cn/chat/gH9Gkwu0kmaIEloS" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0" "113.55.126.49" nginx-1 | 172.23.0.1 - - [25/Mar/2025:07:15:55 +0000] "GET /api/site HTTP/1.1" 499 0 "https://dify.app.ynu.edu.cn/chat/gH9Gkwu0kmaIEloS" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0" "113.55.126.49" nginx-1 | 172.23.0.1 - - [25/Mar/2025:07:15:55 +0000] "GET /api/conversations?limit=100&pinned=true HTTP/1.1" 499 0 "https://dify.app.ynu.edu.cn/chat/gH9Gkwu0kmaIEloS" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0" "113.55.126.49" nginx-1 | 172.23.0.1 - - [25/Mar/2025:07:15:55 +0000] "GET /api/parameters HTTP/1.1" 499 0 "https://dify.app.ynu.edu.cn/chat/gH9Gkwu0kmaIEloS" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0" "113.55.126.49" nginx-1 | 172.23.0.1 - - [25/Mar/2025:07:15:55 +0000] "GET /api/meta HTTP/1.1" 499 0 "https://dify.app.ynu.edu.cn/chat/gH9Gkwu0kmaIEloS" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0" "113.55.126.49" nginx-1 | 172.23.0.1 - - [25/Mar/2025:07:15:55 +0000] "GET /api/conversations?limit=100&pinned=false HTTP/1.1" 499 0 "https://dify.app.ynu.edu.cn/chat/gH9Gkwu0kmaIEloS" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0" "113.55.126.49" weaviate-1 | {"action":"lsm_compaction","class":"Vector_index_e1b04ccc_1704_4c9c_adfa_45b6bfd94fc2_Node","index":"vector_index_e1b04ccc_1704_4c9c_adfa_45b6bfd94fc2_node","level":"warning","msg":"compaction halted due to shard READONLY status","path":"/var/lib/weaviate/vector_index_e1b04ccc_1704_4c9c_adfa_45b6bfd94fc2_node_Cq8uGW9BYml3_lsm","shard":"Cq8uGW9BYml3","time":"2025-03-21T00:58:00Z"} weaviate-1 | {"action":"lsm_compaction","class":"Vector_index_707e5c40_a873_4c2c_930d_f95048be0c5e_Node","index":"vector_index_707e5c40_a873_4c2c_930d_f95048be0c5e_node","level":"warning","msg":"compaction halted due to shard READONLY status","path":"/var/lib/weaviate/vector_index_707e5c40_a873_4c2c_930d_f95048be0c5e_node_gpGmN1LW5HjS_lsm","shard":"gpGmN1LW5HjS","time":"2025-03-21T00:58:00Z"} weaviate-1 | {"action":"lsm_compaction","class":"Vector_index_d4e60d49_1763_4bc5_805b_5aa2c163b209_Node","index":"vector_index_d4e60d49_1763_4bc5_805b_5aa2c163b209_node","level":"warning","msg":"compaction halted due to shard READONLY status","path":"/var/lib/weaviate/vector_index_d4e60d49_1763_4bc5_805b_5aa2c163b209_node_IyqDDvyZ7c5M_lsm","shard":"IyqDDvyZ7c5M","time":"2025-03-21T00:58:00Z"} weaviate-1 | {"action":"lsm_compaction","class":"Vector_index_55952520_189a_4e86_a5fd_7cbd069aa62a_Node","index":"vector_index_55952520_189a_4e86_a5fd_7cbd069aa62a_node","level":"warning","msg":"compaction halted due to shard READONLY status","path":"/var/lib/weaviate/vector_index_55952520_189a_4e86_a5fd_7cbd069aa62a_node_lg4t4gNBW6VV_lsm","shard":"lg4t4gNBW6VV","time":"2025-03-21T00:58:00Z"} weaviate-1 | {"action":"lsm_compaction","class":"Vector_index_2e6ed53d_a7e9_421f_a4fd_5b242bda157c_Node","index":"vector_index_2e6ed53d_a7e9_421f_a4fd_5b242bda157c_node","level":"warning","msg":"compaction halted due to shard READONLY status","path":"/var/lib/weaviate/vector_index_2e6ed53d_a7e9_421f_a4fd_5b242bda157c_node_EyMsPL63TXrm_lsm","shard":"EyMsPL63TXrm","time":"2025-03-21T00:58:00Z"} weaviate-1 | {"action":"lsm_compaction","class":"Vector_index_62bb2fbc_838c_4e99_a46d_5843db266d91_Node","index":"vector_index_62bb2fbc_838c_4e99_a46d_5843db266d91_node","level":"warning","msg":"compaction halted due to shard READONLY status","path":"/var/lib/weaviate/vector_index_62bb2fbc_838c_4e99_a46d_5843db266d91_node_5MGLItZeS48s_lsm","shard":"5MGLItZeS48s","time":"2025-03-21T00:58:00Z"} weaviate-1 | {"action":"lsm_compaction","class":"Vector_index_ab7c217e_bdc4_42e7_9245_dd361104549f_Node","index":"vector_index_ab7c217e_bdc4_42e7_9245_dd361104549f_node","level":"warning","msg":"compaction halted due to shard READONLY status","path":"/var/lib/weaviate/vector_index_ab7c217e_bdc4_42e7_9245_dd361104549f_node_b3dNziYBAXyu_lsm","shard":"b3dNziYBAXyu","time":"2025-03-21T00:58:00Z"} weaviate-1 | {"action":"lsm_compaction","class":"Vector_index_3a78988f_6237_42eb_9d43_f7ea1513d58e_Node","index":"vector_index_3a78988f_6237_42eb_9d43_f7ea1513d58e_node","level":"warning","msg":"compaction halted due to shard READONLY status","path":"/var/lib/weaviate/vector_index_3a78988f_6237_42eb_9d43_f7ea1513d58e_node_bNvlBrtWgET1_lsm","shard":"bNvlBrtWgET1","time":"2025-03-21T00:58:00Z"} weaviate-1 | {"action":"set_shard_read_only","level":"warning","msg":"Set READONLY, disk usage currently at 92.32%, threshold set to 90.00%","path":"/var/lib/weaviate","time":"2025-03-21T00:58:00Z"} weaviate-1 | {"action":"hnsw_vector_cache_prefill","count":25000,"index_id":"vector_index_1cfeb38a_4434_4272_b18c_57fd335a2694_node_dNBwvwknYhE6","level":"info","limit":1000000000000,"msg":"prefilled vector cache","time":"2025-03-24T01:50:05Z","took":1611957} api-1 | 2025-03-24 07:00:50.691 INFO [Thread-549 (_generate_worker)] [_client.py:1038] - HTTP Request: POST http://sandbox:8194/v1/sandbox/run "HTTP/1.1 200 OK" api-1 | 2025-03-24 07:01:05.175 INFO [Thread-557 (_generate_worker)] [_client.py:1038] - HTTP Request: POST http://sandbox:8194/v1/sandbox/run "HTTP/1.1 200 OK" api-1 | 2025-03-24 07:01:23.873 INFO [Thread-565 (_generate_worker)] [_client.py:1038] - HTTP Request: POST http://sandbox:8194/v1/sandbox/run "HTTP/1.1 200 OK" api-1 | 2025-03-24 07:01:28.302 INFO [Thread-572 (_generate_worker)] [_client.py:1038] - HTTP Request: POST http://sandbox:8194/v1/sandbox/run "HTTP/1.1 200 OK" api-1 | 2025-03-24 07:01:31.410 INFO [Thread-580 (_generate_worker)] [_client.py:1038] - HTTP Request: POST http://sandbox:8194/v1/sandbox/run "HTTP/1.1 200 OK" api-1 | 2025-03-25 07:12:39.560 INFO [Thread-604 (_generate_worker)] [_client.py:1038] - HTTP Request: POST http://sandbox:8194/v1/sandbox/run "HTTP/1.1 200 OK" api-1 | 2025-03-25 07:12:39.717 INFO [Thread-611 (_generate_worker)] [_client.py:1038] - HTTP Request: POST http://sandbox:8194/v1/sandbox/run "HTTP/1.1 200 OK" api-1 | 2025-03-25 07:12:40.315 INFO [Thread-618 (_generate_worker)] [_client.py:1038] - HTTP Request: POST http://sandbox:8194/v1/sandbox/run "HTTP/1.1 200 OK" api-1 | 2025-03-25 07:12:50.566 INFO [Thread-626 (_generate_worker)] [_client.py:1038] - HTTP Request: POST http://sandbox:8194/v1/sandbox/run "HTTP/1.1 200 OK" api-1 | 2025-03-25 07:13:50.046 INFO [Thread-634 (_generate_worker)] [_client.py:1038] - HTTP Request: POST http://sandbox:8194/v1/sandbox/run "HTTP/1.1 200 OK" plugin_daemon-1 | [GIN] 2025/03/25 - 07:13:49 | 200 | 30.602815ms | 172.23.0.8 | GET "/plugin/ffbb405d-3e9f-4a58-868c-ce210c7c1864/management/models?page=1&page_size=256" plugin_daemon-1 | [GIN] 2025/03/25 - 07:13:49 | 200 | 3.588831ms | 172.23.0.8 | POST "/plugin/ffbb405d-3e9f-4a58-868c-ce210c7c1864/dispatch/llm/num_tokens" plugin_daemon-1 | [GIN] 2025/03/25 - 07:13:49 | 200 | 525.125973ms | 172.23.0.8 | POST "/plugin/ffbb405d-3e9f-4a58-868c-ce210c7c1864/dispatch/rerank/invoke" plugin_daemon-1 | [GIN] 2025/03/25 - 07:13:50 | 200 | 3.986572ms | 172.23.0.8 | POST "/plugin/ffbb405d-3e9f-4a58-868c-ce210c7c1864/dispatch/model/schema" plugin_daemon-1 | [GIN] 2025/03/25 - 07:13:50 | 200 | 2.875358ms | 172.23.0.8 | POST "/plugin/ffbb405d-3e9f-4a58-868c-ce210c7c1864/dispatch/model/schema" plugin_daemon-1 | [GIN] 2025/03/25 - 07:13:50 | 200 | 2.762631ms | 172.23.0.8 | POST "/plugin/ffbb405d-3e9f-4a58-868c-ce210c7c1864/dispatch/model/schema" plugin_daemon-1 | [GIN] 2025/03/25 - 07:13:50 | 200 | 2.986554ms | 172.23.0.8 | POST "/plugin/ffbb405d-3e9f-4a58-868c-ce210c7c1864/dispatch/model/schema" plugin_daemon-1 | [GIN] 2025/03/25 - 07:13:53 | 200 | 3.420874451s | 172.23.0.8 | POST "/plugin/ffbb405d-3e9f-4a58-868c-ce210c7c1864/dispatch/llm/invoke" plugin_daemon-1 | [GIN] 2025/03/25 - 07:13:53 | 200 | 27.411551ms | 172.23.0.8 | GET "/plugin/ffbb405d-3e9f-4a58-868c-ce210c7c1864/management/models?page=1&page_size=256" plugin_daemon-1 | [GIN] 2025/03/25 - 07:13:53 | 200 | 3.64822ms | 172.23.0.8 | POST "/plugin/ffbb405d-3e9f-4a58-868c-ce210c7c1864/dispatch/llm/num_tokens" nginx-1 | 172.23.0.1 - - [25/Mar/2025:07:16:28 +0000] "GET /console/api/workspaces/current? HTTP/1.1" 499 0 "https://dify.app.ynu.edu.cn/explore/apps" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0" "113.55.127.140" nginx-1 | 172.23.0.1 - - [25/Mar/2025:07:16:28 +0000] "GET /console/api/apps?page=1&limit=30&name= HTTP/1.1" 499 0 "https://dify.app.ynu.edu.cn/explore/apps" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0" "113.55.127.140" nginx-1 | 172.23.0.1 - - [25/Mar/2025:07:16:28 +0000] "GET /console/api/system-features HTTP/1.1" 499 0 "https://dify.app.ynu.edu.cn/explore/apps" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0" "113.55.127.140" nginx-1 | 172.23.0.1 - - [25/Mar/2025:07:16:28 +0000] "GET /console/api/account/profile HTTP/1.1" 499 0 "https://dify.app.ynu.edu.cn/explore/apps" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0" "113.55.127.140" sandbox-1 | [GIN] 2025/03/25 - 07:16:34 | 200 | 40.135µs | ::1 | GET "/health" nginx-1 | 172.23.0.1 - - [25/Mar/2025:07:16:34 +0000] "GET /api/conversations?limit=100&pinned=true HTTP/1.1" 499 0 "https://dify.app.ynu.edu.cn/chat/gH9Gkwu0kmaIEloS" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0" "113.55.126.49" nginx-1 | 172.23.0.1 - - [25/Mar/2025:07:16:34 +0000] "GET /api/parameters HTTP/1.1" 499 0 "https://dify.app.ynu.edu.cn/chat/gH9Gkwu0kmaIEloS" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0" "113.55.126.49" nginx-1 | 172.23.0.1 - - [25/Mar/2025:07:16:34 +0000] "GET /api/meta HTTP/1.1" 499 0 "https://dify.app.ynu.edu.cn/chat/gH9Gkwu0kmaIEloS" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0" "113.55.126.49" nginx-1 | 172.23.0.1 - - [25/Mar/2025:07:16:34 +0000] "GET /api/conversations?limit=100&pinned=false HTTP/1.1" 499 0 "https://dify.app.ynu.edu.cn/chat/gH9Gkwu0kmaIEloS" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0" "113.55.126.49" nginx-1 | 172.23.0.1 - - [25/Mar/2025:07:16:34 +0000] "GET /api/site HTTP/1.1" 499 0 "https://dify.app.ynu.edu.cn/chat/gH9Gkwu0kmaIEloS" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0" "113.55.126.49" nginx-1 | 172.23.0.1 - - [25/Mar/2025:07:16:34 +0000] "GET /api/site HTTP/1.1" 499 0 "https://dify.app.ynu.edu.cn/chat/gH9Gkwu0kmaIEloS" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0" "113.55.126.49" nginx-1 | 172.23.0.1 - - [25/Mar/2025:07:16:34 +0000] "GET /api/conversations?limit=100&pinned=true HTTP/1.1" 499 0 "https://dify.app.ynu.edu.cn/chat/gH9Gkwu0kmaIEloS" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0" "113.55.126.49" nginx-1 | 172.23.0.1 - - [25/Mar/2025:07:16:58 +0000] "GET /console/api/apps?page=1&limit=30&name= HTTP/1.1" 499 0 "https://dify.app.ynu.edu.cn/explore/apps" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0" "113.55.127.140" nginx-1 | 172.23.0.1 - - [25/Mar/2025:07:16:58 +0000] "GET /console/api/account/profile HTTP/1.1" 499 0 "https://dify.app.ynu.edu.cn/explore/apps" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0" "113.55.127.140" nginx-1 | 172.23.0.1 - - [25/Mar/2025:07:16:59 +0000] "GET /favicon.ico HTTP/1.1" 200 6278 "https://dify.app.ynu.edu.cn/explore/apps" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0" "113.55.127.140" nginx-1 | 172.23.0.1 - - [25/Mar/2025:07:17:03 +0000] "GET /embed.min.js HTTP/1.1" 304 0 "http://www.itc.ynu.edu.cn/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36" "113.55.104.63" nginx-1 | 172.23.0.1 - - [25/Mar/2025:07:17:04 +0000] "GET /explore/apps HTTP/1.1" 200 9494 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0" "113.55.127.140" nginx-1 | 172.23.0.1 - - [25/Mar/2025:07:17:04 +0000] "GET /_next/static/css/55fa4ed610cb66e9.css HTTP/1.1" 200 10629 "https://dify.app.ynu.edu.cn/explore/apps" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0" "113.55.127.140" nginx-1 | 172.23.0.1 - - [25/Mar/2025:07:17:04 +0000] "GET /_next/static/css/7968738eaeacb855.css HTTP/1.1" 200 2887 "https://dify.app.ynu.edu.cn/explore/apps" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0" "113.55.127.140" nginx-1 | 172.23.0.1 - - [25/Mar/2025:07:17:04 +0000] "GET /_next/static/css/87810bcccc1b3c8d.css HTTP/1.1" 200 13034 "https://dify.app.ynu.edu.cn/explore/apps" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0" "113.55.127.140" nginx-1 | 172.23.0.1 - - [25/Mar/2025:07:17:04 +0000] "GET /_next/static/css/ade4ac37e297ddd4.css HTTP/1.1" 200 7100 "https://dify.app.ynu.edu.cn/explore/apps" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0" "113.55.127.140" nginx-1 | 172.23.0.1 - - [25/Mar/2025:07:17:04 +0000] "GET /_next/static/css/ca84a3518ed2d9aa.css HTTP/1.1" 200 1876 "https://dify.app.ynu.edu.cn/explore/apps" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0" "113.55.127.140" nginx-1 | 172.23.0.1 - - [25/Mar/2025:07:17:04 +0000] "GET /_next/static/css/000d9d17d189f95f.css HTTP/1.1" 200 28383 "https://dify.app.ynu.edu.cn/explore/apps" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0" "113.55.127.140" nginx-1 | 172.23.0.1 - - [25/Mar/2025:07:17:04 +0000] "GET /_next/static/css/152d16fde8eeb393.css HTTP/1.1" 200 1478 "https://dify.app.ynu.edu.cn/explore/apps" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0" "113.55.127.140" nginx-1 | 172.23.0.1 - - [25/Mar/2025:07:17:04 +0000] "GET /_next/static/css/75f3c9c76d9ccdfc.css HTTP/1.1" 200 5284 "https://dify.app.ynu.edu.cn/explore/apps" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0" "113.55.127.140" nginx-1 | 172.23.0.1 - - [25/Mar/2025:07:17:04 +0000] "GET /_next/static/css/291147414b3c8904.css HTTP/1.1" 200 1009 "https://dify.app.ynu.edu.cn/explore/apps" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0" "113.55.127.140" nginx-1 | 172.23.0.1 - - [25/Mar/2025:07:17:04 +0000] "GET /_next/static/css/0466b3f34976e935.css HTTP/1.1" 200 196 "https://dify.app.ynu.edu.cn/explore/apps" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0" "113.55.127.140" nginx-1 | 172.23.0.1 - - [25/Mar/2025:07:17:04 +0000] "GET /_next/static/css/d5bb7612bff56e8a.css HTTP/1.1" 200 592 "https://dify.app.ynu.edu.cn/explore/apps" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0" "113.55.127.140" nginx-1 | 172.23.0.1 - - [25/Mar/2025:07:17:04 +0000] "GET /_next/static/chunks/main-app-042f57c49155bcbf.js HTTP/1.1" 200 475 "https://dify.app.ynu.edu.cn/explore/apps" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0" "113.55.127.140" nginx-1 | 172.23.0.1 - - [25/Mar/2025:07:17:04 +0000] "GET /_next/static/chunks/webpack-2fd8fd7e5d2936ed.js HTTP/1.1" 200 3136 "https://dify.app.ynu.edu.cn/explore/apps" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0" "113.55.127.140" nginx-1 | 172.23.0.1 - - [25/Mar/2025:07:17:04 +0000] "GET /_next/static/chunks/97e009c8-d0c00b66bab594e9.js HTTP/1.1" 200 40710 "https://dify.app.ynu.edu.cn/explore/apps" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0" "113.55.127.140" nginx-1 | 172.23.0.1 - - [25/Mar/2025:07:17:04 +0000] "GET /_next/static/chunks/92df3e12-2414dde15c3f3d5d.js HTTP/1.1" 200 53872 "https://dify.app.ynu.edu.cn/explore/apps" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0" "113.55.127.140" nginx-1 | 172.23.0.1 - - [25/Mar/2025:07:17:04 +0000] "GET /_next/static/chunks/8597-3349f9d5ea3c44e6.js HTTP/1.1" 200 31942 "https://dify.app.ynu.edu.cn/explore/apps" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0" "113.55.127.140" nginx-1 | 172.23.0.1 - - [25/Mar/2025:07:17:04 +0000] "GET /_next/static/chunks/879da20d-120d6b762e6faf6e.js HTTP/1.1" 200 8922 "https://dify.app.ynu.edu.cn/explore/apps" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0" "113.55.127.140" nginx-1 | 172.23.0.1 - - [25/Mar/2025:07:17:04 +0000] "GET /_next/static/chunks/fc43f782-10154c90afe6a9bd.js HTTP/1.1" 200 27275 "https://dify.app.ynu.edu.cn/explore/apps" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0" "113.55.127.140" nginx-1 | 172.23.0.1 - - [25/Mar/2025:07:17:04 +0000] "GET /_next/static/chunks/bda40ab4-71bda401a019b43c.js HTTP/1.1" 200 84324 "https://dify.app.ynu.edu.cn/explore/apps" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0" "113.55.127.140" nginx-1 | 172.23.0.1 - - [25/Mar/2025:07:17:04 +0000] "GET /_next/static/chunks/060fbf24-b8b65aaa1c63df18.js HTTP/1.1" 200 26153 "https://dify.app.ynu.edu.cn/explore/apps" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0" "113.55.127.140" nginx-1 | 172.23.0.1 - - [25/Mar/2025:07:17:04 +0000] "GET /_next/static/chunks/9639-4a718d18e02e8d8b.js HTTP/1.1" 200 9618 "https://dify.app.ynu.edu.cn/explore/apps" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0" "113.55.127.140" nginx-1 | 172.23.0.1 - - [25/Mar/2025:07:17:04 +0000] "GET /_next/static/chunks/3451-f3b01e497296e6f6.js HTTP/1.1" 200 4569 "https://dify.app.ynu.edu.cn/explore/apps" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0" "113.55.127.140" nginx-1 | 172.23.0.1 - - [25/Mar/2025:07:17:04 +0000] "GET /_next/static/chunks/a4ec4a65-4bdd708191a29bcd.js HTTP/1.1" 200 141635 "https://dify.app.ynu.edu.cn/explore/apps" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0" "113.55.127.140" nginx-1 | 172.23.0.1 - - [25/Mar/2025:07:17:04 +0000] "GET /_next/static/chunks/3996-cbfcf74ca86a7322.js HTTP/1.1" 200 4481 "https://dify.app.ynu.edu.cn/explore/apps" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0" "113.55.127.140" nginx-1 | 172.23.0.1 - - [25/Mar/2025:07:17:04 +0000] "GET /_next/static/chunks/1471f7b3-b9972f68d8e3b831.js HTTP/1.1" 200 434520 "https://dify.app.ynu.edu.cn/explore/apps" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0" "113.55.127.140" nginx-1 | 172.23.0.1 - - [25/Mar/2025:07:17:04 +0000] "GET /_next/static/chunks/911-b3b21df018c95465.js HTTP/1.1" 200 4752 "https://dify.app.ynu.edu.cn/explore/apps" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0" "113.55.127.140" nginx-1 | 172.23.0.1 - - [25/Mar/2025:07:17:04 +0000] "GET /_next/static/chunks/5859-68900a8fe097f61c.js HTTP/1.1" 200 8258 "https://dify.app.ynu.edu.cn/explore/apps" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0" "113.55.127.140" nginx-1 | 172.23.0.1 - - [25/Mar/2025:07:17:04 +0000] "GET /_next/static/chunks/6716-413ca92acacc8d5e.js HTTP/1.1" 200 6861 "https://dify.app.ynu.edu.cn/explore/apps" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0" "113.55.127.140" nginx-1 | 172.23.0.1 - - [25/Mar/2025:07:17:04 +0000] "GET /_next/static/chunks/4139-f7430c8f08e2cd34.js HTTP/1.1" 200 6764 "https://dify.app.ynu.edu.cn/explore/apps" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0" "113.55.127.140" nginx-1 | 172.23.0.1 - - [25/Mar/2025:07:17:04 +0000] "GET /_next/static/chunks/6240-e8693372b15e67d5.js HTTP/1.1" 200 10331 "https://dify.app.ynu.edu.cn/explore/apps" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0" "113.55.127.140" nginx-1 | 172.23.0.1 - - [25/Mar/2025:07:17:04 +0000] "GET /_next/static/chunks/6289-cd22de9cc83ef57b.js HTTP/1.1" 200 14959 "https://dify.app.ynu.edu.cn/explore/apps" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0" "113.55.127.140" nginx-1 | 172.23.0.1 - - [25/Mar/2025:07:17:04 +0000] "GET /_next/static/chunks/5477-58281b4f7b4fe47f.js HTTP/1.1" 200 14368 "https://dify.app.ynu.edu.cn/explore/apps" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0" "113.55.127.140" nginx-1 | 172.23.0.1 - - [25/Mar/2025:07:17:04 +0000] "GET /_next/static/chunks/3673-c710e7a5e8cfa07c.js HTTP/1.1" 200 11625 "https://dify.app.ynu.edu.cn/explore/apps" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0" "113.55.127.140" nginx-1 | 172.23.0.1 - - [25/Mar/2025:07:17:04 +0000] "GET /_next/static/chunks/4638-038933ec578688af.js HTTP/1.1" 200 10222 "https://dify.app.ynu.edu.cn/explore/apps" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0" "113.55.127.140" nginx-1 | 172.23.0.1 - - [25/Mar/2025:07:17:04 +0000] "GET /_next/static/chunks/3346-b39a3d88d73a5856.js HTTP/1.1" 200 10356 "https://dify.app.ynu.edu.cn/explore/apps" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0" "113.55.127.140" nginx-1 | 172.23.0.1 - - [25/Mar/2025:07:17:04 +0000] "GET /_next/static/chunks/6271-63872c33a9435878.js HTTP/1.1" 200 6646 "https://dify.app.ynu.edu.cn/explore/apps" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0" "113.55.127.140" nginx-1 | 172.23.0.1 - - [25/Mar/2025:07:17:04 +0000] "GET /_next/static/chunks/2952-55a430bacd9132ae.js HTTP/1.1" 200 19988 "https://dify.app.ynu.edu.cn/explore/apps" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0" "113.55.127.140" nginx-1 | 172.23.0.1 - - [25/Mar/2025:07:17:04 +0000] "GET /_next/static/chunks/8245-47e9cb4f9095d669.js HTTP/1.1" 200 13706 "https://dify.app.ynu.edu.cn/explore/apps" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0" "113.55.127.140" nginx-1 | 172.23.0.1 - - [25/Mar/2025:07:17:04 +0000] "GET /_next/static/chunks/818-442d8a8611b17015.js HTTP/1.1" 200 10655 "https://dify.app.ynu.edu.cn/explore/apps" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0" "113.55.127.140" nginx-1 | 172.23.0.1 - - [25/Mar/2025:07:17:04 +0000] "GET /_next/static/chunks/7090-e6eb8aaeea4ad0f1.js HTTP/1.1" 200 5147 "https://dify.app.ynu.edu.cn/explore/apps" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0" "113.55.127.140" sandbox-1 | [GIN] 2025/03/25 - 07:17:04 | 200 | 37.793µs | ::1 | GET "/health" nginx-1 | 172.23.0.1 - - [25/Mar/2025:07:17:04 +0000] "GET /_next/static/chunks/app/(commonLayout)/explore/apps/page-982625d7aa79e3ac.js HTTP/1.1" 200 8417 "https://dify.app.ynu.edu.cn/explore/apps" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0" "113.55.127.140" nginx-1 | 172.23.0.1 - - [25/Mar/2025:07:17:04 +0000] "GET /_next/static/chunks/app/(commonLayout)/explore/layout-3b5c9ee38425e2b5.js HTTP/1.1" 200 8206 "https://dify.app.ynu.edu.cn/explore/apps" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0" "113.55.127.140" nginx-1 | 172.23.0.1 - - [25/Mar/2025:07:17:04 +0000] "GET /_next/static/chunks/893-d9626ea047ea94f1.js HTTP/1.1" 200 5438 "https://dify.app.ynu.edu.cn/explore/apps" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0" "113.55.127.140" nginx-1 | 172.23.0.1 - - [25/Mar/2025:07:17:04 +0000] "GET /_next/static/chunks/4050-8e37e8097754435d.js HTTP/1.1" 200 526491 "https://dify.app.ynu.edu.cn/explore/apps" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0" "113.55.127.140" nginx-1 | 172.23.0.1 - - [25/Mar/2025:07:17:04 +0000] "GET /_next/static/chunks/app/(commonLayout)/layout-107d6a5fb9017bc2.js HTTP/1.1" 200 14416 "https://dify.app.ynu.edu.cn/explore/apps" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0" "113.55.127.140" nginx-1 | 172.23.0.1 - - [25/Mar/2025:07:17:04 +0000] "GET /_next/static/chunks/7479-b2aa5007c3ccf52c.js HTTP/1.1" 200 13266 "https://dify.app.ynu.edu.cn/explore/apps" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0" "113.55.127.140" nginx-1 | 172.23.0.1 - - [25/Mar/2025:07:17:04 +0000] "GET /_next/static/chunks/6888-5c758e50b9e5417a.js HTTP/1.1" 200 39777 "https://dify.app.ynu.edu.cn/explore/apps" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0" "113.55.127.140" nginx-1 | 172.23.0.1 - - [25/Mar/2025:07:17:04 +0000] "GET /_next/static/chunks/5360a71e-d58bf57e362a098c.js HTTP/1.1" 200 37186 "https://dify.app.ynu.edu.cn/explore/apps" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0" "113.55.127.140" nginx-1 | 172.23.0.1 - - [25/Mar/2025:07:17:04 +0000] "GET /_next/static/chunks/app/layout-6da4c52c7a2bec9c.js HTTP/1.1" 200 9620 "https://dify.app.ynu.edu.cn/explore/apps" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0" "113.55.127.140" nginx-1 | 172.23.0.1 - - [25/Mar/2025:07:17:04 +0000] "GET /_next/static/chunks/1340-569c3ec2ba66146b.js HTTP/1.1" 200 923239 "https://dify.app.ynu.edu.cn/explore/apps" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0" "113.55.127.140" nginx-1 | 172.23.0.1 - - [25/Mar/2025:07:17:04 +0000] "GET /_next/static/chunks/8143-d7f593ce3c0e00e2.js HTTP/1.1" 200 1014262 "https://dify.app.ynu.edu.cn/explore/apps" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0" "113.55.127.140" nginx-1 | 172.23.0.1 - - [25/Mar/2025:07:17:34 +0000] "GET /api/meta HTTP/1.1" 499 0 "https://dify.app.ynu.edu.cn/chat/gH9Gkwu0kmaIEloS" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0" "113.55.126.49" sandbox-1 | [GIN] 2025/03/25 - 07:17:34 | 200 | 36.05µs | ::1 | GET "/health" nginx-1 | 172.23.0.1 - - [25/Mar/2025:07:17:39 +0000] "GET /api/site HTTP/1.1" 499 0 "https://dify.app.ynu.edu.cn/chat/gH9Gkwu0kmaIEloS" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0" "113.55.126.49" nginx-1 | 172.23.0.1 - - [25/Mar/2025:07:17:39 +0000] "GET /api/meta HTTP/1.1" 499 0 "https://dify.app.ynu.edu.cn/chat/gH9Gkwu0kmaIEloS" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0" "113.55.126.49" nginx-1 | 172.23.0.1 - - [25/Mar/2025:07:17:40 +0000] "GET /api/meta HTTP/1.1" 499 0 "https://dify.app.ynu.edu.cn/chat/gH9Gkwu0kmaIEloS" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0" "113.55.126.49" plugin_daemon-1 | [GIN] 2025/03/25 - 07:17:47 | 200 | 5m0s | 172.23.0.8 | POST "/plugin/ffbb405d-3e9f-4a58-868c-ce210c7c1864/dispatch/llm/invoke" plugin_daemon-1 | [GIN] 2025/03/25 - 07:17:47 | 200 | 5m0s | 172.23.0.8 | POST "/plugin/ffbb405d-3e9f-4a58-868c-ce210c7c1864/dispatch/llm/invoke" plugin_daemon-1 | [GIN] 2025/03/25 - 07:17:47 | 200 | 59.42955ms | 172.23.0.8 | GET "/plugin/ffbb405d-3e9f-4a58-868c-ce210c7c1864/management/models?page=1&page_size=256" plugin_daemon-1 | [GIN] 2025/03/25 - 07:17:47 | 200 | 17.040621ms | 172.23.0.8 | GET "/plugin/ffbb405d-3e9f-4a58-868c-ce210c7c1864/management/models?page=1&page_size=256" plugin_daemon-1 | [GIN] 2025/03/25 - 07:17:47 | 200 | 60.04082ms | 172.23.0.8 | GET "/plugin/ffbb405d-3e9f-4a58-868c-ce210c7c1864/management/models?page=1&page_size=256" plugin_daemon-1 | [GIN] 2025/03/25 - 07:17:47 | 200 | 74.298817ms | 172.23.0.8 | GET "/plugin/ffbb405d-3e9f-4a58-868c-ce210c7c1864/management/models?page=1&page_size=256" plugin_daemon-1 | [GIN] 2025/03/25 - 07:17:47 | 200 | 70.825549ms | 172.23.0.8 | GET "/plugin/ffbb405d-3e9f-4a58-868c-ce210c7c1864/management/models?page=1&page_size=256" plugin_daemon-1 | [GIN] 2025/03/25 - 07:17:47 | 200 | 102.429907ms | 172.23.0.8 | GET "/plugin/ffbb405d-3e9f-4a58-868c-ce210c7c1864/management/models?page=1&page_size=256" plugin_daemon-1 | [GIN] 2025/03/25 - 07:17:47 | 200 | 104.533179ms | 172.23.0.8 | GET "/plugin/ffbb405d-3e9f-4a58-868c-ce210c7c1864/management/models?page=1&page_size=256" plugin_daemon-1 | [GIN] 2025/03/25 - 07:17:47 | 200 | 46.227462ms | 172.23.0.8 | GET "/plugin/ffbb405d-3e9f-4a58-868c-ce210c7c1864/management/models?page=1&page_size=256" plugin_daemon-1 | [GIN] 2025/03/25 - 07:17:48 | 200 | 28.1275ms | 172.23.0.8 | GET "/plugin/ffbb405d-3e9f-4a58-868c-ce210c7c1864/management/models?page=1&page_size=256" plugin_daemon-1 | [GIN] 2025/03/25 - 07:17:48 | 200 | 34.831178ms | 172.23.0.8 | GET "/plugin/ffbb405d-3e9f-4a58-868c-ce210c7c1864/management/models?page=1&page_size=256" plugin_daemon-1 | [GIN] 2025/03/25 - 07:17:48 | 200 | 403.707708ms | 172.23.0.8 | POST "/plugin/ffbb405d-3e9f-4a58-868c-ce210c7c1864/dispatch/rerank/invoke" sandbox-1 | [GIN] 2025/03/25 - 07:17:49 | 200 | 187.952944ms | 172.25.0.4 | POST "/v1/sandbox/run" api-1 | 2025-03-25 07:17:49.069 INFO [Thread-642 (_generate_worker)] [_client.py:1038] - HTTP Request: POST http://sandbox:8194/v1/sandbox/run "HTTP/1.1 200 OK" plugin_daemon-1 | [GIN] 2025/03/25 - 07:17:49 | 200 | 4.905051ms | 172.23.0.8 | POST "/plugin/ffbb405d-3e9f-4a58-868c-ce210c7c1864/dispatch/model/schema" plugin_daemon-1 | [GIN] 2025/03/25 - 07:17:49 | 200 | 4.226849ms | 172.23.0.8 | POST "/plugin/ffbb405d-3e9f-4a58-868c-ce210c7c1864/dispatch/model/schema" plugin_daemon-1 | [GIN] 2025/03/25 - 07:17:49 | 200 | 3.935214ms | 172.23.0.8 | POST "/plugin/ffbb405d-3e9f-4a58-868c-ce210c7c1864/dispatch/model/schema" plugin_daemon-1 | [GIN] 2025/03/25 - 07:17:49 | 200 | 3.902628ms | 172.23.0.8 | POST "/plugin/ffbb405d-3e9f-4a58-868c-ce210c7c1864/dispatch/model/schema" plugin_daemon-1 | [GIN] 2025/03/25 - 07:17:49 | 200 | 5m0s | 172.23.0.8 | POST "/plugin/ffbb405d-3e9f-4a58-868c-ce210c7c1864/dispatch/llm/invoke" plugin_daemon-1 | [GIN] 2025/03/25 - 07:17:49 | 200 | 5m0s | 172.23.0.8 | POST "/plugin/ffbb405d-3e9f-4a58-868c-ce210c7c1864/dispatch/llm/invoke" nginx-1 | 172.23.0.1 - - [25/Mar/2025:07:17:50 +0000] "GET /api/parameters HTTP/1.1" 200 1322 "https://dify.app.ynu.edu.cn/chat/gH9Gkwu0kmaIEloS" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0" "113.55.126.49" nginx-1 | 172.23.0.1 - - [25/Mar/2025:07:17:50 +0000] "GET /api/conversations?limit=100&pinned=true HTTP/1.1" 200 46 "https://dify.app.ynu.edu.cn/chat/gH9Gkwu0kmaIEloS" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0" "113.55.126.49" nginx-1 | 172.23.0.1 - - [25/Mar/2025:07:17:50 +0000] "GET /console/api/apps?page=1&limit=30&name= HTTP/1.1" 401 73 "https://dify.app.ynu.edu.cn/explore/apps" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0" "113.55.127.140" nginx-1 | 172.23.0.1 - - [25/Mar/2025:07:17:50 +0000] "GET /api/conversations?limit=100&pinned=false HTTP/1.1" 200 1037 "https://dify.app.ynu.edu.cn/chat/gH9Gkwu0kmaIEloS" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0" "113.55.126.49" nginx-1 | 172.23.0.1 - - [25/Mar/2025:07:17:50 +0000] "GET /console/api/account/profile HTTP/1.1" 401 73 "https://dify.app.ynu.edu.cn/explore/apps" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0" "113.55.127.140" nginx-1 | 172.23.0.1 - - [25/Mar/2025:07:17:50 +0000] "GET /console/api/system-features HTTP/1.1" 200 494 "https://dify.app.ynu.edu.cn/explore/apps" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0" "113.55.127.140" nginx-1 | 172.23.0.1 - - [25/Mar/2025:07:17:50 +0000] "GET /console/api/workspaces/current? HTTP/1.1" 401 73 "https://dify.app.ynu.edu.cn/explore/apps" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0" "113.55.127.140" nginx-1 | 172.23.0.1 - - [25/Mar/2025:07:17:50 +0000] "GET /api/site HTTP/1.1" 200 623 "https://dify.app.ynu.edu.cn/chat/gH9Gkwu0kmaIEloS" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0" "113.55.126.49" nginx-1 | 172.23.0.1 - - [25/Mar/2025:07:17:50 +0000] "POST /console/api/refresh-token HTTP/1.1" 200 437 "https://dify.app.ynu.edu.cn/explore/apps" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0" "113.55.127.140" nginx-1 | 172.23.0.1 - - [25/Mar/2025:07:17:50 +0000] "GET /logo/logo.png HTTP/1.1" 304 0 "https://dify.app.ynu.edu.cn/chat/gH9Gkwu0kmaIEloS" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0" "113.55.126.49" nginx-1 | 172.23.0.1 - - [25/Mar/2025:07:17:50 +0000] "GET /api/meta HTTP/1.1" 200 19 "https://dify.app.ynu.edu.cn/chat/gH9Gkwu0kmaIEloS" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0" "113.55.126.49" nginx-1 | 172.23.0.1 - - [25/Mar/2025:07:17:50 +0000] "GET /console/api/apps?page=1&limit=30&name= HTTP/1.1" 200 11254 "https://dify.app.ynu.edu.cn/explore/apps" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0" "113.55.127.140" nginx-1 | 172.23.0.1 - - [25/Mar/2025:07:17:50 +0000] "GET /api/conversations?limit=100&pinned=false HTTP/1.1" 200 1037 "https://dify.app.ynu.edu.cn/chat/gH9Gkwu0kmaIEloS" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0" "113.55.126.49" nginx-1 | 172.23.0.1 - - [25/Mar/2025:07:17:50 +0000] "GET /api/conversations?limit=100&pinned=true HTTP/1.1" 200 46 "https://dify.app.ynu.edu.cn/chat/gH9Gkwu0kmaIEloS" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0" "113.55.126.49" nginx-1 | 172.23.0.1 - - [25/Mar/2025:07:17:51 +0000] "GET /console/api/account/profile HTTP/1.1" 200 357 "https://dify.app.ynu.edu.cn/explore/apps" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0" "113.55.127.140" nginx-1 | 172.23.0.1 - - [25/Mar/2025:07:17:51 +0000] "GET /console/api/workspaces/current? HTTP/1.1" 200 228 "https://dify.app.ynu.edu.cn/explore/apps" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0" "113.55.127.140" nginx-1 | 172.23.0.1 - - [25/Mar/2025:07:17:51 +0000] "GET /logo/logo.png HTTP/1.1" 200 6249 "https://dify.app.ynu.edu.cn/explore/apps" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0" "113.55.127.140" nginx-1 | 172.23.0.1 - - [25/Mar/2025:07:17:51 +0000] "GET /console/api/workspaces HTTP/1.1" 200 181 "https://dify.app.ynu.edu.cn/explore/apps" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0" "113.55.127.140" plugin_daemon-1 | [GIN] 2025/03/25 - 07:17:51 | 200 | 29.102849ms | 172.23.0.8 | GET "/plugin/ffbb405d-3e9f-4a58-868c-ce210c7c1864/management/models?page=1&page_size=256" plugin_daemon-1 | [GIN] 2025/03/25 - 07:17:51 | 200 | 5.232525ms | 172.23.0.8 | POST "/plugin/ffbb405d-3e9f-4a58-868c-ce210c7c1864/dispatch/model/schema" plugin_daemon-1 | [GIN] 2025/03/25 - 07:17:51 | 200 | 3.889573ms | 172.23.0.8 | POST "/plugin/ffbb405d-3e9f-4a58-868c-ce210c7c1864/dispatch/model/schema" plugin_daemon-1 | [GIN] 2025/03/25 - 07:17:51 | 200 | 12.586281ms | 172.23.0.8 | POST "/plugin/ffbb405d-3e9f-4a58-868c-ce210c7c1864/dispatch/model/schema" plugin_daemon-1 | [GIN] 2025/03/25 - 07:17:51 | 200 | 4.201191ms | 172.23.0.8 | POST "/plugin/ffbb405d-3e9f-4a58-868c-ce210c7c1864/dispatch/model/schema" plugin_daemon-1 | [GIN] 2025/03/25 - 07:17:51 | 200 | 3.793307ms | 172.23.0.8 | POST "/plugin/ffbb405d-3e9f-4a58-868c-ce210c7c1864/dispatch/model/schema" plugin_daemon-1 | [GIN] 2025/03/25 - 07:17:51 | 200 | 3.695006ms | 172.23.0.8 | POST "/plugin/ffbb405d-3e9f-4a58-868c-ce210c7c1864/dispatch/model/schema" plugin_daemon-1 | [GIN] 2025/03/25 - 07:17:51 | 200 | 5.832722ms | 172.23.0.8 | POST "/plugin/ffbb405d-3e9f-4a58-868c-ce210c7c1864/dispatch/model/schema" plugin_daemon-1 | [GIN] 2025/03/25 - 07:17:51 | 200 | 6.03476ms | 172.23.0.8 | POST "/plugin/ffbb405d-3e9f-4a58-868c-ce210c7c1864/dispatch/model/schema" plugin_daemon-1 | [GIN] 2025/03/25 - 07:17:51 | 200 | 7.209539ms | 172.23.0.8 | POST "/plugin/ffbb405d-3e9f-4a58-868c-ce210c7c1864/dispatch/model/schema" plugin_daemon-1 | [GIN] 2025/03/25 - 07:17:51 | 200 | 4.958373ms | 172.23.0.8 | POST "/plugin/ffbb405d-3e9f-4a58-868c-ce210c7c1864/dispatch/model/schema" plugin_daemon-1 | [GIN] 2025/03/25 - 07:17:51 | 200 | 4.904535ms | 172.23.0.8 | POST "/plugin/ffbb405d-3e9f-4a58-868c-ce210c7c1864/dispatch/model/schema" plugin_daemon-1 | [GIN] 2025/03/25 - 07:17:51 | 200 | 4.257896ms | 172.23.0.8 | POST "/plugin/ffbb405d-3e9f-4a58-868c-ce210c7c1864/dispatch/model/schema" plugin_daemon-1 | [GIN] 2025/03/25 - 07:17:51 | 200 | 4.637134ms | 172.23.0.8 | POST "/plugin/ffbb405d-3e9f-4a58-868c-ce210c7c1864/dispatch/model/schema" plugin_daemon-1 | [GIN] 2025/03/25 - 07:17:51 | 200 | 4.862ms | 172.23.0.8 | POST "/plugin/ffbb405d-3e9f-4a58-868c-ce210c7c1864/dispatch/model/schema" plugin_daemon-1 | [GIN] 2025/03/25 - 07:17:51 | 200 | 3.944489ms | 172.23.0.8 | POST "/plugin/ffbb405d-3e9f-4a58-868c-ce210c7c1864/dispatch/model/schema" plugin_daemon-1 | [GIN] 2025/03/25 - 07:17:51 | 200 | 4.358658ms | 172.23.0.8 | POST "/plugin/ffbb405d-3e9f-4a58-868c-ce210c7c1864/dispatch/model/schema" plugin_daemon-1 | [GIN] 2025/03/25 - 07:17:51 | 200 | 5.159267ms | 172.23.0.8 | POST "/plugin/ffbb405d-3e9f-4a58-868c-ce210c7c1864/dispatch/model/schema" plugin_daemon-1 | [GIN] 2025/03/25 - 07:17:51 | 200 | 5.544471ms | 172.23.0.8 | POST "/plugin/ffbb405d-3e9f-4a58-868c-ce210c7c1864/dispatch/model/schema" plugin_daemon-1 | [GIN] 2025/03/25 - 07:17:51 | 200 | 4.755916ms | 172.23.0.8 | POST "/plugin/ffbb405d-3e9f-4a58-868c-ce210c7c1864/dispatch/model/schema" nginx-1 | 172.23.0.1 - - [25/Mar/2025:07:17:51 +0000] "GET /console/api/workspaces/current/models/model-types/llm HTTP/1.1" 200 15098 "https://dify.app.ynu.edu.cn/explore/apps" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0" "113.55.127.140" plugin_daemon-1 | [GIN] 2025/03/25 - 07:17:51 | 200 | 38.993525ms | 172.23.0.8 | GET "/plugin/ffbb405d-3e9f-4a58-868c-ce210c7c1864/management/models?page=1&page_size=256" plugin_daemon-1 | [GIN] 2025/03/25 - 07:17:51 | 200 | 3.223138ms | 172.23.0.8 | POST "/plugin/ffbb405d-3e9f-4a58-868c-ce210c7c1864/dispatch/model/schema" plugin_daemon-1 | [GIN] 2025/03/25 - 07:17:51 | 200 | 2.674278ms | 172.23.0.8 | POST "/plugin/ffbb405d-3e9f-4a58-868c-ce210c7c1864/dispatch/model/schema" nginx-1 | 172.23.0.1 - - [25/Mar/2025:07:17:51 +0000] "GET /console/api/workspaces/current/models/model-types/text-embedding HTTP/1.1" 200 1193 "https://dify.app.ynu.edu.cn/explore/apps" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0" "113.55.127.140" nginx-1 | 172.23.0.1 - - [25/Mar/2025:07:17:51 +0000] "GET /console/api/version?current_version=1.1.1 HTTP/1.1" 200 196 "https://dify.app.ynu.edu.cn/explore/apps" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0" "113.55.127.140" plugin_daemon-1 | [GIN] 2025/03/25 - 07:17:51 | 200 | 37.217427ms | 172.23.0.8 | GET "/plugin/ffbb405d-3e9f-4a58-868c-ce210c7c1864/management/models?page=1&page_size=256" nginx-1 | 172.23.0.1 - - [25/Mar/2025:07:17:51 +0000] "GET /console/api/workspaces/current/models/model-types/rerank HTTP/1.1" 200 1049 "https://dify.app.ynu.edu.cn/explore/apps" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0" "113.55.127.140" plugin_daemon-1 | [GIN] 2025/03/25 - 07:17:51 | 200 | 37.674497ms | 172.23.0.8 | GET "/plugin/ffbb405d-3e9f-4a58-868c-ce210c7c1864/management/models?page=1&page_size=256" nginx-1 | 172.23.0.1 - - [25/Mar/2025:07:17:51 +0000] "GET /console/api/workspaces/current/model-providers HTTP/1.1" 200 30754 "https://dify.app.ynu.edu.cn/explore/apps" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0" "113.55.127.140" nginx-1 | 172.23.0.1 - - [25/Mar/2025:07:17:51 +0000] "GET /console/api/datasets/retrieval-setting HTTP/1.1" 200 79 "https://dify.app.ynu.edu.cn/explore/apps" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0" "113.55.127.140" nginx-1 | 172.23.0.1 - - [25/Mar/2025:07:17:51 +0000] "GET /console/api/workspaces/current/plugin/permission/fetch HTTP/1.1" 200 67 "https://dify.app.ynu.edu.cn/explore/apps" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0" "113.55.127.140" nginx-1 | 172.23.0.1 - - [25/Mar/2025:07:17:51 +0000] "GET /apps?_rsc=90vma HTTP/1.1" 200 135 "https://dify.app.ynu.edu.cn/explore/apps" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0" "113.55.127.140" nginx-1 | 172.23.0.1 - - [25/Mar/2025:07:17:51 +0000] "GET /console/api/installed-apps HTTP/1.1" 200 5388 "https://dify.app.ynu.edu.cn/explore/apps" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0" "113.55.127.140" nginx-1 | 172.23.0.1 - - [25/Mar/2025:07:17:51 +0000] "GET /tools?_rsc=90vma HTTP/1.1" 200 136 "https://dify.app.ynu.edu.cn/explore/apps" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0" "113.55.127.140" nginx-1 | 172.23.0.1 - - [25/Mar/2025:07:17:51 +0000] "GET /console/api/workspaces/current/members? HTTP/1.1" 200 525 "https://dify.app.ynu.edu.cn/explore/apps" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0" "113.55.127.140" nginx-1 | 172.23.0.1 - - [25/Mar/2025:07:17:51 +0000] "GET /console/api/installed-apps HTTP/1.1" 200 5388 "https://dify.app.ynu.edu.cn/explore/apps" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0" "113.55.127.140" nginx-1 | 172.23.0.1 - - [25/Mar/2025:07:17:51 +0000] "GET /console/api/features HTTP/1.1" 200 460 "https://dify.app.ynu.edu.cn/explore/apps" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0" "113.55.127.140" nginx-1 | 172.23.0.1 - - [25/Mar/2025:07:17:51 +0000] "GET /datasets?_rsc=90vma HTTP/1.1" 200 158 "https://dify.app.ynu.edu.cn/explore/apps" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0" "113.55.127.140" plugin_daemon-1 | [GIN] 2025/03/25 - 07:17:51 | 200 | 2.146926ms | 172.23.0.8 | GET "/plugin/ffbb405d-3e9f-4a58-868c-ce210c7c1864/management/install/tasks?page=1&page_size=100" nginx-1 | 172.23.0.1 - - [25/Mar/2025:07:17:51 +0000] "GET /console/api/workspaces/current/plugin/tasks?page=1&page_size=100 HTTP/1.1" 200 14 "https://dify.app.ynu.edu.cn/explore/apps" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0" "113.55.127.140" nginx-1 | 172.23.0.1 - - [25/Mar/2025:07:17:51 +0000] "GET /plugins?_rsc=90vma HTTP/1.1" 200 138 "https://dify.app.ynu.edu.cn/explore/apps" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0" "113.55.127.140" nginx-1 | 172.23.0.1 - - [25/Mar/2025:07:17:52 +0000] "GET /files/64424f40-f69a-4dcc-aebc-fcc592ff33d0/file-preview?timestamp=1742887071&nonce=7e73dc3de9440e0ff6e64dfe5dca7d13&sign=uRbn-ihy5fgTQnqGP8kuSalr4aZNdFPzfCZ2Pxr8FDo= HTTP/1.1" 200 235716 "https://dify.app.ynu.edu.cn/explore/apps" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0" "113.55.127.140" nginx-1 | 172.23.0.1 - - [25/Mar/2025:07:17:52 +0000] "GET /files/64424f40-f69a-4dcc-aebc-fcc592ff33d0/file-preview?timestamp=1742887071&nonce=a84c51a78f5718fa40b04343a7cda50b&sign=dYAc3K8c0ba-2k2rkp9tlKZA8W2A4jQQ1YIMYAd5XQw= HTTP/1.1" 200 235716 "https://dify.app.ynu.edu.cn/explore/apps" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0" "113.55.127.140" plugin_daemon-1 | [GIN] 2025/03/25 - 07:17:52 | 200 | 5m0s | 172.23.0.8 | POST "/plugin/ffbb405d-3e9f-4a58-868c-ce210c7c1864/dispatch/llm/invoke" plugin_daemon-1 | [GIN] 2025/03/25 - 07:17:52 | 200 | 3.420412324s | 172.23.0.8 | POST "/plugin/ffbb405d-3e9f-4a58-868c-ce210c7c1864/dispatch/llm/invoke" nginx-1 | 172.23.0.1 - - [25/Mar/2025:07:17:52 +0000] "GET /console/api/explore/apps HTTP/1.1" 200 34608 "https://dify.app.ynu.edu.cn/explore/apps" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0" "113.55.127.140" redis-1 | 1:M 25 Mar 2025 07:17:54.036 * 100 changes in 300 seconds. Saving... redis-1 | 1:M 25 Mar 2025 07:17:54.036 * Background saving started by pid 74804 redis-1 | 74804:C 25 Mar 2025 07:17:54.081 * DB saved on disk redis-1 | 74804:C 25 Mar 2025 07:17:54.082 * RDB: 0 MB of memory used by copy-on-write redis-1 | 1:M 25 Mar 2025 07:17:54.137 * Background saving terminated with success plugin_daemon-1 | [GIN] 2025/03/25 - 07:17:54 | 200 | 5m0s | 172.23.0.8 | POST "/plugin/ffbb405d-3e9f-4a58-868c-ce210c7c1864/dispatch/llm/invoke" nginx-1 | 172.23.0.1 - - [25/Mar/2025:07:17:55 +0000] "GET /api/parameters HTTP/1.1" 200 1322 "https://dify.app.ynu.edu.cn/chat/gH9Gkwu0kmaIEloS" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0" "113.55.126.49" nginx-1 | 172.23.0.1 - - [25/Mar/2025:07:17:55 +0000] "GET /api/messages?conversation_id=216b2958-2ca0-4b63-9f99-408d870ae86a&limit=20&last_id= HTTP/1.1" 200 2366 "https://dify.app.ynu.edu.cn/chat/gH9Gkwu0kmaIEloS" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0" "113.55.126.49" sandbox-1 | [GIN] 2025/03/25 - 07:18:05 | 200 | 28.173µs | ::1 | GET "/health" plugin_daemon-1 | [GIN] 2025/03/25 - 07:18:09 | 200 | 21.698307ms | 172.23.0.8 | GET "/plugin/ffbb405d-3e9f-4a58-868c-ce210c7c1864/management/models?page=1&page_size=256" sandbox-1 | [GIN] 2025/03/25 - 07:18:35 | 200 | 32.385µs | ::1 | GET "/health" ^Ccanceled [root@ha-master-1 docker]# ``` </details>
yindo closed this issue 2026-02-21 19:05:44 -05:00
Author
Owner
@crazywoola commented on GitHub (Mar 25, 2025): https://github.com/langgenius/dify/blob/41dff175b3f9a98c5bf795315b5937de074a41ed/CONTRIBUTING.md#L23-L33
Author
Owner

@dosubot[bot] commented on GitHub (Mar 25, 2025):

I found a similar unsolved discussion titled "Docker Dify works fine for a while then can't access" which might be related to your issue [1].

For the 404 errors, a common cause in Dify's Docker deployment is incorrect Nginx configuration. You can resolve this by modifying the Nginx configuration file docker/nginx/conf.d/default.conf.template. Change the location directive from location /e { to location /e/ { by adding a trailing slash [2].

Regarding the 401 errors on the 'profile' and 'current' endpoints, ensure that the Authorization header is correctly formatted as 'Bearer {API_KEY}'. Also, verify that the API key is valid and check the CORS configuration. The default CORS settings should allow all origins, but you can adjust CONSOLE_CORS_ALLOW_ORIGINS and WEB_API_CORS_ALLOW_ORIGINS as needed [3].

For performance optimization in a self-hosted Docker environment, consider adjusting the following configurations:

  1. API Service: Set SERVER_WORKER_AMOUNT to cpu cores x 2 + 1 and increase GUNICORN_TIMEOUT to 360 seconds.
  2. Database: Adjust SQLALCHEMY_POOL_SIZE, POSTGRES_MAX_CONNECTIONS, POSTGRES_SHARED_BUFFERS, POSTGRES_WORK_MEM, POSTGRES_MAINTENANCE_WORK_MEM, and POSTGRES_EFFECTIVE_CACHE_SIZE based on your system's capacity.
  3. Redis: Ensure proper configuration for caching and pub/sub, and set a secure password [4].

These steps should help address the slow performance and 404 errors you're experiencing.

To continue talking to Dosu, mention @dosu.


Help Dosu learn! Give it feedback: Great Response | Irrelevant Answer | Incorrect Sources | Too Verbose | Hallucination | Bug Report | Other

@dosubot[bot] commented on GitHub (Mar 25, 2025): <!-- Answer --> I found a similar unsolved discussion titled "Docker Dify works fine for a while then can't access" which might be related to your issue <sup>[[1]](https://github.com/langgenius/dify/discussions/15480)</sup>. For the 404 errors, a common cause in Dify's Docker deployment is incorrect Nginx configuration. You can resolve this by modifying the Nginx configuration file `docker/nginx/conf.d/default.conf.template`. Change the location directive from `location /e {` to `location /e/ {` by adding a trailing slash <sup>[[2]](https://github.com/langgenius/dify/issues/14077)</sup>. Regarding the 401 errors on the 'profile' and 'current' endpoints, ensure that the Authorization header is correctly formatted as 'Bearer {API_KEY}'. Also, verify that the API key is valid and check the CORS configuration. The default CORS settings should allow all origins, but you can adjust `CONSOLE_CORS_ALLOW_ORIGINS` and `WEB_API_CORS_ALLOW_ORIGINS` as needed <sup>[[3]](https://github.com/langgenius/dify-docs/issues/412)</sup>. For performance optimization in a self-hosted Docker environment, consider adjusting the following configurations: 1. **API Service**: Set `SERVER_WORKER_AMOUNT` to `cpu cores x 2 + 1` and increase `GUNICORN_TIMEOUT` to 360 seconds. 2. **Database**: Adjust `SQLALCHEMY_POOL_SIZE`, `POSTGRES_MAX_CONNECTIONS`, `POSTGRES_SHARED_BUFFERS`, `POSTGRES_WORK_MEM`, `POSTGRES_MAINTENANCE_WORK_MEM`, and `POSTGRES_EFFECTIVE_CACHE_SIZE` based on your system's capacity. 3. **Redis**: Ensure proper configuration for caching and pub/sub, and set a secure password <sup>[[4]](https://github.com/langgenius/dify-docs/blob/main/zh_CN/getting-started/install-self-hosted/environments.md)</sup>. These steps should help address the slow performance and 404 errors you're experiencing. <!-- Dosu Comment Footer --> *To continue talking to [Dosu](https://dosu.dev), mention @dosu.* --- <sup>Help Dosu learn! Give it feedback: [Great Response](https://app.dosu.dev/response-feedback/53ed25ad-7b95-4288-9981-3a3d16d0a19b?feedback_type=great_response) | [Irrelevant Answer](https://app.dosu.dev/response-feedback/53ed25ad-7b95-4288-9981-3a3d16d0a19b?feedback_type=irrelevant_answer) | [Incorrect Sources](https://app.dosu.dev/response-feedback/53ed25ad-7b95-4288-9981-3a3d16d0a19b?feedback_type=incorrect_sources) | [Too Verbose](https://app.dosu.dev/response-feedback/53ed25ad-7b95-4288-9981-3a3d16d0a19b?feedback_type=too_verbose) | [Hallucination](https://app.dosu.dev/response-feedback/53ed25ad-7b95-4288-9981-3a3d16d0a19b?feedback_type=hallucination) | [Bug Report](https://app.dosu.dev/response-feedback/53ed25ad-7b95-4288-9981-3a3d16d0a19b?feedback_type=bug_report) | [Other](https://app.dosu.dev/response-feedback/53ed25ad-7b95-4288-9981-3a3d16d0a19b?feedback_type=other)</sup>
Author
Owner

@liudonghua123 commented on GitHub (Mar 25, 2025):

I also find some errors of nginx log.

Details
[root@ha-master-1 docker]# cat /var/log/nginx/error.log | grep dify
2025/03/25 08:52:46 [error] 3232076#3232076: *685088 upstream timed out (110: Connection timed out) while reading response header from upstream, client: 113.55.126.49, server: dify.app.ynu.edu.cn, request: "POST /api/conversations/a88ead0a-6d7d-4248-a9bb-6fbd64735e30/name HTTP/1.1", upstream: "http://[::1]:3016/api/conversations/a88ead0a-6d7d-4248-a9bb-6fbd64735e30/name", host: "dify.app.ynu.edu.cn", referrer: "https://dify.app.ynu.edu.cn/chat/gH9Gkwu0kmaIEloS"
2025/03/25 09:24:12 [error] 3232076#3232076: *686922 upstream timed out (110: Connection timed out) while reading response header from upstream, client: 113.55.126.49, server: dify.app.ynu.edu.cn, request: "POST /api/conversations/a88ead0a-6d7d-4248-a9bb-6fbd64735e30/name HTTP/1.1", upstream: "http://127.0.0.1:3016/api/conversations/a88ead0a-6d7d-4248-a9bb-6fbd64735e30/name", host: "dify.app.ynu.edu.cn", referrer: "https://dify.app.ynu.edu.cn/chat/gH9Gkwu0kmaIEloS"
2025/03/25 15:13:47 [error] 3232076#3232076: *706783 upstream timed out (110: Connection timed out) while reading response header from upstream, client: 113.55.126.49, server: dify.app.ynu.edu.cn, request: "POST /api/conversations/6c153ef1-b469-408c-a508-9393de99da48/name HTTP/1.1", upstream: "http://[::1]:3016/api/conversations/6c153ef1-b469-408c-a508-9393de99da48/name", host: "dify.app.ynu.edu.cn", referrer: "https://dify.app.ynu.edu.cn/chat/gH9Gkwu0kmaIEloS"
2025/03/25 15:13:47 [error] 3232078#3232078: *706743 upstream timed out (110: Connection timed out) while reading response header from upstream, client: 113.55.126.49, server: dify.app.ynu.edu.cn, request: "GET /api/messages/dc979f6b-f089-421c-9f2d-b8c06adb1b9b/suggested-questions HTTP/1.1", upstream: "http://[::1]:3016/api/messages/dc979f6b-f089-421c-9f2d-b8c06adb1b9b/suggested-questions", host: "dify.app.ynu.edu.cn", referrer: "https://dify.app.ynu.edu.cn/chat/gH9Gkwu0kmaIEloS"
2025/03/25 15:13:49 [error] 3232076#3232076: *706789 upstream timed out (110: Connection timed out) while reading response header from upstream, client: 113.55.126.49, server: dify.app.ynu.edu.cn, request: "GET /api/messages/32ef7058-a19c-437f-bef3-0082fe4c2268/suggested-questions HTTP/1.1", upstream: "http://[::1]:3016/api/messages/32ef7058-a19c-437f-bef3-0082fe4c2268/suggested-questions", host: "dify.app.ynu.edu.cn", referrer: "https://dify.app.ynu.edu.cn/chat/gH9Gkwu0kmaIEloS"
2025/03/25 15:13:49 [error] 3232077#3232077: *706744 upstream timed out (110: Connection timed out) while reading response header from upstream, client: 113.55.126.49, server: dify.app.ynu.edu.cn, request: "POST /api/conversations/363b62e6-84c6-460a-9170-93af29fd572c/name HTTP/1.1", upstream: "http://[::1]:3016/api/conversations/363b62e6-84c6-460a-9170-93af29fd572c/name", host: "dify.app.ynu.edu.cn", referrer: "https://dify.app.ynu.edu.cn/chat/gH9Gkwu0kmaIEloS"
2025/03/25 15:13:52 [error] 3232076#3232076: *706740 upstream timed out (110: Connection timed out) while reading response header from upstream, client: 113.55.126.49, server: dify.app.ynu.edu.cn, request: "GET /api/messages/64e63c0f-0f48-4234-bcd9-ff6965bc55db/suggested-questions HTTP/1.1", upstream: "http://[::1]:3016/api/messages/64e63c0f-0f48-4234-bcd9-ff6965bc55db/suggested-questions", host: "dify.app.ynu.edu.cn", referrer: "https://dify.app.ynu.edu.cn/chat/gH9Gkwu0kmaIEloS"
2025/03/25 15:13:54 [error] 3232076#3232076: *706786 upstream timed out (110: Connection timed out) while reading response header from upstream, client: 113.55.126.49, server: dify.app.ynu.edu.cn, request: "POST /api/conversations/216b2958-2ca0-4b63-9f99-408d870ae86a/name HTTP/1.1", upstream: "http://127.0.0.1:3016/api/conversations/216b2958-2ca0-4b63-9f99-408d870ae86a/name", host: "dify.app.ynu.edu.cn", referrer: "https://dify.app.ynu.edu.cn/chat/gH9Gkwu0kmaIEloS"
2025/03/25 15:13:54 [error] 3232076#3232076: *706786 no live upstreams while connecting to upstream, client: 113.55.126.49, server: dify.app.ynu.edu.cn, request: "POST /api/chat-messages HTTP/1.1", upstream: "http://localhost/api/chat-messages", host: "dify.app.ynu.edu.cn", referrer: "https://dify.app.ynu.edu.cn/chat/gH9Gkwu0kmaIEloS"
2025/03/25 15:13:54 [error] 3232076#3232076: *706786 no live upstreams while connecting to upstream, client: 113.55.126.49, server: dify.app.ynu.edu.cn, request: "GET /api/site HTTP/1.1", upstream: "http://localhost/api/site", host: "dify.app.ynu.edu.cn", referrer: "https://dify.app.ynu.edu.cn/chat/gH9Gkwu0kmaIEloS"
2025/03/25 15:13:54 [error] 3232076#3232076: *706786 no live upstreams while connecting to upstream, client: 113.55.126.49, server: dify.app.ynu.edu.cn, request: "GET /api/parameters HTTP/1.1", upstream: "http://localhost/api/parameters", host: "dify.app.ynu.edu.cn", referrer: "https://dify.app.ynu.edu.cn/chat/gH9Gkwu0kmaIEloS"
2025/03/25 15:13:54 [error] 3232076#3232076: *706786 no live upstreams while connecting to upstream, client: 113.55.126.49, server: dify.app.ynu.edu.cn, request: "GET /api/meta HTTP/1.1", upstream: "http://localhost/api/meta", host: "dify.app.ynu.edu.cn", referrer: "https://dify.app.ynu.edu.cn/chat/gH9Gkwu0kmaIEloS"
2025/03/25 15:13:54 [error] 3232076#3232076: *706786 no live upstreams while connecting to upstream, client: 113.55.126.49, server: dify.app.ynu.edu.cn, request: "GET /api/conversations?limit=100&pinned=true HTTP/1.1", upstream: "http://localhost/api/conversations?limit=100&pinned=true", host: "dify.app.ynu.edu.cn", referrer: "https://dify.app.ynu.edu.cn/chat/gH9Gkwu0kmaIEloS"
2025/03/25 15:13:54 [error] 3232076#3232076: *706786 no live upstreams while connecting to upstream, client: 113.55.126.49, server: dify.app.ynu.edu.cn, request: "GET /api/conversations?limit=100&pinned=false HTTP/1.1", upstream: "http://localhost/api/conversations?limit=100&pinned=false", host: "dify.app.ynu.edu.cn", referrer: "https://dify.app.ynu.edu.cn/chat/gH9Gkwu0kmaIEloS"
2025/03/25 15:13:54 [error] 3232076#3232076: *706786 no live upstreams while connecting to upstream, client: 113.55.126.49, server: dify.app.ynu.edu.cn, request: "GET /api/site HTTP/1.1", upstream: "http://localhost/api/site", host: "dify.app.ynu.edu.cn", referrer: "https://dify.app.ynu.edu.cn/chat/gH9Gkwu0kmaIEloS"
2025/03/25 15:13:54 [error] 3232076#3232076: *706786 no live upstreams while connecting to upstream, client: 113.55.126.49, server: dify.app.ynu.edu.cn, request: "GET /api/parameters HTTP/1.1", upstream: "http://localhost/api/parameters", host: "dify.app.ynu.edu.cn", referrer: "https://dify.app.ynu.edu.cn/chat/gH9Gkwu0kmaIEloS"
2025/03/25 15:13:54 [error] 3232076#3232076: *706786 no live upstreams while connecting to upstream, client: 113.55.126.49, server: dify.app.ynu.edu.cn, request: "GET /api/meta HTTP/1.1", upstream: "http://localhost/api/meta", host: "dify.app.ynu.edu.cn", referrer: "https://dify.app.ynu.edu.cn/chat/gH9Gkwu0kmaIEloS"
2025/03/25 15:13:54 [error] 3232076#3232076: *706786 no live upstreams while connecting to upstream, client: 113.55.126.49, server: dify.app.ynu.edu.cn, request: "GET /api/conversations?limit=100&pinned=true HTTP/1.1", upstream: "http://localhost/api/conversations?limit=100&pinned=true", host: "dify.app.ynu.edu.cn", referrer: "https://dify.app.ynu.edu.cn/chat/gH9Gkwu0kmaIEloS"
2025/03/25 15:13:54 [error] 3232076#3232076: *706786 no live upstreams while connecting to upstream, client: 113.55.126.49, server: dify.app.ynu.edu.cn, request: "GET /api/conversations?limit=100&pinned=false HTTP/1.1", upstream: "http://localhost/api/conversations?limit=100&pinned=false", host: "dify.app.ynu.edu.cn", referrer: "https://dify.app.ynu.edu.cn/chat/gH9Gkwu0kmaIEloS"
2025/03/25 15:13:54 [error] 3232076#3232076: *706786 no live upstreams while connecting to upstream, client: 113.55.126.49, server: dify.app.ynu.edu.cn, request: "POST /api/conversations/6c153ef1-b469-408c-a508-9393de99da48/name HTTP/1.1", upstream: "http://localhost/api/conversations/6c153ef1-b469-408c-a508-9393de99da48/name", host: "dify.app.ynu.edu.cn", referrer: "https://dify.app.ynu.edu.cn/chat/gH9Gkwu0kmaIEloS"
2025/03/25 15:13:54 [error] 3232076#3232076: *706786 no live upstreams while connecting to upstream, client: 113.55.126.49, server: dify.app.ynu.edu.cn, request: "GET /api/messages/79ad02ff-d5fa-44f3-9ad1-d6cbbfe71bae/suggested-questions HTTP/1.1", upstream: "http://localhost/api/messages/79ad02ff-d5fa-44f3-9ad1-d6cbbfe71bae/suggested-questions", host: "dify.app.ynu.edu.cn", referrer: "https://dify.app.ynu.edu.cn/chat/gH9Gkwu0kmaIEloS"
2025/03/25 15:13:54 [error] 3232076#3232076: *706786 no live upstreams while connecting to upstream, client: 113.55.126.49, server: dify.app.ynu.edu.cn, request: "POST /api/conversations/363b62e6-84c6-460a-9170-93af29fd572c/name HTTP/1.1", upstream: "http://localhost/api/conversations/363b62e6-84c6-460a-9170-93af29fd572c/name", host: "dify.app.ynu.edu.cn", referrer: "https://dify.app.ynu.edu.cn/chat/gH9Gkwu0kmaIEloS"
2025/03/25 15:13:59 [error] 3232076#3232076: *706873 no live upstreams while connecting to upstream, client: 113.55.126.49, server: dify.app.ynu.edu.cn, request: "GET /api/site HTTP/1.1", upstream: "http://localhost/api/site", host: "dify.app.ynu.edu.cn", referrer: "https://dify.app.ynu.edu.cn/chat/gH9Gkwu0kmaIEloS"
2025/03/25 15:13:59 [error] 3232076#3232076: *706873 no live upstreams while connecting to upstream, client: 113.55.126.49, server: dify.app.ynu.edu.cn, request: "GET /api/parameters HTTP/1.1", upstream: "http://localhost/api/parameters", host: "dify.app.ynu.edu.cn", referrer: "https://dify.app.ynu.edu.cn/chat/gH9Gkwu0kmaIEloS"
2025/03/25 15:13:59 [error] 3232076#3232076: *706873 no live upstreams while connecting to upstream, client: 113.55.126.49, server: dify.app.ynu.edu.cn, request: "GET /api/meta HTTP/1.1", upstream: "http://localhost/api/meta", host: "dify.app.ynu.edu.cn", referrer: "https://dify.app.ynu.edu.cn/chat/gH9Gkwu0kmaIEloS"
2025/03/25 15:13:59 [error] 3232076#3232076: *706873 no live upstreams while connecting to upstream, client: 113.55.126.49, server: dify.app.ynu.edu.cn, request: "GET /api/conversations?limit=100&pinned=true HTTP/1.1", upstream: "http://localhost/api/conversations?limit=100&pinned=true", host: "dify.app.ynu.edu.cn", referrer: "https://dify.app.ynu.edu.cn/chat/gH9Gkwu0kmaIEloS"
2025/03/25 15:13:59 [error] 3232076#3232076: *706873 no live upstreams while connecting to upstream, client: 113.55.126.49, server: dify.app.ynu.edu.cn, request: "GET /api/conversations?limit=100&pinned=false HTTP/1.1", upstream: "http://localhost/api/conversations?limit=100&pinned=false", host: "dify.app.ynu.edu.cn", referrer: "https://dify.app.ynu.edu.cn/chat/gH9Gkwu0kmaIEloS"
2025/03/25 15:13:59 [error] 3232076#3232076: *706873 no live upstreams while connecting to upstream, client: 113.55.126.49, server: dify.app.ynu.edu.cn, request: "GET /api/meta HTTP/1.1", upstream: "http://localhost/api/meta", host: "dify.app.ynu.edu.cn", referrer: "https://dify.app.ynu.edu.cn/chat/gH9Gkwu0kmaIEloS"
2025/03/25 15:14:53 [error] 3232076#3232076: *706783 upstream timed out (110: Connection timed out) while reading response header from upstream, client: 113.55.126.49, server: dify.app.ynu.edu.cn, request: "POST /api/chat-messages HTTP/1.1", upstream: "http://127.0.0.1:3016/api/chat-messages", host: "dify.app.ynu.edu.cn", referrer: "https://dify.app.ynu.edu.cn/chat/gH9Gkwu0kmaIEloS"
2025/03/25 15:15:53 [error] 3232076#3232076: *706920 upstream timed out (110: Connection timed out) while reading response header from upstream, client: 113.55.126.49, server: dify.app.ynu.edu.cn, request: "GET /api/parameters HTTP/1.1", upstream: "http://[::1]:3016/api/parameters", host: "dify.app.ynu.edu.cn", referrer: "https://dify.app.ynu.edu.cn/chat/gH9Gkwu0kmaIEloS"
2025/03/25 15:15:53 [error] 3232076#3232076: *706919 upstream timed out (110: Connection timed out) while reading response header from upstream, client: 113.55.126.49, server: dify.app.ynu.edu.cn, request: "GET /api/site HTTP/1.1", upstream: "http://[::1]:3016/api/site", host: "dify.app.ynu.edu.cn", referrer: "https://dify.app.ynu.edu.cn/chat/gH9Gkwu0kmaIEloS"
2025/03/25 15:15:53 [error] 3232076#3232076: *706923 upstream timed out (110: Connection timed out) while reading response header from upstream, client: 113.55.126.49, server: dify.app.ynu.edu.cn, request: "GET /api/conversations?limit=100&pinned=false HTTP/1.1", upstream: "http://[::1]:3016/api/conversations?limit=100&pinned=false", host: "dify.app.ynu.edu.cn", referrer: "https://dify.app.ynu.edu.cn/chat/gH9Gkwu0kmaIEloS"
2025/03/25 15:15:53 [error] 3232076#3232076: *706921 upstream timed out (110: Connection timed out) while reading response header from upstream, client: 113.55.126.49, server: dify.app.ynu.edu.cn, request: "GET /api/conversations?limit=100&pinned=true HTTP/1.1", upstream: "http://[::1]:3016/api/conversations?limit=100&pinned=true", host: "dify.app.ynu.edu.cn", referrer: "https://dify.app.ynu.edu.cn/chat/gH9Gkwu0kmaIEloS"
2025/03/25 15:15:53 [error] 3232076#3232076: *706922 upstream timed out (110: Connection timed out) while reading response header from upstream, client: 113.55.126.49, server: dify.app.ynu.edu.cn, request: "GET /api/meta HTTP/1.1", upstream: "http://[::1]:3016/api/meta", host: "dify.app.ynu.edu.cn", referrer: "https://dify.app.ynu.edu.cn/chat/gH9Gkwu0kmaIEloS"
2025/03/25 15:16:28 [error] 3232076#3232076: *706948 upstream timed out (110: Connection timed out) while reading response header from upstream, client: 113.55.127.140, server: dify.app.ynu.edu.cn, request: "GET /console/api/apps?page=1&limit=30&name= HTTP/1.1", upstream: "http://127.0.0.1:3016/console/api/apps?page=1&limit=30&name=", host: dify.app.ynu.edu.cn", referrer: "https://dify.app.ynu.edu.cn/explore/apps"
2025/03/25 15:16:28 [error] 3232076#3232076: *707021 upstream timed out (110: Connection timed out) while reading response header from upstream, client: 113.55.127.140, server: dify.app.ynu.edu.cn, request: "GET /console/api/workspaces/current? HTTP/1.1", upstream: "http://[::1]:3016/console/api/workspaces/current?", host: "dify.app.ynu.edu.cn", referrer: "https://dify.app.ynu.edu.cn/explore/apps"
2025/03/25 15:16:28 [error] 3232076#3232076: *707021 no live upstreams while connecting to upstream, client: 113.55.127.140, server: dify.app.ynu.edu.cn, request: "GET /console/api/workspaces/current? HTTP/1.1", upstream: "http://localhost/console/api/workspaces/current?", host: "dify.app.ynu.edu.cn", referrer: "https://dify.app.ynu.edu.cn/explore/apps"
2025/03/25 15:16:28 [error] 3232076#3232076: *707019 upstream timed out (110: Connection timed out) while reading response header from upstream, client: 113.55.127.140, server: dify.app.ynu.edu.cn, request: "GET /console/api/system-features HTTP/1.1", upstream: "http://127.0.0.1:3016/console/api/system-features", host: "dify.app.ynu.edu.cn", referrer: "https://dify.app.ynu.edu.cn/explore/apps"
2025/03/25 15:16:28 [error] 3232076#3232076: *707019 no live upstreams while connecting to upstream, client: 113.55.127.140, server: dify.app.ynu.edu.cn, request: "GET /console/api/system-features HTTP/1.1", upstream: "http://localhost/console/api/system-features", host: "dify.app.ynu.edu.cn", referrer: "https://dify.app.ynu.edu.cn/explore/apps"
2025/03/25 15:16:28 [error] 3232077#3232077: *706955 upstream timed out (110: Connection timed out) while reading response header from upstream, client: 113.55.127.140, server: dify.app.ynu.edu.cn, request: "GET /console/api/account/profile HTTP/1.1", upstream: "http://[::1]:3016/console/api/account/profile", host: "dify.app.ynu.edu.cn", referrer: "https://dify.app.ynu.edu.cn/explore/apps"
2025/03/25 15:16:34 [error] 3232076#3232076: *707128 no live upstreams while connecting to upstream, client: 113.55.126.49, server: dify.app.ynu.edu.cn, request: "GET /api/parameters HTTP/1.1", upstream: "http://localhost/api/parameters", host: "dify.app.ynu.edu.cn", referrer: "https://dify.app.ynu.edu.cn/chat/gH9Gkwu0kmaIEloS"
2025/03/25 15:16:34 [error] 3232076#3232076: *707127 no live upstreams while connecting to upstream, client: 113.55.126.49, server: dify.app.ynu.edu.cn, request: "GET /api/meta HTTP/1.1", upstream: "http://localhost/api/meta", host: "dify.app.ynu.edu.cn", referrer: "https://dify.app.ynu.edu.cn/chat/gH9Gkwu0kmaIEloS"
2025/03/25 15:16:34 [error] 3232076#3232076: *707128 no live upstreams while connecting to upstream, client: 113.55.126.49, server: dify.app.ynu.edu.cn, request: "GET /api/conversations?limit=100&pinned=false HTTP/1.1", upstream: "http://localhost/api/conversations?limit=100&pinned=false", host: "dify.app.ynu.edu.cn", referrer: "https://dify.app.ynu.edu.cn/chat/gH9Gkwu0kmaIEloS"
2025/03/25 15:16:34 [error] 3232076#3232076: *707129 no live upstreams while connecting to upstream, client: 113.55.126.49, server: dify.app.ynu.edu.cn, request: "GET /api/site HTTP/1.1", upstream: "http://localhost/api/site", host: "dify.app.ynu.edu.cn", referrer: "https://dify.app.ynu.edu.cn/chat/gH9Gkwu0kmaIEloS"
2025/03/25 15:16:34 [error] 3232076#3232076: *707127 no live upstreams while connecting to upstream, client: 113.55.126.49, server: dify.app.ynu.edu.cn, request: "GET /api/conversations?limit=100&pinned=false HTTP/1.1", upstream: "http://localhost/api/conversations?limit=100&pinned=false", host: "dify.app.ynu.edu.cn", referrer: "https://dify.app.ynu.edu.cn/chat/gH9Gkwu0kmaIEloS"
2025/03/25 15:16:34 [error] 3232076#3232076: *707128 no live upstreams while connecting to upstream, client: 113.55.126.49, server: dify.app.ynu.edu.cn, request: "POST /api/conversations/363b62e6-84c6-460a-9170-93af29fd572c/name HTTP/1.1", upstream: "http://localhost/api/conversations/363b62e6-84c6-460a-9170-93af29fd572c/name", host: "dify.app.ynu.edu.cn", referrer: "https://dify.app.ynu.edu.cn/chat/gH9Gkwu0kmaIEloS"
2025/03/25 15:16:34 [error] 3232076#3232076: *707129 no live upstreams while connecting to upstream, client: 113.55.126.49, server: dify.app.ynu.edu.cn, request: "GET /api/parameters HTTP/1.1", upstream: "http://localhost/api/parameters", host: "dify.app.ynu.edu.cn", referrer: "https://dify.app.ynu.edu.cn/chat/gH9Gkwu0kmaIEloS"
2025/03/25 15:16:34 [error] 3232076#3232076: *707127 no live upstreams while connecting to upstream, client: 113.55.126.49, server: dify.app.ynu.edu.cn, request: "GET /api/conversations?limit=100&pinned=true HTTP/1.1", upstream: "http://localhost/api/conversations?limit=100&pinned=true", host: "dify.app.ynu.edu.cn", referrer: "https://dify.app.ynu.edu.cn/chat/gH9Gkwu0kmaIEloS"
2025/03/25 15:16:39 [error] 3232076#3232076: *707137 no live upstreams while connecting to upstream, client: 113.55.126.49, server: dify.app.ynu.edu.cn, request: "GET /api/conversations?limit=100&pinned=true HTTP/1.1", upstream: "http://localhost/api/conversations?limit=100&pinned=true", host: "dify.app.ynu.edu.cn", referrer: "https://dify.app.ynu.edu.cn/chat/gH9Gkwu0kmaIEloS"
2025/03/25 15:16:44 [error] 3232076#3232076: *707137 no live upstreams while connecting to upstream, client: 113.55.126.49, server: dify.app.ynu.edu.cn, request: "GET /api/parameters HTTP/1.1", upstream: "http://localhost/api/parameters", host: "dify.app.ynu.edu.cn", referrer: "https://dify.app.ynu.edu.cn/chat/gH9Gkwu0kmaIEloS"
2025/03/25 15:16:44 [error] 3232076#3232076: *707137 no live upstreams while connecting to upstream, client: 113.55.126.49, server: dify.app.ynu.edu.cn, request: "GET /api/conversations?limit=100&pinned=false HTTP/1.1", upstream: "http://localhost/api/conversations?limit=100&pinned=false", host: "dify.app.ynu.edu.cn", referrer: "https://dify.app.ynu.edu.cn/chat/gH9Gkwu0kmaIEloS"
2025/03/25 15:16:58 [error] 3232076#3232076: *707164 no live upstreams while connecting to upstream, client: 113.55.127.140, server: dify.app.ynu.edu.cn, request: "GET /explore/apps HTTP/1.1", upstream: "http://localhost/explore/apps", host: "dify.app.ynu.edu.cn"
2025/03/25 15:17:34 [error] 3232077#3232077: *707131 upstream timed out (110: Connection timed out) while reading response header from upstream, client: 113.55.126.49, server: dify.app.ynu.edu.cn, request: "GET /api/meta HTTP/1.1", upstream: "http://127.0.0.1:3016/api/meta", host: "dify.app.ynu.edu.cn", referrer: "https://dify.app.ynu.edu.cn/chat/gH9Gkwu0kmaIEloS"
2025/03/25 15:17:39 [error] 3232076#3232076: *707134 upstream timed out (110: Connection timed out) while reading response header from upstream, client: 113.55.126.49, server: dify.app.ynu.edu.cn, request: "GET /api/site HTTP/1.1", upstream: "http://[::1]:3016/api/site", host: "dify.app.ynu.edu.cn", referrer: "https://dify.app.ynu.edu.cn/chat/gH9Gkwu0kmaIEloS"
2025/03/25 15:17:39 [error] 3232076#3232076: *707136 upstream timed out (110: Connection timed out) while reading response header from upstream, client: 113.55.126.49, server: dify.app.ynu.edu.cn, request: "GET /api/meta HTTP/1.1", upstream: "http://127.0.0.1:3016/api/meta", host: "dify.app.ynu.edu.cn", referrer: "https://dify.app.ynu.edu.cn/chat/gH9Gkwu0kmaIEloS"
2025/03/25 15:17:39 [error] 3232076#3232076: *707136 no live upstreams while connecting to upstream, client: 113.55.126.49, server: dify.app.ynu.edu.cn, request: "GET /api/meta HTTP/1.1", upstream: "http://localhost/api/meta", host: "dify.app.ynu.edu.cn", referrer: "https://dify.app.ynu.edu.cn/chat/gH9Gkwu0kmaIEloS"
2025/03/25 15:17:41 [error] 3232076#3232076: *707254 no live upstreams while connecting to upstream, client: 106.8.139.4, server: dify.app.ynu.edu.cn, request: "GET /embed.min.js HTTP/1.1", upstream: "http://localhost/embed.min.js", host: "dify.app.ynu.edu.cn", referrer: "http://www.itc.ynu.edu.cn/"
2025/03/25 15:17:49 [error] 3232076#3232076: *707259 no live upstreams while connecting to upstream, client: 113.55.126.49, server: dify.app.ynu.edu.cn, request: "GET /api/meta HTTP/1.1", upstream: "http://localhost/api/meta", host: "dify.app.ynu.edu.cn", referrer: "https://dify.app.ynu.edu.cn/chat/gH9Gkwu0kmaIEloS"
2025/03/25 15:17:50 [error] 3232076#3232076: *707230 no live upstreams while connecting to upstream, client: 113.55.126.49, server: dify.app.ynu.edu.cn, request: "GET /api/parameters HTTP/1.1", upstream: "http://localhost/api/parameters", host: "dify.app.ynu.edu.cn", referrer: "https://dify.app.ynu.edu.cn/chat/gH9Gkwu0kmaIEloS"
2025/03/25 15:17:50 [error] 3232076#3232076: *707155 no live upstreams while connecting to upstream, client: 113.55.126.49, server: dify.app.ynu.edu.cn, request: "GET /api/messages?conversation_id=216b2958-2ca0-4b63-9f99-408d870ae86a&limit=20&last_id= HTTP/1.1", upstream: "http://localhost/api/messages?conversation_id=216b2958-2ca0-4b63-9f99-408d870ae86a&limit=20&last_id=", host: "dify.app.ynu.edu.cn", referrer: "https://dify.app.ynu.edu.cn/chat/gH9Gkwu0kmaIEloS"
2025/03/25 15:19:09 [error] 3232076#3232076: *707299 upstream timed out (110: Connection timed out) while reading response header from upstream, client: 113.55.126.49, server: dify.app.ynu.edu.cn, request: "POST /api/conversations/363b62e6-84c6-460a-9170-93af29fd572c/name HTTP/1.1", upstream: "http://[::1]:3016/api/conversations/363b62e6-84c6-460a-9170-93af29fd572c/name", host: "dify.app.ynu.edu.cn", referrer: "https://dify.app.ynu.edu.cn/chat/gH9Gkwu0kmaIEloS"
2025/03/25 15:21:40 [error] 3232076#3232076: *707353 upstream timed out (110: Connection timed out) while reading response header from upstream, client: 113.55.126.49, server: dify.app.ynu.edu.cn, request: "POST /api/conversations/363b62e6-84c6-460a-9170-93af29fd572c/name HTTP/1.1", upstream: "http://127.0.0.1:3016/api/conversations/363b62e6-84c6-460a-9170-93af29fd572c/name", host: "dify.app.ynu.edu.cn", referrer: "https://dify.app.ynu.edu.cn/chat/gH9Gkwu0kmaIEloS"
2025/03/25 15:27:36 [error] 3232076#3232076: *707517 upstream timed out (110: Connection timed out) while reading response header from upstream, client: 113.55.126.49, server: dify.app.ynu.edu.cn, request: "POST /api/conversations/363b62e6-84c6-460a-9170-93af29fd572c/name HTTP/1.1", upstream: "http://127.0.0.1:3016/api/conversations/363b62e6-84c6-460a-9170-93af29fd572c/name", host: "dify.app.ynu.edu.cn", referrer: "https://dify.app.ynu.edu.cn/chat/gH9Gkwu0kmaIEloS"
[root@ha-master-1 docker]# 
@liudonghua123 commented on GitHub (Mar 25, 2025): I also find some errors of nginx log. <details><summary>Details</summary> ```shell [root@ha-master-1 docker]# cat /var/log/nginx/error.log | grep dify 2025/03/25 08:52:46 [error] 3232076#3232076: *685088 upstream timed out (110: Connection timed out) while reading response header from upstream, client: 113.55.126.49, server: dify.app.ynu.edu.cn, request: "POST /api/conversations/a88ead0a-6d7d-4248-a9bb-6fbd64735e30/name HTTP/1.1", upstream: "http://[::1]:3016/api/conversations/a88ead0a-6d7d-4248-a9bb-6fbd64735e30/name", host: "dify.app.ynu.edu.cn", referrer: "https://dify.app.ynu.edu.cn/chat/gH9Gkwu0kmaIEloS" 2025/03/25 09:24:12 [error] 3232076#3232076: *686922 upstream timed out (110: Connection timed out) while reading response header from upstream, client: 113.55.126.49, server: dify.app.ynu.edu.cn, request: "POST /api/conversations/a88ead0a-6d7d-4248-a9bb-6fbd64735e30/name HTTP/1.1", upstream: "http://127.0.0.1:3016/api/conversations/a88ead0a-6d7d-4248-a9bb-6fbd64735e30/name", host: "dify.app.ynu.edu.cn", referrer: "https://dify.app.ynu.edu.cn/chat/gH9Gkwu0kmaIEloS" 2025/03/25 15:13:47 [error] 3232076#3232076: *706783 upstream timed out (110: Connection timed out) while reading response header from upstream, client: 113.55.126.49, server: dify.app.ynu.edu.cn, request: "POST /api/conversations/6c153ef1-b469-408c-a508-9393de99da48/name HTTP/1.1", upstream: "http://[::1]:3016/api/conversations/6c153ef1-b469-408c-a508-9393de99da48/name", host: "dify.app.ynu.edu.cn", referrer: "https://dify.app.ynu.edu.cn/chat/gH9Gkwu0kmaIEloS" 2025/03/25 15:13:47 [error] 3232078#3232078: *706743 upstream timed out (110: Connection timed out) while reading response header from upstream, client: 113.55.126.49, server: dify.app.ynu.edu.cn, request: "GET /api/messages/dc979f6b-f089-421c-9f2d-b8c06adb1b9b/suggested-questions HTTP/1.1", upstream: "http://[::1]:3016/api/messages/dc979f6b-f089-421c-9f2d-b8c06adb1b9b/suggested-questions", host: "dify.app.ynu.edu.cn", referrer: "https://dify.app.ynu.edu.cn/chat/gH9Gkwu0kmaIEloS" 2025/03/25 15:13:49 [error] 3232076#3232076: *706789 upstream timed out (110: Connection timed out) while reading response header from upstream, client: 113.55.126.49, server: dify.app.ynu.edu.cn, request: "GET /api/messages/32ef7058-a19c-437f-bef3-0082fe4c2268/suggested-questions HTTP/1.1", upstream: "http://[::1]:3016/api/messages/32ef7058-a19c-437f-bef3-0082fe4c2268/suggested-questions", host: "dify.app.ynu.edu.cn", referrer: "https://dify.app.ynu.edu.cn/chat/gH9Gkwu0kmaIEloS" 2025/03/25 15:13:49 [error] 3232077#3232077: *706744 upstream timed out (110: Connection timed out) while reading response header from upstream, client: 113.55.126.49, server: dify.app.ynu.edu.cn, request: "POST /api/conversations/363b62e6-84c6-460a-9170-93af29fd572c/name HTTP/1.1", upstream: "http://[::1]:3016/api/conversations/363b62e6-84c6-460a-9170-93af29fd572c/name", host: "dify.app.ynu.edu.cn", referrer: "https://dify.app.ynu.edu.cn/chat/gH9Gkwu0kmaIEloS" 2025/03/25 15:13:52 [error] 3232076#3232076: *706740 upstream timed out (110: Connection timed out) while reading response header from upstream, client: 113.55.126.49, server: dify.app.ynu.edu.cn, request: "GET /api/messages/64e63c0f-0f48-4234-bcd9-ff6965bc55db/suggested-questions HTTP/1.1", upstream: "http://[::1]:3016/api/messages/64e63c0f-0f48-4234-bcd9-ff6965bc55db/suggested-questions", host: "dify.app.ynu.edu.cn", referrer: "https://dify.app.ynu.edu.cn/chat/gH9Gkwu0kmaIEloS" 2025/03/25 15:13:54 [error] 3232076#3232076: *706786 upstream timed out (110: Connection timed out) while reading response header from upstream, client: 113.55.126.49, server: dify.app.ynu.edu.cn, request: "POST /api/conversations/216b2958-2ca0-4b63-9f99-408d870ae86a/name HTTP/1.1", upstream: "http://127.0.0.1:3016/api/conversations/216b2958-2ca0-4b63-9f99-408d870ae86a/name", host: "dify.app.ynu.edu.cn", referrer: "https://dify.app.ynu.edu.cn/chat/gH9Gkwu0kmaIEloS" 2025/03/25 15:13:54 [error] 3232076#3232076: *706786 no live upstreams while connecting to upstream, client: 113.55.126.49, server: dify.app.ynu.edu.cn, request: "POST /api/chat-messages HTTP/1.1", upstream: "http://localhost/api/chat-messages", host: "dify.app.ynu.edu.cn", referrer: "https://dify.app.ynu.edu.cn/chat/gH9Gkwu0kmaIEloS" 2025/03/25 15:13:54 [error] 3232076#3232076: *706786 no live upstreams while connecting to upstream, client: 113.55.126.49, server: dify.app.ynu.edu.cn, request: "GET /api/site HTTP/1.1", upstream: "http://localhost/api/site", host: "dify.app.ynu.edu.cn", referrer: "https://dify.app.ynu.edu.cn/chat/gH9Gkwu0kmaIEloS" 2025/03/25 15:13:54 [error] 3232076#3232076: *706786 no live upstreams while connecting to upstream, client: 113.55.126.49, server: dify.app.ynu.edu.cn, request: "GET /api/parameters HTTP/1.1", upstream: "http://localhost/api/parameters", host: "dify.app.ynu.edu.cn", referrer: "https://dify.app.ynu.edu.cn/chat/gH9Gkwu0kmaIEloS" 2025/03/25 15:13:54 [error] 3232076#3232076: *706786 no live upstreams while connecting to upstream, client: 113.55.126.49, server: dify.app.ynu.edu.cn, request: "GET /api/meta HTTP/1.1", upstream: "http://localhost/api/meta", host: "dify.app.ynu.edu.cn", referrer: "https://dify.app.ynu.edu.cn/chat/gH9Gkwu0kmaIEloS" 2025/03/25 15:13:54 [error] 3232076#3232076: *706786 no live upstreams while connecting to upstream, client: 113.55.126.49, server: dify.app.ynu.edu.cn, request: "GET /api/conversations?limit=100&pinned=true HTTP/1.1", upstream: "http://localhost/api/conversations?limit=100&pinned=true", host: "dify.app.ynu.edu.cn", referrer: "https://dify.app.ynu.edu.cn/chat/gH9Gkwu0kmaIEloS" 2025/03/25 15:13:54 [error] 3232076#3232076: *706786 no live upstreams while connecting to upstream, client: 113.55.126.49, server: dify.app.ynu.edu.cn, request: "GET /api/conversations?limit=100&pinned=false HTTP/1.1", upstream: "http://localhost/api/conversations?limit=100&pinned=false", host: "dify.app.ynu.edu.cn", referrer: "https://dify.app.ynu.edu.cn/chat/gH9Gkwu0kmaIEloS" 2025/03/25 15:13:54 [error] 3232076#3232076: *706786 no live upstreams while connecting to upstream, client: 113.55.126.49, server: dify.app.ynu.edu.cn, request: "GET /api/site HTTP/1.1", upstream: "http://localhost/api/site", host: "dify.app.ynu.edu.cn", referrer: "https://dify.app.ynu.edu.cn/chat/gH9Gkwu0kmaIEloS" 2025/03/25 15:13:54 [error] 3232076#3232076: *706786 no live upstreams while connecting to upstream, client: 113.55.126.49, server: dify.app.ynu.edu.cn, request: "GET /api/parameters HTTP/1.1", upstream: "http://localhost/api/parameters", host: "dify.app.ynu.edu.cn", referrer: "https://dify.app.ynu.edu.cn/chat/gH9Gkwu0kmaIEloS" 2025/03/25 15:13:54 [error] 3232076#3232076: *706786 no live upstreams while connecting to upstream, client: 113.55.126.49, server: dify.app.ynu.edu.cn, request: "GET /api/meta HTTP/1.1", upstream: "http://localhost/api/meta", host: "dify.app.ynu.edu.cn", referrer: "https://dify.app.ynu.edu.cn/chat/gH9Gkwu0kmaIEloS" 2025/03/25 15:13:54 [error] 3232076#3232076: *706786 no live upstreams while connecting to upstream, client: 113.55.126.49, server: dify.app.ynu.edu.cn, request: "GET /api/conversations?limit=100&pinned=true HTTP/1.1", upstream: "http://localhost/api/conversations?limit=100&pinned=true", host: "dify.app.ynu.edu.cn", referrer: "https://dify.app.ynu.edu.cn/chat/gH9Gkwu0kmaIEloS" 2025/03/25 15:13:54 [error] 3232076#3232076: *706786 no live upstreams while connecting to upstream, client: 113.55.126.49, server: dify.app.ynu.edu.cn, request: "GET /api/conversations?limit=100&pinned=false HTTP/1.1", upstream: "http://localhost/api/conversations?limit=100&pinned=false", host: "dify.app.ynu.edu.cn", referrer: "https://dify.app.ynu.edu.cn/chat/gH9Gkwu0kmaIEloS" 2025/03/25 15:13:54 [error] 3232076#3232076: *706786 no live upstreams while connecting to upstream, client: 113.55.126.49, server: dify.app.ynu.edu.cn, request: "POST /api/conversations/6c153ef1-b469-408c-a508-9393de99da48/name HTTP/1.1", upstream: "http://localhost/api/conversations/6c153ef1-b469-408c-a508-9393de99da48/name", host: "dify.app.ynu.edu.cn", referrer: "https://dify.app.ynu.edu.cn/chat/gH9Gkwu0kmaIEloS" 2025/03/25 15:13:54 [error] 3232076#3232076: *706786 no live upstreams while connecting to upstream, client: 113.55.126.49, server: dify.app.ynu.edu.cn, request: "GET /api/messages/79ad02ff-d5fa-44f3-9ad1-d6cbbfe71bae/suggested-questions HTTP/1.1", upstream: "http://localhost/api/messages/79ad02ff-d5fa-44f3-9ad1-d6cbbfe71bae/suggested-questions", host: "dify.app.ynu.edu.cn", referrer: "https://dify.app.ynu.edu.cn/chat/gH9Gkwu0kmaIEloS" 2025/03/25 15:13:54 [error] 3232076#3232076: *706786 no live upstreams while connecting to upstream, client: 113.55.126.49, server: dify.app.ynu.edu.cn, request: "POST /api/conversations/363b62e6-84c6-460a-9170-93af29fd572c/name HTTP/1.1", upstream: "http://localhost/api/conversations/363b62e6-84c6-460a-9170-93af29fd572c/name", host: "dify.app.ynu.edu.cn", referrer: "https://dify.app.ynu.edu.cn/chat/gH9Gkwu0kmaIEloS" 2025/03/25 15:13:59 [error] 3232076#3232076: *706873 no live upstreams while connecting to upstream, client: 113.55.126.49, server: dify.app.ynu.edu.cn, request: "GET /api/site HTTP/1.1", upstream: "http://localhost/api/site", host: "dify.app.ynu.edu.cn", referrer: "https://dify.app.ynu.edu.cn/chat/gH9Gkwu0kmaIEloS" 2025/03/25 15:13:59 [error] 3232076#3232076: *706873 no live upstreams while connecting to upstream, client: 113.55.126.49, server: dify.app.ynu.edu.cn, request: "GET /api/parameters HTTP/1.1", upstream: "http://localhost/api/parameters", host: "dify.app.ynu.edu.cn", referrer: "https://dify.app.ynu.edu.cn/chat/gH9Gkwu0kmaIEloS" 2025/03/25 15:13:59 [error] 3232076#3232076: *706873 no live upstreams while connecting to upstream, client: 113.55.126.49, server: dify.app.ynu.edu.cn, request: "GET /api/meta HTTP/1.1", upstream: "http://localhost/api/meta", host: "dify.app.ynu.edu.cn", referrer: "https://dify.app.ynu.edu.cn/chat/gH9Gkwu0kmaIEloS" 2025/03/25 15:13:59 [error] 3232076#3232076: *706873 no live upstreams while connecting to upstream, client: 113.55.126.49, server: dify.app.ynu.edu.cn, request: "GET /api/conversations?limit=100&pinned=true HTTP/1.1", upstream: "http://localhost/api/conversations?limit=100&pinned=true", host: "dify.app.ynu.edu.cn", referrer: "https://dify.app.ynu.edu.cn/chat/gH9Gkwu0kmaIEloS" 2025/03/25 15:13:59 [error] 3232076#3232076: *706873 no live upstreams while connecting to upstream, client: 113.55.126.49, server: dify.app.ynu.edu.cn, request: "GET /api/conversations?limit=100&pinned=false HTTP/1.1", upstream: "http://localhost/api/conversations?limit=100&pinned=false", host: "dify.app.ynu.edu.cn", referrer: "https://dify.app.ynu.edu.cn/chat/gH9Gkwu0kmaIEloS" 2025/03/25 15:13:59 [error] 3232076#3232076: *706873 no live upstreams while connecting to upstream, client: 113.55.126.49, server: dify.app.ynu.edu.cn, request: "GET /api/meta HTTP/1.1", upstream: "http://localhost/api/meta", host: "dify.app.ynu.edu.cn", referrer: "https://dify.app.ynu.edu.cn/chat/gH9Gkwu0kmaIEloS" 2025/03/25 15:14:53 [error] 3232076#3232076: *706783 upstream timed out (110: Connection timed out) while reading response header from upstream, client: 113.55.126.49, server: dify.app.ynu.edu.cn, request: "POST /api/chat-messages HTTP/1.1", upstream: "http://127.0.0.1:3016/api/chat-messages", host: "dify.app.ynu.edu.cn", referrer: "https://dify.app.ynu.edu.cn/chat/gH9Gkwu0kmaIEloS" 2025/03/25 15:15:53 [error] 3232076#3232076: *706920 upstream timed out (110: Connection timed out) while reading response header from upstream, client: 113.55.126.49, server: dify.app.ynu.edu.cn, request: "GET /api/parameters HTTP/1.1", upstream: "http://[::1]:3016/api/parameters", host: "dify.app.ynu.edu.cn", referrer: "https://dify.app.ynu.edu.cn/chat/gH9Gkwu0kmaIEloS" 2025/03/25 15:15:53 [error] 3232076#3232076: *706919 upstream timed out (110: Connection timed out) while reading response header from upstream, client: 113.55.126.49, server: dify.app.ynu.edu.cn, request: "GET /api/site HTTP/1.1", upstream: "http://[::1]:3016/api/site", host: "dify.app.ynu.edu.cn", referrer: "https://dify.app.ynu.edu.cn/chat/gH9Gkwu0kmaIEloS" 2025/03/25 15:15:53 [error] 3232076#3232076: *706923 upstream timed out (110: Connection timed out) while reading response header from upstream, client: 113.55.126.49, server: dify.app.ynu.edu.cn, request: "GET /api/conversations?limit=100&pinned=false HTTP/1.1", upstream: "http://[::1]:3016/api/conversations?limit=100&pinned=false", host: "dify.app.ynu.edu.cn", referrer: "https://dify.app.ynu.edu.cn/chat/gH9Gkwu0kmaIEloS" 2025/03/25 15:15:53 [error] 3232076#3232076: *706921 upstream timed out (110: Connection timed out) while reading response header from upstream, client: 113.55.126.49, server: dify.app.ynu.edu.cn, request: "GET /api/conversations?limit=100&pinned=true HTTP/1.1", upstream: "http://[::1]:3016/api/conversations?limit=100&pinned=true", host: "dify.app.ynu.edu.cn", referrer: "https://dify.app.ynu.edu.cn/chat/gH9Gkwu0kmaIEloS" 2025/03/25 15:15:53 [error] 3232076#3232076: *706922 upstream timed out (110: Connection timed out) while reading response header from upstream, client: 113.55.126.49, server: dify.app.ynu.edu.cn, request: "GET /api/meta HTTP/1.1", upstream: "http://[::1]:3016/api/meta", host: "dify.app.ynu.edu.cn", referrer: "https://dify.app.ynu.edu.cn/chat/gH9Gkwu0kmaIEloS" 2025/03/25 15:16:28 [error] 3232076#3232076: *706948 upstream timed out (110: Connection timed out) while reading response header from upstream, client: 113.55.127.140, server: dify.app.ynu.edu.cn, request: "GET /console/api/apps?page=1&limit=30&name= HTTP/1.1", upstream: "http://127.0.0.1:3016/console/api/apps?page=1&limit=30&name=", host: dify.app.ynu.edu.cn", referrer: "https://dify.app.ynu.edu.cn/explore/apps" 2025/03/25 15:16:28 [error] 3232076#3232076: *707021 upstream timed out (110: Connection timed out) while reading response header from upstream, client: 113.55.127.140, server: dify.app.ynu.edu.cn, request: "GET /console/api/workspaces/current? HTTP/1.1", upstream: "http://[::1]:3016/console/api/workspaces/current?", host: "dify.app.ynu.edu.cn", referrer: "https://dify.app.ynu.edu.cn/explore/apps" 2025/03/25 15:16:28 [error] 3232076#3232076: *707021 no live upstreams while connecting to upstream, client: 113.55.127.140, server: dify.app.ynu.edu.cn, request: "GET /console/api/workspaces/current? HTTP/1.1", upstream: "http://localhost/console/api/workspaces/current?", host: "dify.app.ynu.edu.cn", referrer: "https://dify.app.ynu.edu.cn/explore/apps" 2025/03/25 15:16:28 [error] 3232076#3232076: *707019 upstream timed out (110: Connection timed out) while reading response header from upstream, client: 113.55.127.140, server: dify.app.ynu.edu.cn, request: "GET /console/api/system-features HTTP/1.1", upstream: "http://127.0.0.1:3016/console/api/system-features", host: "dify.app.ynu.edu.cn", referrer: "https://dify.app.ynu.edu.cn/explore/apps" 2025/03/25 15:16:28 [error] 3232076#3232076: *707019 no live upstreams while connecting to upstream, client: 113.55.127.140, server: dify.app.ynu.edu.cn, request: "GET /console/api/system-features HTTP/1.1", upstream: "http://localhost/console/api/system-features", host: "dify.app.ynu.edu.cn", referrer: "https://dify.app.ynu.edu.cn/explore/apps" 2025/03/25 15:16:28 [error] 3232077#3232077: *706955 upstream timed out (110: Connection timed out) while reading response header from upstream, client: 113.55.127.140, server: dify.app.ynu.edu.cn, request: "GET /console/api/account/profile HTTP/1.1", upstream: "http://[::1]:3016/console/api/account/profile", host: "dify.app.ynu.edu.cn", referrer: "https://dify.app.ynu.edu.cn/explore/apps" 2025/03/25 15:16:34 [error] 3232076#3232076: *707128 no live upstreams while connecting to upstream, client: 113.55.126.49, server: dify.app.ynu.edu.cn, request: "GET /api/parameters HTTP/1.1", upstream: "http://localhost/api/parameters", host: "dify.app.ynu.edu.cn", referrer: "https://dify.app.ynu.edu.cn/chat/gH9Gkwu0kmaIEloS" 2025/03/25 15:16:34 [error] 3232076#3232076: *707127 no live upstreams while connecting to upstream, client: 113.55.126.49, server: dify.app.ynu.edu.cn, request: "GET /api/meta HTTP/1.1", upstream: "http://localhost/api/meta", host: "dify.app.ynu.edu.cn", referrer: "https://dify.app.ynu.edu.cn/chat/gH9Gkwu0kmaIEloS" 2025/03/25 15:16:34 [error] 3232076#3232076: *707128 no live upstreams while connecting to upstream, client: 113.55.126.49, server: dify.app.ynu.edu.cn, request: "GET /api/conversations?limit=100&pinned=false HTTP/1.1", upstream: "http://localhost/api/conversations?limit=100&pinned=false", host: "dify.app.ynu.edu.cn", referrer: "https://dify.app.ynu.edu.cn/chat/gH9Gkwu0kmaIEloS" 2025/03/25 15:16:34 [error] 3232076#3232076: *707129 no live upstreams while connecting to upstream, client: 113.55.126.49, server: dify.app.ynu.edu.cn, request: "GET /api/site HTTP/1.1", upstream: "http://localhost/api/site", host: "dify.app.ynu.edu.cn", referrer: "https://dify.app.ynu.edu.cn/chat/gH9Gkwu0kmaIEloS" 2025/03/25 15:16:34 [error] 3232076#3232076: *707127 no live upstreams while connecting to upstream, client: 113.55.126.49, server: dify.app.ynu.edu.cn, request: "GET /api/conversations?limit=100&pinned=false HTTP/1.1", upstream: "http://localhost/api/conversations?limit=100&pinned=false", host: "dify.app.ynu.edu.cn", referrer: "https://dify.app.ynu.edu.cn/chat/gH9Gkwu0kmaIEloS" 2025/03/25 15:16:34 [error] 3232076#3232076: *707128 no live upstreams while connecting to upstream, client: 113.55.126.49, server: dify.app.ynu.edu.cn, request: "POST /api/conversations/363b62e6-84c6-460a-9170-93af29fd572c/name HTTP/1.1", upstream: "http://localhost/api/conversations/363b62e6-84c6-460a-9170-93af29fd572c/name", host: "dify.app.ynu.edu.cn", referrer: "https://dify.app.ynu.edu.cn/chat/gH9Gkwu0kmaIEloS" 2025/03/25 15:16:34 [error] 3232076#3232076: *707129 no live upstreams while connecting to upstream, client: 113.55.126.49, server: dify.app.ynu.edu.cn, request: "GET /api/parameters HTTP/1.1", upstream: "http://localhost/api/parameters", host: "dify.app.ynu.edu.cn", referrer: "https://dify.app.ynu.edu.cn/chat/gH9Gkwu0kmaIEloS" 2025/03/25 15:16:34 [error] 3232076#3232076: *707127 no live upstreams while connecting to upstream, client: 113.55.126.49, server: dify.app.ynu.edu.cn, request: "GET /api/conversations?limit=100&pinned=true HTTP/1.1", upstream: "http://localhost/api/conversations?limit=100&pinned=true", host: "dify.app.ynu.edu.cn", referrer: "https://dify.app.ynu.edu.cn/chat/gH9Gkwu0kmaIEloS" 2025/03/25 15:16:39 [error] 3232076#3232076: *707137 no live upstreams while connecting to upstream, client: 113.55.126.49, server: dify.app.ynu.edu.cn, request: "GET /api/conversations?limit=100&pinned=true HTTP/1.1", upstream: "http://localhost/api/conversations?limit=100&pinned=true", host: "dify.app.ynu.edu.cn", referrer: "https://dify.app.ynu.edu.cn/chat/gH9Gkwu0kmaIEloS" 2025/03/25 15:16:44 [error] 3232076#3232076: *707137 no live upstreams while connecting to upstream, client: 113.55.126.49, server: dify.app.ynu.edu.cn, request: "GET /api/parameters HTTP/1.1", upstream: "http://localhost/api/parameters", host: "dify.app.ynu.edu.cn", referrer: "https://dify.app.ynu.edu.cn/chat/gH9Gkwu0kmaIEloS" 2025/03/25 15:16:44 [error] 3232076#3232076: *707137 no live upstreams while connecting to upstream, client: 113.55.126.49, server: dify.app.ynu.edu.cn, request: "GET /api/conversations?limit=100&pinned=false HTTP/1.1", upstream: "http://localhost/api/conversations?limit=100&pinned=false", host: "dify.app.ynu.edu.cn", referrer: "https://dify.app.ynu.edu.cn/chat/gH9Gkwu0kmaIEloS" 2025/03/25 15:16:58 [error] 3232076#3232076: *707164 no live upstreams while connecting to upstream, client: 113.55.127.140, server: dify.app.ynu.edu.cn, request: "GET /explore/apps HTTP/1.1", upstream: "http://localhost/explore/apps", host: "dify.app.ynu.edu.cn" 2025/03/25 15:17:34 [error] 3232077#3232077: *707131 upstream timed out (110: Connection timed out) while reading response header from upstream, client: 113.55.126.49, server: dify.app.ynu.edu.cn, request: "GET /api/meta HTTP/1.1", upstream: "http://127.0.0.1:3016/api/meta", host: "dify.app.ynu.edu.cn", referrer: "https://dify.app.ynu.edu.cn/chat/gH9Gkwu0kmaIEloS" 2025/03/25 15:17:39 [error] 3232076#3232076: *707134 upstream timed out (110: Connection timed out) while reading response header from upstream, client: 113.55.126.49, server: dify.app.ynu.edu.cn, request: "GET /api/site HTTP/1.1", upstream: "http://[::1]:3016/api/site", host: "dify.app.ynu.edu.cn", referrer: "https://dify.app.ynu.edu.cn/chat/gH9Gkwu0kmaIEloS" 2025/03/25 15:17:39 [error] 3232076#3232076: *707136 upstream timed out (110: Connection timed out) while reading response header from upstream, client: 113.55.126.49, server: dify.app.ynu.edu.cn, request: "GET /api/meta HTTP/1.1", upstream: "http://127.0.0.1:3016/api/meta", host: "dify.app.ynu.edu.cn", referrer: "https://dify.app.ynu.edu.cn/chat/gH9Gkwu0kmaIEloS" 2025/03/25 15:17:39 [error] 3232076#3232076: *707136 no live upstreams while connecting to upstream, client: 113.55.126.49, server: dify.app.ynu.edu.cn, request: "GET /api/meta HTTP/1.1", upstream: "http://localhost/api/meta", host: "dify.app.ynu.edu.cn", referrer: "https://dify.app.ynu.edu.cn/chat/gH9Gkwu0kmaIEloS" 2025/03/25 15:17:41 [error] 3232076#3232076: *707254 no live upstreams while connecting to upstream, client: 106.8.139.4, server: dify.app.ynu.edu.cn, request: "GET /embed.min.js HTTP/1.1", upstream: "http://localhost/embed.min.js", host: "dify.app.ynu.edu.cn", referrer: "http://www.itc.ynu.edu.cn/" 2025/03/25 15:17:49 [error] 3232076#3232076: *707259 no live upstreams while connecting to upstream, client: 113.55.126.49, server: dify.app.ynu.edu.cn, request: "GET /api/meta HTTP/1.1", upstream: "http://localhost/api/meta", host: "dify.app.ynu.edu.cn", referrer: "https://dify.app.ynu.edu.cn/chat/gH9Gkwu0kmaIEloS" 2025/03/25 15:17:50 [error] 3232076#3232076: *707230 no live upstreams while connecting to upstream, client: 113.55.126.49, server: dify.app.ynu.edu.cn, request: "GET /api/parameters HTTP/1.1", upstream: "http://localhost/api/parameters", host: "dify.app.ynu.edu.cn", referrer: "https://dify.app.ynu.edu.cn/chat/gH9Gkwu0kmaIEloS" 2025/03/25 15:17:50 [error] 3232076#3232076: *707155 no live upstreams while connecting to upstream, client: 113.55.126.49, server: dify.app.ynu.edu.cn, request: "GET /api/messages?conversation_id=216b2958-2ca0-4b63-9f99-408d870ae86a&limit=20&last_id= HTTP/1.1", upstream: "http://localhost/api/messages?conversation_id=216b2958-2ca0-4b63-9f99-408d870ae86a&limit=20&last_id=", host: "dify.app.ynu.edu.cn", referrer: "https://dify.app.ynu.edu.cn/chat/gH9Gkwu0kmaIEloS" 2025/03/25 15:19:09 [error] 3232076#3232076: *707299 upstream timed out (110: Connection timed out) while reading response header from upstream, client: 113.55.126.49, server: dify.app.ynu.edu.cn, request: "POST /api/conversations/363b62e6-84c6-460a-9170-93af29fd572c/name HTTP/1.1", upstream: "http://[::1]:3016/api/conversations/363b62e6-84c6-460a-9170-93af29fd572c/name", host: "dify.app.ynu.edu.cn", referrer: "https://dify.app.ynu.edu.cn/chat/gH9Gkwu0kmaIEloS" 2025/03/25 15:21:40 [error] 3232076#3232076: *707353 upstream timed out (110: Connection timed out) while reading response header from upstream, client: 113.55.126.49, server: dify.app.ynu.edu.cn, request: "POST /api/conversations/363b62e6-84c6-460a-9170-93af29fd572c/name HTTP/1.1", upstream: "http://127.0.0.1:3016/api/conversations/363b62e6-84c6-460a-9170-93af29fd572c/name", host: "dify.app.ynu.edu.cn", referrer: "https://dify.app.ynu.edu.cn/chat/gH9Gkwu0kmaIEloS" 2025/03/25 15:27:36 [error] 3232076#3232076: *707517 upstream timed out (110: Connection timed out) while reading response header from upstream, client: 113.55.126.49, server: dify.app.ynu.edu.cn, request: "POST /api/conversations/363b62e6-84c6-460a-9170-93af29fd572c/name HTTP/1.1", upstream: "http://127.0.0.1:3016/api/conversations/363b62e6-84c6-460a-9170-93af29fd572c/name", host: "dify.app.ynu.edu.cn", referrer: "https://dify.app.ynu.edu.cn/chat/gH9Gkwu0kmaIEloS" [root@ha-master-1 docker]# ``` </details>
Author
Owner

@liudonghua123 commented on GitHub (Mar 25, 2025):

I found a similar unsolved discussion titled "Docker Dify works fine for a while then can't access" which might be related to your issue [1].

For the 404 errors, a common cause in Dify's Docker deployment is incorrect Nginx configuration. You can resolve this by modifying the Nginx configuration file docker/nginx/conf.d/default.conf.template. Change the location directive from location /e { to location /e/ { by adding a trailing slash [2].

Regarding the 401 errors on the 'profile' and 'current' endpoints, ensure that the Authorization header is correctly formatted as 'Bearer {API_KEY}'. Also, verify that the API key is valid and check the CORS configuration. The default CORS settings should allow all origins, but you can adjust CONSOLE_CORS_ALLOW_ORIGINS and WEB_API_CORS_ALLOW_ORIGINS as needed [3].

For performance optimization in a self-hosted Docker environment, consider adjusting the following configurations:

  1. API Service: Set SERVER_WORKER_AMOUNT to cpu cores x 2 + 1 and increase GUNICORN_TIMEOUT to 360 seconds.
  2. Database: Adjust SQLALCHEMY_POOL_SIZE, POSTGRES_MAX_CONNECTIONS, POSTGRES_SHARED_BUFFERS, POSTGRES_WORK_MEM, POSTGRES_MAINTENANCE_WORK_MEM, and POSTGRES_EFFECTIVE_CACHE_SIZE based on your system's capacity.
  3. Redis: Ensure proper configuration for caching and pub/sub, and set a secure password [4].

These steps should help address the slow performance and 404 errors you're experiencing.

To continue talking to Dosu, mention @dosu.

Help Dosu learn! Give it feedback: Great Response | Irrelevant Answer | Incorrect Sources | Too Verbose | Hallucination | Bug Report | Other

I see the following configurations. Perhaps SERVER_WORKER_AMOUNT cannot be modified to a value other than 1 if using the default gevent.

# The number of API server workers, i.e., the number of workers.
# Formula: number of cpu cores x 2 + 1 for sync, 1 for Gevent
# Reference: https://docs.gunicorn.org/en/stable/design.html#how-many-workers
SERVER_WORKER_AMOUNT=1

# Defaults to gevent. If using windows, it can be switched to sync or solo.
SERVER_WORKER_CLASS=gevent
@liudonghua123 commented on GitHub (Mar 25, 2025): > I found a similar unsolved discussion titled "Docker Dify works fine for a while then can't access" which might be related to your issue [[1]](https://github.com/langgenius/dify/discussions/15480). > > For the 404 errors, a common cause in Dify's Docker deployment is incorrect Nginx configuration. You can resolve this by modifying the Nginx configuration file `docker/nginx/conf.d/default.conf.template`. Change the location directive from `location /e {` to `location /e/ {` by adding a trailing slash [[2]](https://github.com/langgenius/dify/issues/14077). > > Regarding the 401 errors on the 'profile' and 'current' endpoints, ensure that the Authorization header is correctly formatted as 'Bearer {API_KEY}'. Also, verify that the API key is valid and check the CORS configuration. The default CORS settings should allow all origins, but you can adjust `CONSOLE_CORS_ALLOW_ORIGINS` and `WEB_API_CORS_ALLOW_ORIGINS` as needed [[3]](https://github.com/langgenius/dify-docs/issues/412). > > For performance optimization in a self-hosted Docker environment, consider adjusting the following configurations: > > 1. **API Service**: Set `SERVER_WORKER_AMOUNT` to `cpu cores x 2 + 1` and increase `GUNICORN_TIMEOUT` to 360 seconds. > 2. **Database**: Adjust `SQLALCHEMY_POOL_SIZE`, `POSTGRES_MAX_CONNECTIONS`, `POSTGRES_SHARED_BUFFERS`, `POSTGRES_WORK_MEM`, `POSTGRES_MAINTENANCE_WORK_MEM`, and `POSTGRES_EFFECTIVE_CACHE_SIZE` based on your system's capacity. > 3. **Redis**: Ensure proper configuration for caching and pub/sub, and set a secure password [[4]](https://github.com/langgenius/dify-docs/blob/main/zh_CN/getting-started/install-self-hosted/environments.md). > > These steps should help address the slow performance and 404 errors you're experiencing. > > _To continue talking to [Dosu](https://dosu.dev), mention [@dosu](https://github.com/dosu)._ > > Help Dosu learn! Give it feedback: [Great Response](https://app.dosu.dev/response-feedback/53ed25ad-7b95-4288-9981-3a3d16d0a19b?feedback_type=great_response) | [Irrelevant Answer](https://app.dosu.dev/response-feedback/53ed25ad-7b95-4288-9981-3a3d16d0a19b?feedback_type=irrelevant_answer) | [Incorrect Sources](https://app.dosu.dev/response-feedback/53ed25ad-7b95-4288-9981-3a3d16d0a19b?feedback_type=incorrect_sources) | [Too Verbose](https://app.dosu.dev/response-feedback/53ed25ad-7b95-4288-9981-3a3d16d0a19b?feedback_type=too_verbose) | [Hallucination](https://app.dosu.dev/response-feedback/53ed25ad-7b95-4288-9981-3a3d16d0a19b?feedback_type=hallucination) | [Bug Report](https://app.dosu.dev/response-feedback/53ed25ad-7b95-4288-9981-3a3d16d0a19b?feedback_type=bug_report) | [Other](https://app.dosu.dev/response-feedback/53ed25ad-7b95-4288-9981-3a3d16d0a19b?feedback_type=other) I see the following configurations. Perhaps `SERVER_WORKER_AMOUNT` cannot be modified to a value other than 1 if using the default `gevent`. ```.env # The number of API server workers, i.e., the number of workers. # Formula: number of cpu cores x 2 + 1 for sync, 1 for Gevent # Reference: https://docs.gunicorn.org/en/stable/design.html#how-many-workers SERVER_WORKER_AMOUNT=1 # Defaults to gevent. If using windows, it can be switched to sync or solo. SERVER_WORKER_CLASS=gevent ```
Author
Owner

@liudonghua123 commented on GitHub (Mar 25, 2025):

I found some errors in the nginx error.log and the related log of dify docker contains.

nginx

2025/03/26 09:51:11 [error] 1678#1678: *18992 upstream timed out (110: Connection timed out) while reading response header from upstream, client: 113.55.127.140, server: dify.app.ynu.edu.cn, request: "GET /api/messages/a4e69d9e-78e8-4c77-8586-b14cab7bf524/suggested-questions HTTP/1.1", upstream: "http://127.0.0.1:3016/api/messages/a4e69d9e-78e8-4c77-8586-b14cab7bf524/suggested-questions", host: "dify.app.ynu.edu.cn", referrer: "https://dify.app.ynu.edu.cn/chatbot/gH9Gkwu0kmaIEloS"
2025/03/26 09:51:11 [error] 1678#1678: *18991 upstream timed out (110: Connection timed out) while reading response header from upstream, client: 113.55.127.140, server: dify.app.ynu.edu.cn, request: "POST /api/conversations/45cbea25-0471-45cf-8aae-03c6c8d64e5c/name HTTP/1.1", upstream: "http://127.0.0.1:3016/api/conversations/45cbea25-0471-45cf-8aae-03c6c8d64e5c/name", host: "dify.app.ynu.edu.cn", referrer: "https://dify.app.ynu.edu.cn/chatbot/gH9Gkwu0kmaIEloS"



dify

nginx-1          | 172.23.0.1 - - [26/Mar/2025:01:51:11 +0000] "GET /api/messages/a4e69d9e-78e8-4c77-8586-b14cab7bf524/suggested-questions HTTP/1.1" 499 0 "https://dify.app.ynu.edu.cn/chatbot/gH9Gkwu0kmaIEloS" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0" "113.55.127.140"
nginx-1          | 172.23.0.1 - - [26/Mar/2025:01:51:11 +0000] "POST /api/conversations/45cbea25-0471-45cf-8aae-03c6c8d64e5c/name HTTP/1.1" 499 0 "https://dify.app.ynu.edu.cn/chatbot/gH9Gkwu0kmaIEloS" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0" "113.55.127.140"
@liudonghua123 commented on GitHub (Mar 25, 2025): I found some errors in the nginx error.log and the related log of dify docker contains. ```shell nginx 2025/03/26 09:51:11 [error] 1678#1678: *18992 upstream timed out (110: Connection timed out) while reading response header from upstream, client: 113.55.127.140, server: dify.app.ynu.edu.cn, request: "GET /api/messages/a4e69d9e-78e8-4c77-8586-b14cab7bf524/suggested-questions HTTP/1.1", upstream: "http://127.0.0.1:3016/api/messages/a4e69d9e-78e8-4c77-8586-b14cab7bf524/suggested-questions", host: "dify.app.ynu.edu.cn", referrer: "https://dify.app.ynu.edu.cn/chatbot/gH9Gkwu0kmaIEloS" 2025/03/26 09:51:11 [error] 1678#1678: *18991 upstream timed out (110: Connection timed out) while reading response header from upstream, client: 113.55.127.140, server: dify.app.ynu.edu.cn, request: "POST /api/conversations/45cbea25-0471-45cf-8aae-03c6c8d64e5c/name HTTP/1.1", upstream: "http://127.0.0.1:3016/api/conversations/45cbea25-0471-45cf-8aae-03c6c8d64e5c/name", host: "dify.app.ynu.edu.cn", referrer: "https://dify.app.ynu.edu.cn/chatbot/gH9Gkwu0kmaIEloS" dify nginx-1 | 172.23.0.1 - - [26/Mar/2025:01:51:11 +0000] "GET /api/messages/a4e69d9e-78e8-4c77-8586-b14cab7bf524/suggested-questions HTTP/1.1" 499 0 "https://dify.app.ynu.edu.cn/chatbot/gH9Gkwu0kmaIEloS" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0" "113.55.127.140" nginx-1 | 172.23.0.1 - - [26/Mar/2025:01:51:11 +0000] "POST /api/conversations/45cbea25-0471-45cf-8aae-03c6c8d64e5c/name HTTP/1.1" 499 0 "https://dify.app.ynu.edu.cn/chatbot/gH9Gkwu0kmaIEloS" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0" "113.55.127.140" ```
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langgenius/dify#12097