Closed alfi4000 closed 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.
same on self hosted docker!
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.
in the cloud version do I need a special tier? I have the free plan that's might the issue!?
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.
ok
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
✔️ 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!