langgenius / dify

Dify is an open-source LLM app development platform. Dify's intuitive interface combines AI workflow, RAG pipeline, agent capabilities, model management, observability features and more, letting you quickly go from prototype to production.
https://dify.ai
Other
51.17k stars 7.37k forks source link

What happened to the explore tab? #3048

Closed alfi4000 closed 7 months ago

alfi4000 commented 7 months ago

Self Checks

Dify version

0.5.11

Cloud or Self Hosted

Self Hosted (Docker)

Steps to reproduce

Just install it locally tr go to the cloud the homepage of dify: https://cloud.dify.ai/explore/apps?category=All%20Categories

Bildschirmfoto 2024-03-30 um 12 15 32

✔️ Expected Behavior

To find templates on the explore tab!

❌ Actual Behavior

There are no templates on the explore tab only white! it just shows on the left my workspaces but no templates!

dosubot[bot] commented 7 months ago

Hey there, @alfi4000! 👋 I'm Dosu, your friendly neighborhood bot here to assist with bugs, answer your questions, and guide you through contributing to Dify while we wait for a human maintainer to chime in. I'm diving into your explore tab issue now and will circle back with a solution shortly! Stay tuned.

alfi4000 commented 7 months ago
Bildschirmfoto 2024-03-30 um 12 16 53

same on self hosted docker!

dosubot[bot] commented 7 months ago

The issue with the Explore tab in Dify version 0.5.11 not displaying any templates could stem from several potential causes. The Explore tab is intended to showcase a list of template applications for users to utilize or customize. This functionality relies on the fetchAppList function, which is executed within the useSWR hook to fetch and display these applications. If the Explore tab is showing a blank screen, it might be due to a problem with the fetchAppList function or the absence of data it attempts to retrieve.

To diagnose the issue more accurately, it would be helpful to have more details, such as any error messages appearing in the console when the Explore > Discovery page loads. This information could pinpoint the exact cause of the problem.

It's also important to note that the Explore Apps feature is primarily a Cloud-only feature. For self-hosted Docker setups, accessing templates requires contacting business@dify.ai for a commercial usage license, as mentioned in a previous issue titled Where are Explore Apps in Local Self Hosted Version?. This might explain the absence of templates in your self-hosted environment.

Other factors to consider include version compatibility issues, deployment problems, or issues within the web application itself. Checking the browser's developer console for JavaScript errors or failed network requests, ensuring the API component is operational and can communicate with the web component, verifying the correct setup of configuration and environment variables, and reviewing logs for any errors or warnings could provide further insights.

If you can provide additional information or if there's anything else you need assistance with, please let me know.

Sources

#### About Dosu This response is meant to be useful and save you time. It is **not meant to be a precise solution**, but rather a starting point for your own research. Help me be more useful! Please leave a 👍 if this is helpful and 👎 if it is irrelevant. If you want to continue the conversation, start your reply with @dosu-bot.
alfi4000 commented 7 months ago

in the cloud version do I need a special tier? I have the free plan that's might the issue!?

Yash-1511 commented 7 months ago

Hey @alfi4000 ,

I can see templates in cloud version. in self hosted version you can not see any templates because it is sass feature. or may be in later version or in workflow release you will be able to see all templates in self hosted version that are in cloud versiion.

alfi4000 commented 7 months ago

ok