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
To resolve the "Invalid file url" error in the preview chatflow logs for Dify version 0.14.2 in a self-hosted environment, ensure that the FILES_URL environment variable is correctly configured in your docker-compose.yaml file. This variable should be set to a valid base URL pointing to where your files are hosted. For example, if your files are accessible at http://yourdomain.com/files, update the configuration as follows:
FILES_URL: 'http://yourdomain.com/files'
After making this change, restart your Dify services to apply the updates [1].
To resolve the "Invalid file url" error in the preview chatflow logs for Dify version 0.14.2 in a self-hosted environment, ensure that the FILES_URL environment variable is correctly configured in your docker-compose.yaml file. This variable should be set to a valid base URL pointing to where your files are hosted. For example, if your files are accessible at http://yourdomain.com/files, update the configuration as follows:
FILES_URL: 'http://yourdomain.com/files'
After making this change, restart your Dify services to apply the updates [1].
Self Checks
Dify version
0.14.2
Cloud or Self Hosted
Self Hosted (Source)
Steps to reproduce
preview chatflow logs errors:
when i debug, i find this:
i had change it to this:
url = mapping.get("url") or mapping.get("remote_url")
✔️ Expected Behavior
preview success.
❌ Actual Behavior
Invalid file url.
The text was updated successfully, but these errors were encountered: