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'?