1. Problem description
When logging in to the Pagoda panel, a login verification code pops up due to a mismatch between the wrong password/IP and the last time, but the verification code cannot be loaded.
2. Solution
The solution to the problem comes from the Baota happy version of the Telegram group.
If you need to install the happy version, refer to the article on this site:
Install Pagoda 7.9.0 Enterprise Edition
https://blog.tsinbei.com/archives/293/
To fix this issue, execute:
1 | pip install --upgrade Pillow bt reload |
If not, replace it with
1 | btpip install --upgrade Pillow bt reload |
The principle is simple, install the missing components and the problem will be solved.
Fix aaPanel Cannot Display Captcha
Comments