Running a Django site that appears to be caching the site and not letting go of that cache and/or multiple caches.
When I make an edit in TinyMCE using the Frontend site editor and save, I can see the change but when refreshing the page the change is removed. This goes back and forth with every single refresh of the browser. I've tried this in a lot of browsers, btw. When running this locally everything is fine, it's only when it's pushed up to Opalstack that we're seeing this issue. If we restart the server the problem goes away, but we can't keep restarting the server with every change.
Example: https://abcjesuslovesme.com/intentional-journey-group/
Look at the section of this page (third image down) starting with "Read what others say about Heidi’s work:" We've made several changes to this section which will be are shown if you refresh the page a bunch of times, it cycles through them all. There is actually no content below the headline, it's been removed, and then I added three periods to the end of the last line "Get Intentional About Your Journey..." and sometimes all three periods are there and sometimes they aren't.
Does anyone have any idea what the heck is going on? We've been looking for quite some time now and we're not getting anywhere. We think it might be tied to the Django-front module possibly running on Opalstack but can't find anything obvious outside of that. Wondering if Opalstack has some settings we're missing. Any help would be appreciated.
Open this image in a new window, sorry.