Topic on Project:Support desk

Sporadic error (docserver-http: 404) on start of visual editor

1
Arganoide (talkcontribs)

I installed mediawiki 1.27.1 with Visual Editor 1.27 following the instructions on https://www.mediawiki.org/wiki/VisualEditor/Setup . I followed the troubleshooting instructions as well, but everything seems to work. Sometimes I get the error, if I try to edit an article, but not always. I wasn't able to reproduce the error reliably.

Do you have any ideas on my problem?

Your help is very appreciated!


The Parsoid service is installed on a different server. The configuration is as follows: IP of Parsoid server: 1.1.1.1 Domain of wiki: www.wiki.com URL of wiki:

Configuration of parsoid server: /etc/mediawiki/parsoid/config.yaml: mwApis:

       - uri: 'http://www.wiki.com/testWiki/api.php'

Configuration wiki: localSettings.php wfLoadExtension( 'VisualEditor' ); $wgDefaultUserOptions['visualeditor-enable'] = 1;

$wgHiddenPrefs[] = 'visualeditor-enable';

$wgVirtualRestConfig['modules']['parsoid'] = array( # URL to the Parsoid instance // Use port 8142 if you use the Debian package 'url' => 'http://1.1.1.1:8142', );

Reply to "Sporadic error (docserver-http: 404) on start of visual editor"