Editing an article is not working

Hi,

I’m using the docker image xwiki:lts-mysql-tomcat, currently XWiki is on version 13.10.2. I migrated the installation from version 11.10.2. Everything seems to be working, except the editing of articles. All users, articles, images, etc, are there, all looks ok until I try to edit an article. I just shows a screen with a rotating loading icon forever, and I don’t see any errors in the logs about it. What is it trying to do?

At first after installation I noticed errors that it wanted to download stuff from xwiki.com and xwiki.org subdomains, and this failed as the system does not have direct internet access. We then configured the container to use our proxy and allowed xwiki.com+org and all subdomains on our proxy.

JAVA_OPTS=-Dhttp.proxyHost=webproxy.xxx -Dhttp.proxyPort=8080 -Dhttps.proxyHost=webproxy.xxx -Dhttps.proxyPort=8080

I don’t see any errors downloading extensions in the logs any more, but the editor still does not work, it just keeps loading forever.

Any help with this would be very much appreciated.

Regards,
Sven

Hi. Maybe try to force refresh your browser to clear its cache?

If the problem persists, open the javacript console to see if there are any errors.

Thx