Skip to content
Discussion options

You must be logged in to vote

Hi @zj1451729260-commits! I'm Dosu and I’m helping the dify team.

This is a common issue with Docker deployments. The blank install page with {"step":"not_started"} response typically indicates environment variable misconfiguration in your .env file.

The most likely cause is that CONSOLE_API_URL and/or FILES_URL are set to Docker-internal addresses (like http://api:5001) which your browser cannot reach.

To fix this, check your .env file and ensure:

  • CONSOLE_API_URL is set to your external URL (e.g., http://192.168.2.181)
  • FILES_URL is also set to your external URL
  • Keep INTERNAL_FILES_URL as http://api:5001 for internal Docker communication

After updating the .env file, restart the contai…

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by zj1451729260-commits
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Help
Labels
None yet
1 participant