WordPress application – Styles are not recording on OpenReplay

Hi team,

I’m experiencing an issue with OpenReplay session recordings in my WordPress application (hosted on ESC with Docker). The session content is being captured, but the recordings show only plain HTML—none of the CSS styles are applied.

Has anyone encountered this problem before, or does anyone know how to get OpenReplay to record and display sessions with the correct styling?
Any tips or troubleshooting steps would be greatly appreciated!

Thank you!

That means the css files are not accessible for the OpenReplay VM/instance. This happens sometimes when they’re behind a CDN (like CloudFlare) and in that case, make sure to whitelist the IP of your OpenReplay VM.

Alternatively, you can simply add the inlineCss: 3 option to your tracker. This way, you force stylesheets to captured with each session (rather than cached by the VM).