What is happening is the following:
They are incorrectly adding a (.*) to our rocket_cache_reject_uri filter in their WP Rocket compatibility file /wp-content/themes/woodmart/inc/integrations/rocket.php The exclusion is added to our configuration file: https://i.imgur.com/emNCZrL.png
This is happening on line 95, with this function: woodmart_rejected_uri_exclusions() Code: https://i.imgur.com/gxTuQCv.png
This causes absolutely all pages to be excluded from the cache.
This is happening as of version 7.0.3 which is precisely the version we are using.