Hi all, we're facing an issue where no modules are loading for some users only some times. What we're seeing is that users will log in, click the tiles at the top to access all of their modules, and then are not redirected from /web#home. The expected behavior and what happens most of the time is that they're redirected from /web#home to /web#cids=1&action=menu . What we see in the dev tools when the modules aren't loading is
Refused to apply style from web.assets_backend.min.css because its MIME type ('text/html') is not a supported stylesheet, and strict MIME checking is enabled
The page then doesn't load so that the user is now staring at a blank screen. Has anyone encountered a similar issue before?
Thanks!