SonarQube - No translations: NS_ERROR_DOM_QUOTA_REACHED

为君一笑 提交于 2019-12-12 03:59:29

问题


we are using SonarQube 5.1.2 on a domain like sonarqube.companyname.com.

Because of a firefox bug (https://bugzilla.mozilla.org/show_bug.cgi?id=1064466) the local storage quota isn't based on the subdomain. As we are using many applications on domains with the suffix .companyname.com which also uses localStorage I got the following error in the JavaScript console:

NS_ERROR_DOM_QUOTA_REACHED: Persistent storage maximum size reached

And the result looks like this:

http://i.stack.imgur.com/RjH48.png

Is there anything I can do? Maybe a config setting to disable the localstorage translation caching?

Has anyone else the same problem?

来源:https://stackoverflow.com/questions/32560413/sonarqube-no-translations-ns-error-dom-quota-reached

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!