2063657

Results 2 comments of 2063657

1. I also encountered the same problem, temporarily modified the file, and the error was removed/home/bit/dify/api/controllers/console/files.py Change return {"allowed_extensions": DOCUMENT_EXTENSIONS} to return {"allowed_extensions": list(DOCUMENT_EXTENSIONS)} 2. If there are still the...