After a clean installation of the latest version of aapanel, I connected the project via proxy. After receiving the SSL certificate I immediately received an error. After this I can no longer log into SSL. I immediately get an error

REQUEST_DATE: 2025-01-15 23:48:26
VERSION: Ubuntu 24.04.1 LTS x86_64(Py3.12.3) - 7.0.13
REMOTE_ADDR: 91.132.104.43
REQUEST_URI: POST /site?action=GetSSL
REQUEST_FORM: {'siteName': 'admin.stella-e.ru'}
USER_AGENT: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36
Traceback (most recent call last):
File "/www/server/panel/BTPanel/init.py", line 2683, in publicObject
return run_exec().run(toObject, defs, get)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/www/server/panel/BTPanel/init.py", line 2629, in run
result = getattr(toObject, get.action)(get)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/www/server/panel/class/panelSite.py", line 2325, in GetSSL
cert_data["id"], cert_data["ps"] = SSLManger().get_cert_info_by_hash(cert_hash)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/www/server/panel/class/ssl_manage.py", line 190, in get_cert_info_by_hash
ps_key = next((key for key in record.keys() if key.strip() == 'ps'), None)
^^^^^^^^^^^
AttributeError: 'str' object has no attribute 'keys'