I found the same problem. I’ve since changed the Cache-Control lines with the code (there are 4 instances in total), to include ‘no-store’ as well (so the lines look like
Cache-Control: no-cache, no-store, must-revalidate, max-age=0
then cleared the cache and things have worked perfectly since then.