'App not found.' Message Displayed Despite Successful App Creation" #7390

Closed
opened 2026-02-21 18:20:22 -05:00 by yindo · 4 comments
Owner

Originally created by @kevintsai1202 on GitHub (Dec 25, 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).
  • [FOR CHINESE USERS] 请务必使用英文提交 Issue,否则会被关闭。谢谢!:)
  • Please do not modify this template :) and fill in all the required fields.

Dify version

0.14.2

Cloud or Self Hosted

Cloud, Self Hosted (Docker)

Steps to reproduce

When I create an app from an application template, "App not found." always appears in the top right corner at first. However, the app is actually already created successfully.

圖片

✔️ Expected Behavior

No response

Actual Behavior

No response

Originally created by @kevintsai1202 on GitHub (Dec 25, 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] [FOR CHINESE USERS] 请务必使用英文提交 Issue,否则会被关闭。谢谢!:) - [X] Please do not modify this template :) and fill in all the required fields. ### Dify version 0.14.2 ### Cloud or Self Hosted Cloud, Self Hosted (Docker) ### Steps to reproduce When I create an app from an application template, "App not found." always appears in the top right corner at first. However, the app is actually already created successfully. ![圖片](https://github.com/user-attachments/assets/2ddb206e-c3cf-4cb2-97fc-c0c1bef6541b) ### ✔️ Expected Behavior _No response_ ### ❌ Actual Behavior _No response_
yindo added the 🐞 buggood first issue labels 2026-02-21 18:20:22 -05:00
yindo closed this issue 2026-02-21 18:20:22 -05:00
Author
Owner

@dosubot[bot] commented on GitHub (Dec 25, 2024):

I found a similar closed issue titled "Creating an app from a Template causes a 404 error [SELF_HOSTED]" which was resolved by a pull request that fixed an error related to importing Explore Apps [1]. Although this issue was specific to a 404 error, it might be related to the "App not found" message you're encountering.

The 'App not found' message in Dify is triggered by the AppNotFoundError class, which results in a 404 HTTP status code. This error is typically shown when an application cannot be found [2].

In your case, since the app is actually created successfully despite the error message, it might be a temporary glitch or a UI issue that doesn't affect the actual app creation process. You might want to check if there are any recent changes or updates in the Dify codebase related to error handling during app creation, as these could potentially address the issue.

To continue talking to Dosu, mention @dosu.


Help Dosu learn! Give it feedback: Great Response | Irrelevant Answer | Incorrect Sources | Too Verbose | Hallucination | Other

@dosubot[bot] commented on GitHub (Dec 25, 2024): <!-- Answer --> I found a similar closed issue titled "[Creating an app from a Template causes a 404 error [SELF_HOSTED]](https://github.com/langgenius/dify/issues/11082)" which was resolved by a pull request that fixed an error related to importing Explore Apps <sup>[[1]](https://github.com/langgenius/dify/issues/11082)</sup>. Although this issue was specific to a 404 error, it might be related to the "App not found" message you're encountering. The 'App not found' message in Dify is triggered by the `AppNotFoundError` class, which results in a 404 HTTP status code. This error is typically shown when an application cannot be found <sup>[[2]](https://github.com/langgenius/dify/blob/main/api/controllers/console/app/error.py)</sup>. In your case, since the app is actually created successfully despite the error message, it might be a temporary glitch or a UI issue that doesn't affect the actual app creation process. You might want to check if there are any recent changes or updates in the Dify codebase related to error handling during app creation, as these could potentially address the issue. <!-- Dosu Comment Footer --> *To continue talking to [Dosu](https://dosu.dev), mention @dosu.* --- <sup>Help Dosu learn! Give it feedback: [Great Response](https://app.dosu.dev/response-feedback/830eb983-94d0-4c17-a4d6-ca1f15ebc43f?feedback_type=great_response) | [Irrelevant Answer](https://app.dosu.dev/response-feedback/830eb983-94d0-4c17-a4d6-ca1f15ebc43f?feedback_type=irrelevant_answer) | [Incorrect Sources](https://app.dosu.dev/response-feedback/830eb983-94d0-4c17-a4d6-ca1f15ebc43f?feedback_type=incorrect_sources) | [Too Verbose](https://app.dosu.dev/response-feedback/830eb983-94d0-4c17-a4d6-ca1f15ebc43f?feedback_type=too_verbose) | [Hallucination](https://app.dosu.dev/response-feedback/830eb983-94d0-4c17-a4d6-ca1f15ebc43f?feedback_type=hallucination) | [Other](https://app.dosu.dev/response-feedback/830eb983-94d0-4c17-a4d6-ca1f15ebc43f?feedback_type=other)</sup>
Author
Owner

@kevintsai1202 commented on GitHub (Dec 25, 2024):

The version and error message are different; it seems the issue has reappeared after the update.

I found a similar closed issue titled "Creating an app from a Template causes a 404 error [SELF_HOSTED]" which was resolved by a pull request that fixed an error related to importing Explore Apps [1]. Although this issue was specific to a 404 error, it might be related to the "App not found" message you're encountering.

The 'App not found' message in Dify is triggered by the AppNotFoundError class, which results in a 404 HTTP status code. This error is typically shown when an application cannot be found [2].

In your case, since the app is actually created successfully despite the error message, it might be a temporary glitch or a UI issue that doesn't affect the actual app creation process. You might want to check if there are any recent changes or updates in the Dify codebase related to error handling during app creation, as these could potentially address the issue.

To continue talking to Dosu, mention @dosu.

Help Dosu learn! Give it feedback: Great Response | Irrelevant Answer | Incorrect Sources | Too Verbose | Hallucination | Other

@kevintsai1202 commented on GitHub (Dec 25, 2024): The version and error message are different; it seems the issue has reappeared after the update. > I found a similar closed issue titled "[Creating an app from a Template causes a 404 error [SELF_HOSTED]](https://github.com/langgenius/dify/issues/11082)" which was resolved by a pull request that fixed an error related to importing Explore Apps [[1]](https://github.com/langgenius/dify/issues/11082). Although this issue was specific to a 404 error, it might be related to the "App not found" message you're encountering. > > The 'App not found' message in Dify is triggered by the `AppNotFoundError` class, which results in a 404 HTTP status code. This error is typically shown when an application cannot be found [[2]](https://github.com/langgenius/dify/blob/main/api/controllers/console/app/error.py). > > In your case, since the app is actually created successfully despite the error message, it might be a temporary glitch or a UI issue that doesn't affect the actual app creation process. You might want to check if there are any recent changes or updates in the Dify codebase related to error handling during app creation, as these could potentially address the issue. > > _To continue talking to [Dosu](https://dosu.dev), mention @dosu._ > > Help Dosu learn! Give it feedback: [Great Response](https://app.dosu.dev/response-feedback/830eb983-94d0-4c17-a4d6-ca1f15ebc43f?feedback_type=great_response) | [Irrelevant Answer](https://app.dosu.dev/response-feedback/830eb983-94d0-4c17-a4d6-ca1f15ebc43f?feedback_type=irrelevant_answer) | [Incorrect Sources](https://app.dosu.dev/response-feedback/830eb983-94d0-4c17-a4d6-ca1f15ebc43f?feedback_type=incorrect_sources) | [Too Verbose](https://app.dosu.dev/response-feedback/830eb983-94d0-4c17-a4d6-ca1f15ebc43f?feedback_type=too_verbose) | [Hallucination](https://app.dosu.dev/response-feedback/830eb983-94d0-4c17-a4d6-ca1f15ebc43f?feedback_type=hallucination) | [Other](https://app.dosu.dev/response-feedback/830eb983-94d0-4c17-a4d6-ca1f15ebc43f?feedback_type=other)
Author
Owner

@yihong0618 commented on GitHub (Dec 26, 2024):

fixed in #12088

@yihong0618 commented on GitHub (Dec 26, 2024): fixed in #12088
Author
Owner

@kevintsai1202 commented on GitHub (Jan 22, 2025):

Version 0.15.2 has been tested and is working properly. This issue can be closed.

@kevintsai1202 commented on GitHub (Jan 22, 2025): Version 0.15.2 has been tested and is working properly. This issue can be closed.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langgenius/dify#7390