MediaWiki heroku parsoid с ошибкой 404 VisualEditor
Я много читал, но проблема все еще возникает
Когда я нажимаю "Редактировать с помощью VisualEditor", он дает мне:
Ошибка загрузки данных с сервера: apierror-visualeditor-docserver-http: HTTP 404
У меня есть визуальный редактор в расширении
Поскольку у меня есть общий хостинг, мне нужно сделать сервер Heroku для Parsoid Node.js Ссылка на учебник:VisualEditor/ Установка на общий хост
Но все еще есть эта ошибка
LocalSettings.php:
wfLoadExtension('Визуальный редактор');
$ wgVisualEditorEnableWikitext = true;
$ wgDefaultUserOptions ['visualeditor-newwikitext'] = 1;
$ wgDefaultUserOptions ['visualeditor-enable'] = 1;
$ wgDefaultUserOptions ['visualeditor-editor'] = 'visualeditor';$wgVirtualRestConfig['модули']['парсоид'] = [
'url' => 'https://eyalpedia.herokuapp.com/'];
Config.yaml:
mwApis: # This is the only required parameter, # the URL of you MediaWiki API endpoint. uri: 'http://wiki.eyalgi.com/w/api.php' # The "domain" is used for communication with Visual Editor # and RESTBase. It defaults to the hostname portion of # the `uri` property above, but you can manually set it # to an arbitrary string. It must match the "domain" set # in $wgVirtualRestConfig. # domain: 'localhost' # optional # To specify a proxy (or proxy headers) specific to this prefix # (which overrides defaultAPIProxyURI). Alternatively, set `proxy` # to `null` to override and force no proxying when a default proxy # has been set. #proxy: # uri: 'http://my.proxy:1234/' # headers: # optional # 'X-Forwarded-Proto': 'https' # See below, defaults to true. strictSSL: false
Кто-нибудь может помочь
Благодарность
Эяль