Topic on Talk:VisualEditor/Installation on a shared host

apierror-visualeditor-docserver-http: HTTP 404

7
Summary by Sophivorus

Instructions have been completely updated and tested, this no longer applies.

Jer Hughes (talkcontribs)

I followed the steps, and can even verify "Welcome to the Parsoid web service" is displayed (Step 20), but I get "Error loading data from server: apierror-visualeditor-docserver-http: HTTP 404" after I complete Step 21 and try to edit a page.

The directions say to use this format:

// URL to the Parsoid instance
'url' => 'APPNAME.herokuapp.com',
// Parsoid "domain", see below (optional)
'domain' => 'localhost',
// Parsoid "prefix", see below (optional)
'prefix' => 'your wiki prefix',

I tried:

'url' => 'fake-appname-12345.herokuapp.com',
//'domain' => 'localhost',
//'prefix' => 'your wiki prefix',

'url' => 'fake-appname-12345.herokuapp.com',
'domain' => 'localhost',
'prefix' => 'your wiki prefix',

'url' => 'fake-appname-12345.herokuapp.com',
'domain' => 'fake-appname-12345.herokuapp.com',
'prefix' => 'https',

'url' => 'https://fake-appname-12345.herokuapp.com',
'domain' => 'fake-appname-12345.herokuapp.com',
'prefix' => 'https',

Can someone elaborate on what these values are? And this page provides instructions for setting Parsoid up on Heroku, why would the Parsoid "domain" ever be 'localhost'?

186.216.146.141 (talkcontribs)

I have the exact same problem with my wiki.

Creating a page is ok, though.

41.105.195.178 (talkcontribs)

the same problem , I am so so so tired with it for 3 months :/

201.14.131.70 (talkcontribs)

I'm tired about this same problem too :(

95.136.225.130 (talkcontribs)

Same for me...

John Harry Lau (talkcontribs)

Maybe need to install RESTBase

John Harry Lau (talkcontribs)