I am trying to enable the Visual Editor in MediaWiki 1.35.
I'm using the docker image out of the box: https://github.com/wikimedia/mediawiki-docker/blob/master/1.35/apache/Dockerfile
I've not made any changes to the image - just run the installer and enabled the extension:
wfLoadExtension( 'VisualEditor' );
Trying to open the editor produces apierror-visualeditor-docserver-http-error (from here, maybe?).
This StackOverflow post is similar, but with a different error message.
I'm not familiar with MediaWiki, but my understanding is that 1.35 removed the need for Parsoid, but this error looks like it's coming from a Parsoid client. I'm not sure why that is being called if it's not required.