I am having a localization problem when loading SonarQube 5.1.1 on Firefox.
The same problem does not happen on Google Chrome.
It does not happen only on my machine.
Even when I try to load the Sonar online demo, the same problem happen:
http://nemo.sonarqube.org/
Wrong on Firefox
Right on Google Chrome
How can I fix that?
Thanks!
Same here: SonarQube - No translations: NS_ERROR_DOM_QUOTA_REACHED
The cause of the problem is the localstorage.
Open JavaScript console (F12 -> Console)
Type localStorage.clear(); -> Enter
Reload (F5)
In the console you can see NS_ERROR_DOM_QUOTA_REACHED: Persistent storage maximum size reached
The localstorage max quota in firefox is based on the main domain (for nemo.sonarqube.org-> sonarqube.org). But I have no idea why your localStorage for this domain should reach the limit. Maybe some other bug or the localStorage.clear(); in the JavaScript console solves your issue...?
It's definitly a bug in SonaQube. They have to check the size limits of localStorage or use another caching mechanism.
Unfortunately I have not found where I can report the problem.
Edit: Now there is a JIRA ticket: https://groups.google.com/forum/#!topic/sonarqube/JPzsLhtuziQ - https://jira.sonarsource.com/browse/SONAR-7105
Related
I am facing an issue with our web tool that I am unable to solve. I already tried to google a solution but failed to find one.
We have a website where we use JavaScript to record audio from the users microphone via getUserMedia. The first time the user enters a html page on the https website, there is a notification popping up about permission rights. Thats fine, but on Firefox Mobile it doesn't matter if you gave your permission already, you will be asked on every single page again. Thats not the case for every other browser we tried.
So, is this some kind of our error or is it a limitation of Firefox Mobile?
Hope anyone solved that issue already in the past.
Best regards,
Daniel
It's a limitation in Firefox for Android (fennec). It intentionally asks users each time.
It's being solved in the next generation version, available in beta as Firefox Preview (fenix). The prompt there adds this checkbox, similar to Firefox for desktop:
☐ Remember decision for this site
Anyone know how to get the latest version of the LUIS UI to export a KB in Firefox? It seems to be using some form of 'clever' JavaScript that does not like Firefox. I can download in Edge but Firefox seems to go through the motions and I get the notification saying it's done from LUIS but no sign of the file.
I cannot reproduce the issue, so you will need to open a bug in the feedback forum and provide more details about how to reproduce the issue.
I have been developing a little speed dial page to learn how to work with IndexedDB. It's a locally hosted html page. When I open the page in Firefox, and attempt to inspect the Indexed DB the page creates, in the developer tools (under storage), it doesn't show any Databases. However, the page is successfully able to access and work with the DB (everything is loaded, and saved when the browser is closed). When I try it in Chrome, it shows the DB in the developer tools, and I am able to inspect the entries.
I am using the latest version of FF (56.0), but already had this issue with the previous version (55).
Has anyone else had issues with not being able to see Indexed DBs in Firefox developer tools? Does anyone know how to fix this, or is this a Firefox bug?
The issue seems to have been resolved by a Firefox update. I am now running Version 61.0.2, and I can now see the Indexed DB and all the entries in the developer tools, under Storage.
Resetting of the profile helped me.
I am trying to open the API page on Google developer console but it keeps on loading and doesn't give any result. I have searched for similar problems but the solutions did not work for me.
If you've added a content-filtering/ad-blocking extension to your browser (e.g. Disconnect), try to disable it.
I'm having a strange issue with Chrome.
I'm working on development with a very image heavy website. If I reload a page over and over again, eventually half the images or more will just disappear. (they don't seem to be broken, just not visible).
If I clear my local cache in Chrome and refresh the page, the images return.
Any idea what may be causing this and how to possibly fix?
edit: just to note, it's not just me. Others hav reported the same issue on the website I'm working on. Always Chrome.
Images, which contains "content-length" header randomly disapper, removing this at the server side solves this bug...
(chrome dev team has this issue in "open" state in their bug tracing system)
I've been getting this recently too. I generally use the latest dev channel for Chrome and assumed it was related to that, but even when launching the regular version of Chrome I get the same issue. I've only noticed it for the past 2-3 months though. Hard-refresh does the job, but it's a really odd bug.