Mentioned it briefly in the Matrix channel earlier but was wondering if anyone has any solutions or whether this is just a bug. When I spun the server up it was originally on one domain and I had this issue, tried splitting it across domains instead.
The server is on an internal network so uses self-signed certificates with the unsafeUrl as the top level internal domain and the safe URL as a subdomain of the domain and uses the basic nginx config from GitHub. The platform's accessible via Firefox but not Chromium based browsers.
When loading the page, it hangs at "Load Drive (0%)" and upon checking the browser developer console every network request succeeds, there's no backend errors and the only error in browser console is:
drive/#:1 Failed to fetch a worker script.
Browsers tried include:
Chromium version: Version 137.0.7151.68 (Official Build) snap (64-bit) (hangs)
Microsoft Edge version: Version 137.0.3296.83 (Official build) (64-bit) (hangs)
Firefox (works)
I've tried the browsers in incognito/private mode and there are no extensions loaded/running.
Thanks in advance