Hello, I need some help with setting up parsoid
I run a vm with the latest ubuntu version fully up to date, and MW 1.34. I want to do some testing so I run MW at localhost, fresh installs everything.
I downloaded visual editor for MW 1.34, install it, MW picks it up normally (after adding it to LocalSettings)
I install parsoid based on those instructions https://www.mediawiki.org/wiki/Parsoid/Setup#Ubuntu_/_Debian
the config.yaml file is in /etc/mediawiki/parsoid and it has this text
Moreover, I also linked with parsoid based on this configuration in my LocalSettings https://www.mediawiki.org/wiki/Extension:VisualEditor#Linking_with_Parsoid
but it does not work. When I press edit on MW (localhost) it tells me “Error loading data from server: apierror-visualeditor-docserver-http-error: http-request-error. Would you like to retry?”
can someone please help me?
P.S. I have also set up a RESTbase and that seems to be working at least (can start node server)