Common ERROR
1. Using MySQL database, 500 Internal Server Error occurs
Solution:
ALTER USER '<account>'@'localhost' IDENTIFIED BY '<account>' PASSWORD EXPIRE NEVER;ALTER USER '<account>'@'localhost' IDENTIFIED WITH mysql_native_password BY '<password>';
2. When using SQL Server database, error.log appears during the installation or update process.
Solution:
Download Kit
Modify settings.py
Re-execute the update file
3. Use Domain or external IP connection to return CSRF (403) error - 1.2.1 New
Solution:
Modify settings.py
Re-execute the update file
Last updated