Self-Host
1. How to reset the password if it is incorrect after local deployment initialization?
docker exec -it docker-api-1 flask reset-password2. How to fix the "File not found" error in local deployment logs?
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-pair
3. Unable to log in after installation, or receiving a 401 error on subsequent interfaces after a successful login?
4. The page keeps loading after startup, and requests show CORS errors?
5. How to upgrade the version after deployment?
6. How to configure environment variables when importing using Notion?
7. How to change the name of the space in the local deployment version?
8. Where to modify the domain for accessing the application?
9. What to back up if a database migration occurs?
10. Why can't Docker deployment Dify access the local port using 127.0.0.1 when starting OpenLLM locally?
11. How to resolve the size and quantity limit of document uploads in the dataset for the local deployment version?
12. How to invite members via email in the local deployment version?
13. What to do if you encounter the error "Can't load tokenizer for 'gpt2'" in the local deployment version?
14. How to resolve a port 80 conflict in the local deployment version?
15. What to do if you encounter the error "[openai] Error: ffmpeg is not installed" during text-to-speech?
16. How to resolve an Nginx configuration file mount failure during local deployment?
17. Migrate weaviate to another vector database
18. Why is SSRF_PROXY needed?
How to customize the proxy behavior?
19. How to set your created application as a template?
20. 502 Bad Gateway
21. How to modify the API service port number?
22. How to Migrate from Local to Cloud Storage?
Last updated