dify - 💡(How to fix) Fix 404 Error Occurs When Create from Blank in Self-hosted Docker Dify Deployment

Official PRs (…)
ON THIS PAGE

Recommended Tools

×6

Utilities matched from this issue’s tags and category — try them while you read without losing context.

GitHub issue graph ai analysis

Paste a GitHub issue URL. We fetch that issue, discover linked issues from bodies/comments/timeline, collect linked pull requests, and produce a structured English report.

The report is written in English Markdown for sharing and archival.

Helpful · Quick feedback

Loading…

Error Message

However, an error occurs when create from blank:

RAW_BUFFERClick to expand / collapse

Self Checks

  • I have read the Contributing Guide and Language Policy.
  • 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, otherwise it will be closed.
  • 【中文用户 & Non English User】请使用英语提交,否则会被关闭 :)
  • Please do not modify this template :) and fill in all the required fields.

Dify version

1.14.2

Cloud or Self Hosted

Self Hosted (Docker)

Steps to reproduce

I deployed Dify via Docker Compose strictly following the official documentation, and executed the commands below step by step:

1、git clone --branch "$(curl -s https://api.github.com/repos/langgenius/dify/releases/latest | jq -r .tag_name)" https://github.com/langgenius/dify.git

2、cd dify/docker

3、cp .env.example .env

All containers are running normally and in healthy status. I can log in to the Dify system without any problem.

However, an error occurs when create from blank:

the request to the interface http://172.17.110.236/console/api/apps/9d10e9b8-76ca-4e84-a293-8394fdd7231b/workflows/draft returns 404 Not Found.

Strangely, this API works perfectly fine when create from template.

Relevant screenshots are attached for reference.

<img width="2672" height="584" alt="Image" src="https://github.com/user-attachments/assets/619a49a6-2545-46c1-b437-b463d04784ef" /> <img width="2924" height="1436" alt="Image" src="https://github.com/user-attachments/assets/53b65cd3-7e1c-4ff8-8cf1-22d80d4adbfb" /> <img width="2918" height="1408" alt="Image" src="https://github.com/user-attachments/assets/edb11982-0302-4dda-b35f-f18b12c1344a" />

✔️ Expected Behavior

can create from blank

❌ Actual Behavior

draft can not display

Vote matrix · Quick signals

Works
Did the solution work? Tap to confirm.
Easy Fix
Was it a quick fix?
Time Saver
Did it save you time?
Blocking
Was it severely blocking?
Common Issue
Are others likely hitting this too?
Flaky / Intermittent
Is it intermittent?
Verified / Reproducible
Can you reproduce it reliably?
Loading…

Still need to ship something?

×6

Another batch ranked right after the header list — different links, same matching logic.

Back to top recommendations

TRENDING