Hello and thank you for your response.
Unfortunately i’ve already switched to a different plugin which converts the images locally instead of sending it to a server to convert.
I disabled WP-rocket and the wp-admin environment was available, but the frontend of the website still showed the critical error.
I downloaded woocommerce version 4.3.3 from the following URL at the bottom of the page:
https://wordpress.org/plugins/woocommerce/advanced/
Wordpress 5.5 allows you to downgrade your woocommerce plugin.
Just upload the .zip file as a new plugin.
You will be asked if you want to downgrade to version 4.3.3 click “yes, downgrade” and all should work again.
Hello @jerparx,
Thanks for your answer, i’ve added the filter you suggested in the functions.php file
add_filter( 'wpseo_debug_markers', '__return_false' );
It works now.