failed to publish workflow #10497

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

Originally created by @alfredcai on GitHub (Mar 12, 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

I upgrade dify from 1.0.0 to 1.0.1. And then i failed to pulish workflow and chat workflow in dify 1.0.1

when i click publish button, it shows 'The browser (or proxy) sent a request that this server could not understand.'

no log information in docker logs dify-api-1

docker exec -it dify-api-1 bash
root@fff1a4f1226a:/app/api# curl 'http://localhost:5001/console/api/apps/55e38d3c-f40a-4228-b477-05b93314d40c/workflows/publish' -X POST -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:135.0) Gecko/20100101 Firefox/135.0' -H 'Accept: */*' -H 'Accept-Language: zh-CN,zh;q=0.8,zh-TW;q=0.7,zh-HK;q=0.5,en-US;q=0.3,en;q=0.2' -H 'Accept-Encoding: gzip, deflate, br, zstd' -H 'content-type: application/json' -H 'Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1c2VyX2lkIjoiMWZmZWRmY2ItOTFmZS00ODdhLThlNTgtNmZiYTY4YTg2OGNkIiwiZXhwIjoxNzQxNzU3NzMxLCJpc3MiOiJTRUxGX0hPU1RFRCIsInN1YiI6IkNvbnNvbGUgQVBJIFBhc3Nwb3J0In0.I78dyqf23wkipudNjDZcuhz0SgAIjjPVPz-ijS5Ju3w' -H 'Referer: https://ai.xxx.io/app/55e38d3c-f40a-4228-b477-05b93314d40c/workflow' -H 'Origin: https://ai.xxx.io' -H 'Connection: keep-alive' -H 'Cookie: NSID=2G4N3mJDrhAY9aVYxNef5LRAd0dd76f9; NSID_EXISTS=1; _ga_0C4M1PWYZ7=GS1.1.1740304276.5.1.1740305817.0.0.0; _ga=GA1.1.68299572.1739274242; _ga_T11SF3WXX2=GS1.1.1740304276.5.1.1740305817.60.0.0; _ga_K2SPJK2C73=GS1.1.1740304276.5.1.1740305817.60.0.0; apt.uid=AP-YFGMCGUNNIFB-2-1741752648884-87173898.0.2.a2e3917a-4f22-4c24-8671-436b74b600a2; ctoken=bigfish_ctoken_19fhhgfb6h; locale=zh-Hans' -H 'Sec-Fetch-Dest: empty' -H 'Sec-Fetch-Mode: cors' -H 'Sec-Fetch-Site: same-origin' -H 'Priority: u=0' -H 'Pragma: no-cache' -H 'Cache-Control: no-cache' -H 'Content-Length: 0' -H 'TE: trailers'
{"code": "bad_request", "message": "The browser (or proxy) sent a request that this server could not understand.", "status": 400}
root@fff1a4f1226a:/app/api#  

✔️ Expected Behavior

No response

Actual Behavior

No response

Originally created by @alfredcai on GitHub (Mar 12, 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 I upgrade dify from 1.0.0 to 1.0.1. And then i failed to pulish workflow and chat workflow in dify 1.0.1 when i click publish button, it shows 'The browser (or proxy) sent a request that this server could not understand.' no log information in ```docker logs dify-api-1``` ``` docker exec -it dify-api-1 bash root@fff1a4f1226a:/app/api# curl 'http://localhost:5001/console/api/apps/55e38d3c-f40a-4228-b477-05b93314d40c/workflows/publish' -X POST -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:135.0) Gecko/20100101 Firefox/135.0' -H 'Accept: */*' -H 'Accept-Language: zh-CN,zh;q=0.8,zh-TW;q=0.7,zh-HK;q=0.5,en-US;q=0.3,en;q=0.2' -H 'Accept-Encoding: gzip, deflate, br, zstd' -H 'content-type: application/json' -H 'Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1c2VyX2lkIjoiMWZmZWRmY2ItOTFmZS00ODdhLThlNTgtNmZiYTY4YTg2OGNkIiwiZXhwIjoxNzQxNzU3NzMxLCJpc3MiOiJTRUxGX0hPU1RFRCIsInN1YiI6IkNvbnNvbGUgQVBJIFBhc3Nwb3J0In0.I78dyqf23wkipudNjDZcuhz0SgAIjjPVPz-ijS5Ju3w' -H 'Referer: https://ai.xxx.io/app/55e38d3c-f40a-4228-b477-05b93314d40c/workflow' -H 'Origin: https://ai.xxx.io' -H 'Connection: keep-alive' -H 'Cookie: NSID=2G4N3mJDrhAY9aVYxNef5LRAd0dd76f9; NSID_EXISTS=1; _ga_0C4M1PWYZ7=GS1.1.1740304276.5.1.1740305817.0.0.0; _ga=GA1.1.68299572.1739274242; _ga_T11SF3WXX2=GS1.1.1740304276.5.1.1740305817.60.0.0; _ga_K2SPJK2C73=GS1.1.1740304276.5.1.1740305817.60.0.0; apt.uid=AP-YFGMCGUNNIFB-2-1741752648884-87173898.0.2.a2e3917a-4f22-4c24-8671-436b74b600a2; ctoken=bigfish_ctoken_19fhhgfb6h; locale=zh-Hans' -H 'Sec-Fetch-Dest: empty' -H 'Sec-Fetch-Mode: cors' -H 'Sec-Fetch-Site: same-origin' -H 'Priority: u=0' -H 'Pragma: no-cache' -H 'Cache-Control: no-cache' -H 'Content-Length: 0' -H 'TE: trailers' {"code": "bad_request", "message": "The browser (or proxy) sent a request that this server could not understand.", "status": 400} root@fff1a4f1226a:/app/api# ``` ### ✔️ Expected Behavior _No response_ ### ❌ Actual Behavior _No response_
yindo added the 🤔 cant-reproduce label 2026-02-21 18:47:38 -05:00
yindo closed this issue 2026-02-21 18:47:38 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langgenius/dify#10497