Self Checks
Dify version
V1.14.2
Cloud or Self Hosted
Self Hosted (Docker)
Steps to reproduce
When accessing Dify via a non-standard port (e.g., http://192.168.113.55:8080) without configuring APP_WEB_URL in .env, the generated Web App share/embed URLs omit the port number (:8080), resulting in broken links.
✔️ Expected Behavior
Dify generated URL should be: http://192.168.113.55:8080/chat/MGZppL0FDhCpU9HC ✅
❌ Actual Behavior
Actual access URL: http://192.168.113.55:8080/chat/MGZppL0FDhCpU9HC
Dify generated URL: http://192.168.113.55/chat/MGZppL0FDhCpU9HC ❌ (missing :8080)
Self Checks
Dify version
V1.14.2
Cloud or Self Hosted
Self Hosted (Docker)
Steps to reproduce
When accessing Dify via a non-standard port (e.g.,
http://192.168.113.55:8080) without configuringAPP_WEB_URLin.env, the generated Web App share/embed URLs omit the port number (:8080), resulting in broken links.✔️ Expected Behavior
Dify generated URL should be:
http://192.168.113.55:8080/chat/MGZppL0FDhCpU9HC✅❌ Actual Behavior
Actual access URL:
http://192.168.113.55:8080/chat/MGZppL0FDhCpU9HCDify generated URL:
http://192.168.113.55/chat/MGZppL0FDhCpU9HC❌ (missing:8080)