Menu (document tree) doesn't show in Edge, sometimes doesn't show in other browsers

Document tree constantly doesn’t show in Edge. Sometimes this happens also on Chrome and more rarely (almost never) on Firefox.

In network tab in developer tools I can see 404 code for http://192.168.60.26:8080/Main/text.js

and 401 for: http://192.168.60.26:8080/login/XWiki/XWikiLogin;jsessionid=62A0A1D7F42D214BAC5E5A452F0E7832?srid=fxmotYX9&xredirect=%2Fbin%2FMain%2F%3Fsrid%3DfxmotYX9

This is the dev console output in Edge:
image

image

XWiki 10.6.1 on Tomcat
No addons in any of the browser

As I mentioned in another thread, you have JavaScript errors related to an extension that you have installed, probably https://extensions.xwiki.org/xwiki/bin/view/Extension/Groovy%20Console%20Application . text.js and ace are not used in XWiki Standard. This errors can prevent the tree from loading.

1 Like

Thanks a lot. Uninstalling this extension solved not only this problem but also increased the loading speed.

Thanks. I’ve added a red box on https://extensions.xwiki.org/xwiki/bin/view/Extension/Groovy%20Console%20Application

1 Like