2024-03-18, 11:07 AM
Hello,
I recently noticed that on Firefox I cannot open Jellyfin's web view. I'm not sure what version I was on when it started but I upgraded to 10.8.13 and it still happens. I am running on Windows.
It's possible to log in, however all that is displayed is the app bar and account menu, but no actual page content is visible. Trying to navigate to another page, such as the dashboard, also displays a black page.
I haven't included the debug log because apparently you can't attach a .txt as an attachment, but there's nothing wrong in it. Simply starts up fine/
Digging into the browser console, on Firefox, there seems to be some errors thown although the JS is minified so it's hard to say what the problem is. They are:
- Uncaught Error: Permission denied to access property "localName"
- Uncaught Error: Permission denied to access property "ownerDocument"
- Uncaught (in promise) Error: Permission denied to access property "localName"
Interestingly this problem doesn't occur on Safari or Chrome. So that tracks with the start-up having nothing interesting in the logs. Probably if there is an error to be found, it occurs when the front end is built. Not sure if this happens at install time or if the minified JS is included already built, with the installer.
I recently noticed that on Firefox I cannot open Jellyfin's web view. I'm not sure what version I was on when it started but I upgraded to 10.8.13 and it still happens. I am running on Windows.
It's possible to log in, however all that is displayed is the app bar and account menu, but no actual page content is visible. Trying to navigate to another page, such as the dashboard, also displays a black page.
I haven't included the debug log because apparently you can't attach a .txt as an attachment, but there's nothing wrong in it. Simply starts up fine/
Digging into the browser console, on Firefox, there seems to be some errors thown although the JS is minified so it's hard to say what the problem is. They are:
- Uncaught Error: Permission denied to access property "localName"
- Uncaught Error: Permission denied to access property "ownerDocument"
- Uncaught (in promise) Error: Permission denied to access property "localName"
Interestingly this problem doesn't occur on Safari or Chrome. So that tracks with the start-up having nothing interesting in the logs. Probably if there is an error to be found, it occurs when the front end is built. Not sure if this happens at install time or if the minified JS is included already built, with the installer.