Hi, I had a similar problem on query string pages when caching with WP-Rocket where instead of the CSS and JS linking to example.com/styles/… , it links to example.com/page/styles/…, which will not loaded the resources from my CDN.
For the last issue, I had the query string “pa=xx” and by added “pa” to WP-Rocket list of query strings to cache, the page loaded correctly.
Now I am having the same problem when trying to use my theme’s special page editor. It runs on pages by appending the query string “cornerstone=1”. Putting “cornerstone” in the same place as “pa” does not fix the issue as it did last time, it only makes it worse.
I can not afford to disable any plugins. Thanks for any help!