None of my four Kanban Board are working under Firefox 86 anymore.
I already logged out, cleared all Cookies, do a "Hard"-Reload (holding shift during reload button click), without any changes.
Under Chrome it works.
But I do not like to use Chrome.
start firefox in safe mode to exclude the possibility of a plugin interfering with the boards:
"C:\Program Files\Mozilla Firefox\firefox.exe" -safe-mode
(use the path to your firefox installation)
I'm under macOS and I really don't beleave that it's a problem with any plugins.
A self hosted jira (V8.9.0) runs in the same browser without any issues.
The js console of the atlassian hosted system show a lot of Exceptions.
The first one is:
Uncaught
Exception { name: "NS_ERROR_FILE_CORRUPTED", message: "", result: 2152857611, filename: "https://d2wc2hukf9pj17.cloudfront.net/atl-vertigo--shard-jir…e-jira-classic-jquery-vuln-217984=true&jag=true&locale=de-DE", lineNumber: 10601, columnNumber: 0, data: null, stack: "l.get@https://d2wc2hukf9pj17.cloudfront.net/atl-vertigo--shard-jira-prod-eu-12--2--jres.atlassian.net/s/d41d8cd98f00b204e9800998ecf8427e-CDN/sb53l8/b/24/d38e4b59fbf8bbdeb203bae176e8b53e/_/download/contextbatch/js/jira.heritage/batch.js?feature-jira-classic-jquery-vuln-217984=true&jag=true&locale=de-DE:10601:717\ni@https://d2wc2hukf9pj17.cloudfront.net/atl-vertigo--shard-jira-prod-eu-12--2--jres.atlassian.net/s/d41d8cd98f00b204e9800998ecf8427e-CDN/sb53l8/b/24/d38e4b59fbf8bbdeb203bae176e8b53e/_/download..." }
batch.js:10601
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I just opened the atlassian hosted system in a private tab of my firefox and voila it works.
What could this be?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Realy realy strange:
After I cleared all Caches, Websitedatas and Cookies in my Firefox, the atlassian hosted system works again.
But now, the self hostet System is not working anymore!
It show nearly the same Exception than the other did before.
First Exception:
Uncaught TypeError: i.exceptionView.titleView.getElementsByTagName(...)[1] is undefined
handleJsException https://service.mediagear.net/s/d41d8cd98f00b204e9800998ecf8427e-CDN/-llr02u/809000/cb3c0881f11491a6f233836b314051da/0f0ac3627bc01194d2080ddc4127fa51/_/download/contextbatch/js/gh-rapid-exception,-_super/batch.js:5
batch.js:5:1027
Second Exception:
Uncaught
Exception { name: "NS_ERROR_FILE_CORRUPTED", message: "", result: 2152857611, filename: "https://service.mediagear.net/s/6da9e55d26422a88ceb3d948e7e2…true&jag=true&jaguser=true&locale=de-DE&whisper-enabled=true", lineNumber: 9534, columnNumber: 0, data: null, stack: "l.get@https://service.mediagear.net/s/6da9e55d26422a88ceb3d948e7e24cda-CDN/-llr02u/809000/cb3c0881f11491a6f233836b314051da/6b415a90180865d16f6abbed2ff091c6/_/download/contextbatch/js/gh-rapid-work,jira.project.sidebar,atl.general,jira.global,com.atlassian.jira.projects.sidebar.init,greenhopper-rapid-non-gadget,-_super/batch.js?agile_global_admin_condition=true&flexboards=true&jag=true&jaguser=true&locale=de-DE&whisper-enabled=true:9534:717\ni@https://service.mediagear.net/s/6da9e55d26422a88ceb3d948e7e..." }
batch.js:9534
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Maybe it's this issue:
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Doing this on the console helped:
localStorage.clear() sessionStorage.clear()
Found here:
https://davidjb.com/blog/2017/11/resolving-an-ns_error_file_corrupted-error-in-mozilla-firefox/
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Sounds like a corrupt FF profile. can you delete the profile and test again.
./firefox -profilemanager ( and than delete the profile)
If the issue is still reproducible, this is likely a bug in FF.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I had the problem again, after I tried to fix it with the upper solution (localStorage and sessionStorage clear).
After removing the FF profile it works now.
But before I mark this issue as solved, I will wait a view days - just to be sure.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
For me clearing storage didn't work until I changed
useStoredSettings=true
to
useStoredSettings=false
in the board URL and that seemed to reset things.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.