Zend certified PHP/Magento developer

Unable to login dashboard after upgraded to magento 2.4.5-p1

After upgraded magento 2.4.5, when I login dashboard, It always got error: A technical problem with the server created an error. Try again to continue what you were doing. If the problem persists, try again later. I would be logout after refresh page.
I have to try many times and I can login successfully one time.
there isn’t exception log in magento, but I checked nginx error log:

2023/03/12 04:02:55 [error] 2649#2649: *139426 access forbidden by rule, client: 127.0.0.1, server: aaa.com, request: "GET /errors/errors.php?ced=cGhwaW5mbygpOw== HTTP/1.1", host: "bbb.com"
2023/03/12 04:03:19 [error] 2646#2646: *136614 access forbidden by rule, client: 127.0.0.1, server: aaa.com, request: "GET /web_system.php?q=OUTEDLOS HTTP/1.1", host: "www.bbb.com"
2023/03/12 04:03:20 [error] 2646#2646: *136614 access forbidden by rule, client: 127.0.0.1, server: aaa.com, request: "GET /pub/web_system.php?q=150879SH HTTP/1.1", host: "www.bbb.com"
2023/03/12 04:07:52 [error] 2656#2656: *140666 access forbidden by rule, client: 127.0.0.1, server: aaa.com, request: "GET /web_system.php?q=JVEX7PGH HTTP/1.1", host: "www.bbb.com"
2023/03/12 04:07:52 [error] 2656#2656: *140666 access forbidden by rule, client: 127.0.0.1, server: aaa.com, request: "GET /pub/web_system.php?q=T98L6UJO HTTP/1.1", host: "www.bbb.com"
2023/03/12 04:09:31 [error] 2646#2646: *136614 access forbidden by rule, client: 127.0.0.1, server: aaa.com, request: "GET /pub/web_system.php?q=UXSWMMX8 HTTP/1.1", host: "www.bbb.com"
2023/03/12 04:12:13 [error] 2651#2651: *141021 FastCGI sent in stderr: "PHP message: PHP Fatal error:  Allowed memory size of 792723456 bytes exhausted (tried to allocate 20480 bytes) in /website/aaa/vendor/magento/zendframework1/library/Zend/Db/Statement/Pdo.php on line 292" while reading response header from upstream, client: 127.0.0.1, server: aaa.com, request: "GET /en_laptop/replacement-laptop-screens.html HTTP/1.1", upstream: "fastcgi://unix:/var/run/php-fpm/www.sock:", host: "www.bbb.com", referrer: "https://www.bbb.com/"

my server is nginx/1.22.1, I tested it on my local machina with apache, all work well.
I set memory_limit = 20G,
max_execution_time = 86400
enter image description here