Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
5 tasks done
kevintsai1202 opened this issue Dec 25, 2024 · 3 comments
Open
5 tasks done
Labels
🐞 bug Something isn't working good first issue Good first issue for newcomers

Comments

@kevintsai1202
Copy link

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

@dosubot dosubot bot added 🐞 bug Something isn't working 🤔 cant-reproduce We can not reproduce it or the information is limited labels Dec 25, 2024
Copy link

dosubot bot commented 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

@kevintsai1202
Copy link
Author

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

yihong0618 added a commit to yihong0618/dify that referenced this issue Dec 25, 2024
Signed-off-by: yihong0618 <zouzou0208@gmail.com>
@crazywoola crazywoola added good first issue Good first issue for newcomers and removed 🤔 cant-reproduce We can not reproduce it or the information is limited labels Dec 25, 2024
crazywoola pushed a commit that referenced this issue Dec 25, 2024
Signed-off-by: yihong0618 <zouzou0208@gmail.com>
@yihong0618
Copy link
Contributor

fixed in #12088

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🐞 bug Something isn't working good first issue Good first issue for newcomers
Projects
None yet
Development

No branches or pull requests

3 participants