[GH-ISSUE #931] [Bug] 工作流执行一直失败,连执行记录都不生成 #636

Closed
opened 2026-03-03 01:04:51 +03:00 by kerem · 2 comments
Owner

Originally created by @xiaobai1226 on GitHub (Aug 19, 2025).
Original GitHub issue: https://github.com/certimate-go/certimate/issues/931

软件版本 / Release Version

0.3.26

缺陷描述 / Description

docker compose部署,新建工作流后,手动点击执行,过了一会直接显示操作失败,也不生成执行历史,docker compose logs -f也不报错。只有浏览器控制台会输出错误

现在处于完全用不了了,就卡在这一步

复现步骤 / Steps to reproduce

  1. 新建工作流后,点击手动执行
    Image

  2. 然后执行那里一直有个圈在转
    Image

  3. 然后就提示了操作失败
    Image

  4. 去执行历史看,也是空的
    Image

  5. 但是前端控制台报错
    Image

通过docker compose logs -f命令查看没有打印任何日志

日志 / Logs

浏览器控制台报错内容文本:
index-DsJgwKud.js:116 ClientResponseError 0: Something went wrong.
    at ZG.connectErrorHandler (index-DsJgwKud.js:71:128952)
    at index-DsJgwKud.js:71:127677
Caused by: Error: EventSource connect took too long.
    at index-DsJgwKud.js:71:127697
index-DsJgwKud.js:71 Uncaught (in promise) ClientResponseError 0: Something went wrong.
    at ZG.connectErrorHandler (index-DsJgwKud.js:71:128952)
    at index-DsJgwKud.js:71:127677
Caused by: Error: EventSource connect took too long.
    at index-DsJgwKud.js:71:127697
index-DsJgwKud.js:116 ClientResponseError 0: Something went wrong.
    at ZG.connectErrorHandler (index-DsJgwKud.js:71:128952)
    at index-DsJgwKud.js:71:127677
Caused by: Error: EventSource connect took too long.
    at index-DsJgwKud.js:71:127697
index-DsJgwKud.js:71 Uncaught (in promise) ClientResponseError 0: Something went wrong.
    at ZG.connectErrorHandler (index-DsJgwKud.js:71:128952)
    at index-DsJgwKud.js:71:127677
Caused by: Error: EventSource connect took too long.
    at index-DsJgwKud.js:71:127697

其他 / Miscellaneous

No response

贡献 / Contribution

  • 我乐意为此贡献 PR! / I am interested in contributing a PR for this!
Originally created by @xiaobai1226 on GitHub (Aug 19, 2025). Original GitHub issue: https://github.com/certimate-go/certimate/issues/931 ### 软件版本 / Release Version 0.3.26 ### 缺陷描述 / Description docker compose部署,新建工作流后,手动点击执行,过了一会直接显示操作失败,也不生成执行历史,docker compose logs -f也不报错。只有浏览器控制台会输出错误  现在处于完全用不了了,就卡在这一步 ### 复现步骤 / Steps to reproduce 1. 新建工作流后,点击手动执行 <img width="1030" height="330" alt="Image" src="https://github.com/user-attachments/assets/74777875-48bc-48f5-80f1-9e545a3a974d" /> 2. 然后执行那里一直有个圈在转 <img width="988" height="305" alt="Image" src="https://github.com/user-attachments/assets/0f7d5ca8-c80a-4a28-bacb-2e5c789bb989" /> 3. 然后就提示了操作失败 <img width="973" height="423" alt="Image" src="https://github.com/user-attachments/assets/bb293677-52fd-48f6-857c-39e80ed05f73" /> 4. 去执行历史看,也是空的 <img width="1661" height="536" alt="Image" src="https://github.com/user-attachments/assets/5e9da45b-1bef-469f-86cc-2cd16aa46193" /> 5. 但是前端控制台报错 <img width="1916" height="477" alt="Image" src="https://github.com/user-attachments/assets/93a12849-c0ae-42b6-b5b9-24da331f6d3d" /> 通过docker compose logs -f命令查看没有打印任何日志 ### 日志 / Logs <details> ```console 浏览器控制台报错内容文本: index-DsJgwKud.js:116 ClientResponseError 0: Something went wrong. at ZG.connectErrorHandler (index-DsJgwKud.js:71:128952) at index-DsJgwKud.js:71:127677 Caused by: Error: EventSource connect took too long. at index-DsJgwKud.js:71:127697 index-DsJgwKud.js:71 Uncaught (in promise) ClientResponseError 0: Something went wrong. at ZG.connectErrorHandler (index-DsJgwKud.js:71:128952) at index-DsJgwKud.js:71:127677 Caused by: Error: EventSource connect took too long. at index-DsJgwKud.js:71:127697 index-DsJgwKud.js:116 ClientResponseError 0: Something went wrong. at ZG.connectErrorHandler (index-DsJgwKud.js:71:128952) at index-DsJgwKud.js:71:127677 Caused by: Error: EventSource connect took too long. at index-DsJgwKud.js:71:127697 index-DsJgwKud.js:71 Uncaught (in promise) ClientResponseError 0: Something went wrong. at ZG.connectErrorHandler (index-DsJgwKud.js:71:128952) at index-DsJgwKud.js:71:127677 Caused by: Error: EventSource connect took too long. at index-DsJgwKud.js:71:127697 ``` </details> ### 其他 / Miscellaneous _No response_ ### 贡献 / Contribution - [ ] 我乐意为此贡献 PR! / I am interested in contributing a PR for this!
kerem 2026-03-03 01:04:51 +03:00
Author
Owner

@fudiwei commented on GitHub (Aug 19, 2025):

建立 SSE 链接失败。

你是在 Certimate 前面套了层反向代理吗?检查下相关配置。

<!-- gh-comment-id:3200470732 --> @fudiwei commented on GitHub (Aug 19, 2025): 建立 SSE 链接失败。 你是在 Certimate 前面套了层反向代理吗?检查下相关配置。
Author
Owner

@fudiwei commented on GitHub (Aug 19, 2025):

相关 Issue: #630 #745

<!-- gh-comment-id:3200471086 --> @fudiwei commented on GitHub (Aug 19, 2025): 相关 Issue: #630 #745
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/certimate#636
No description provided.