Error 404 when creating a bot, error occurs when binding the Notion knowledge base, unable to normally jump to the binding page. #10457

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

Originally created by @TXZTA on GitHub (Mar 11, 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.0.1

Cloud or Self Hosted

Self Hosted (Docker)

Steps to reproduce

1、按照操作文档说明部署,本地Docker Desktop,部署后80端口被占用,改为8080端口访问;
2、在创建任何bot或工作流发布以后点击运行,无法正常访问报错404,访问的是80端口,手动改成8080端口可以正常访问,尝试很多中方式更改最终无法正常跳转8080端口;
3、知识库notion绑定时,报错,无法正常访问授权页面,在env文件里已经配置了notion(内部)参数。

报错截图.zip

✔️ Expected Behavior

1、80端口修改成8080后,创建bot和工作流,点击运行时正常访问修改后的端口,正常显示内容;
2、知识库成功绑定notion;

Actual Behavior

1、点击运行报错,一开始报错iis404,后面报错HTTP Error 404. The requested resource is not found.
2、notion绑定时报错{"error":"invalid_request","error_description":"query failed validation: query.client_id should be a string or undefined, instead was 0.","request_id":"72ed578d-39ce-4330-917e-50b0940c9957"}

Originally created by @TXZTA on GitHub (Mar 11, 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.0.1 ### Cloud or Self Hosted Self Hosted (Docker) ### Steps to reproduce 1、按照操作文档说明部署,本地Docker Desktop,部署后80端口被占用,改为8080端口访问; 2、在创建任何bot或工作流发布以后点击运行,无法正常访问报错404,访问的是80端口,手动改成8080端口可以正常访问,尝试很多中方式更改最终无法正常跳转8080端口; 3、知识库notion绑定时,报错,无法正常访问授权页面,在env文件里已经配置了notion(内部)参数。 [报错截图.zip](https://github.com/user-attachments/files/19201801/default.zip) ### ✔️ Expected Behavior 1、80端口修改成8080后,创建bot和工作流,点击运行时正常访问修改后的端口,正常显示内容; 2、知识库成功绑定notion; ### ❌ Actual Behavior 1、点击运行报错,一开始报错iis404,后面报错HTTP Error 404. The requested resource is not found. 2、notion绑定时报错{"error":"invalid_request","error_description":"query failed validation: query.client_id should be a string or `undefined`, instead was `0`.","request_id":"72ed578d-39ce-4330-917e-50b0940c9957"}
yindo added the 🐞 bug label 2026-02-21 18:47:10 -05:00
yindo closed this issue 2026-02-21 18:47: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#10457