You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hey @burstlink! I'm here to help you with bugs, questions, and becoming a contributor. Let's tackle this issue together while we wait for a human maintainer.
The issue you're experiencing with the "Create from Blank" page not loading static files seems to be related to missing 'light' static files. Since copying the files resolved the issue, it indicates that the necessary static files were not initially present in the expected directory.
To ensure that the static files are correctly loaded in your self-hosted Dify setup using Docker, you should verify the following:
Directory Structure: Ensure that the static files are located in the correct directory on your host machine. According to the Docker setup, static files should be in the ./volumes/app/storage directory, which is mounted to the /app/api/storage directory inside the container [1].
Docker Configuration: Check your Docker configuration to ensure that the volume mounts are correctly set up to include the directory where your static files are stored.
File Copying: If the files are missing, manually copy the required 'light' static files into the appropriate directory within the Docker container, as you did with the docker cp command.
By ensuring these configurations, you should be able to resolve the static file loading issue on the "Create from Blank" page.
Self Checks
Dify version
1.0.0-beta.1
Cloud or Self Hosted
Self Hosted (Docker)
Steps to reproduce
/apps
, click the buttonCreate from Blank
.✔️ Expected Behavior
The page displays normally
❌ Actual Behavior
The page cannot load static files.
The reason is that the light static files are missing. It is normal after copying the files.
The text was updated successfully, but these errors were encountered: