I solve it, by disabling the caches, and I have enabled the force compilation of templates and add this code to your .htaccess
<RequireAny> Require method DELETE GET POST PUT OPTIONS </RequireAny> <Limit GET POST PUT DELETE HEAD OPTIONS> Order allow,deny Allow from all </Limit> <LimitExcept GET POST PUT DELETE HEAD OPTIONS> Order deny,allow Deny from all </LimitExcept>
There is the fix: https://github.com/PrestaShop/PrestaShop/issues/10198