Erroraccess Denied: Possible Csrf Attack

ErrorAccess denied: Possible CSRF attack

i have this error, I edited the php.ini as following

allow_url_fopen = Off
allow_url_include = Off
display_errors = Off
enable_dl = Off
file_uploads = On
max_execution_time = 30
max_input_time = 60
max_input_vars = 10000
memory_limit = 512M
post_max_size = 10M
session.gc_maxlifetime = 1440
session.save_path = "/var/cpanel/php/sessions/ea-php73"
upload_max_filesize = 10M
zlib.output_compression = Off
but still i have the same error
I'm on a VPS 6 Cores and 16 GB RAM from Contabo
what should i do?? please advice
thank you

Hello

If you don't want to see this message again in config.local.php, set 'anti_csrf' => false.

Best regards

Robert

I have same problem,

we increase the php upload size for change the theme after we got this message, and no have solution anywhere

we diable csrf after we got diffrent error message, also some web site in the same server not working :)

no have solution and documentation for this issue from CS cart, someone should be share a excat solution for it.