工作流运行访问的链接错误 #3879

Closed
opened 2026-02-21 18:03:10 -05:00 by yindo · 0 comments
Owner

Originally created by @Sakura4036 on GitHub (May 29, 2024).

Self Checks

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

Dify version

0.6.9

Cloud or Self Hosted

Self Hosted (Source)

Steps to reproduce

  1. Linux服务器按照教程源码部署,docker启动容器指定同一docker network, 配置web/.env.local中的API PREFIX192.168.1.5
  2. 本地PC访问服务器192.168.1.5:3000,配置dify
  3. 工作室中任意创建workflow工具,点击发布,点击运行
  4. 页面跳转到运行workflow工具页面

✔️ Expected Behavior

  1. 工作室中任意创建workflow工具,发布成功,运行测试成功
  2. 点击发布-运行,跳转workflow运行界面成功,运行成功

Actual Behavior

  1. 工作室中任意创建workflow工具,发布成功,运行测试成功
    image

  2. 点击发布-运行,跳转workflow运行界面失败
    image

image

  1. 手动修改跳转链接为192.168.1.5:3000, 访问workflow运行界面成功
    image

为什么会跳转到127.0.0.1:4000?而不是192.168.1.5:3000或者127.0.0.1:3000.

是不是还有哪里没有配置正确?

Originally created by @Sakura4036 on GitHub (May 29, 2024). ### Self Checks - [X] This is only for bug report, if you would like to ask a question, please head to [Discussions](https://github.com/langgenius/dify/discussions/categories/general). - [X] I have searched for existing issues [search for existing issues](https://github.com/langgenius/dify/issues), including closed ones. - [X] I confirm that I am using English to submit this report (我已阅读并同意 [Language Policy](https://github.com/langgenius/dify/issues/1542)). - [X] Please do not modify this template :) and fill in all the required fields. ### Dify version 0.6.9 ### Cloud or Self Hosted Self Hosted (Source) ### Steps to reproduce 1. Linux服务器按照教程源码部署,docker启动容器指定同一docker network, 配置`web/.env.local`中的`API PREFIX`为`192.168.1.5` 2. 本地PC访问服务器`192.168.1.5:3000`,配置dify 3. 工作室中任意创建workflow工具,点击发布,点击运行 4. 页面跳转到运行workflow工具页面 ### ✔️ Expected Behavior 1. 工作室中任意创建workflow工具,发布成功,运行测试成功 2. 点击发布-运行,跳转workflow运行界面成功,运行成功 ### ❌ Actual Behavior 1. 工作室中任意创建workflow工具,发布成功,运行测试成功 ![image](https://github.com/langgenius/dify/assets/42060616/c42fae30-7a56-4082-8126-2dc36a407e00) 2. 点击发布-运行,跳转workflow运行界面失败 ![image](https://github.com/langgenius/dify/assets/42060616/83c73202-f80f-4b5d-ad9c-437b2298f6ec) ![image](https://github.com/langgenius/dify/assets/42060616/f636d3f1-1d2f-47ef-8aca-66d96bfad22a) 3. 手动修改跳转链接为`192.168.1.5:3000`, 访问workflow运行界面成功 ![image](https://github.com/langgenius/dify/assets/42060616/72f15e89-7893-443f-833e-972ba05a6bbb) 为什么会跳转到`127.0.0.1:4000`?而不是`192.168.1.5:3000`或者`127.0.0.1:3000`. 是不是还有哪里没有配置正确?
yindo closed this issue 2026-02-21 18:03:10 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langgenius/dify#3879