FAQ
1. How to reset the password if the local deployment initialization fails with an incorrect password?
2. How to resolve File not found error in the log when deploying locally?
ERROR:root:Unknown Error in completion
Traceback (most recent call last):
File "/www/wwwroot/dify/dify/api/libs/rsa.py", line 45, in decrypt
private_key = storage.load(filepath)
File "/www/wwwroot/dify/dify/api/extensions/ext_storage.py", line 65, in load
raise FileNotFoundError("File not found")
FileNotFoundError: File not founddocker exec -it docker-api-1 flask reset-encrypt-key-pairflask reset-encrypt-key-pair3. Unable to log in when installing later, and then login is successful but subsequent interfaces prompt 401?
4. After starting, the page keeps loading and checking the request prompts CORS error?
5. How to upgrade version after deployment?
6.How to configure the environment variables when use Notion import
7. How to change the name of the space in the local deployment version?
8. Where can I modify the domain name for accessing the application?
9. If database migration is required, what things need to be backed up?
10. Why is Docker deploying Dify and starting OpenLLM locally using 127.0.0.1, but unable to access the local port?
11. How to solve the size and quantity limitations for uploading knowledge documents in the local deployment version?
12. How does the local deployment edition invite members through email?
13. How to solve listen tcp4 0.0.0.0:80: bind: address already in use?
14. What to do if this error occurs in text-to-speech?
15. Migrate Vector Database to Qdrant or Milvus
16. Why is SYS_ADMIN permission needed?
Why does the sandbox service need SYS_ADMIN permission?
How does the sandbox service ensure security?
Last updated