Does it come along with MediaWiki 1.35 or should it be installed separately? If it doesn't come along with MediaWiki 1.35 is it mandatory for VisualEditor to work properly or we can skip its installation?
Topic on Talk:RESTBase
I had to enable VisualEditor to make it work on 1.35.0
I was able to get
rest.php/v1/page/Main_page/bare
and rest.php/v1/page/Main_page
to work
But rest.php/v1/page/Main_page/html
fails.
It gives the following error
{
"messageTranslations":
{"en":"Unable to fetch Parsoid HTML"},
"httpCode":500,
"httpReason":"Internal Server Error"
}
What should I do to make html
endpoint to work?
+1 to the question "What should I do to make html
endpoint to work?"