When trying to play a recording, the screen looks like there is no CSS.
Checking Dev Tools console log, I can see errors such as:
Refused to apply style from ‘https://openreplay-test.*.com/sessions-assets/https%213A%212F%212F-mydomain.com%212FModules%212FShared%212FSideMenu%212FSideMenu.css.17’ because its MIME type (‘application/xml’) is not a supported stylesheet MIME type, and strict MIME checking is enabled.
When trying to get this asset directly, the self hosted server replied with such XML:
NoSuchKey
The specified key does not exist.
https!3A!2F!2Fvaadot-ashkelon-t.metropolinet.co.il!2FContent!2FchildrenCard.css!3Fv!3D12.17
sessions-assets
/sessions-assets/https!3A!2F!2Fserver.com!2FContent!2Fsome.css!3Fv!3D12.17
1824EBC17C73AE0C
dd9025bab4ad464b049177c95eb6ebf374d3b3fd1af9251148b658df7ac2e3e8
How can I check why it happened and hopefully fix it?
Note that both the self hosted OpenReplay server and the actual server used in recording are in the same intranet and should be able communicate with each other. While both are not accessible from the internet.
Thank you