Topic on Talk:RESTBase

Wess (talkcontribs)

We are trying to install RESTbase to support the wikieditor-VisualEditor switch. It seems that REST base is working fine (on localhost) but the VisualEditor will not load, providing a http 0 server error.

Also the old Wikieditor will not load, and the console sends 'Uncaught TypeError: Cannot read property 'id' of undefined':

I guess it has to do with a missing configuration but any clue will be very helpful.

Wess (talkcontribs)

Apparently the editor issue was due to another extension that was not up to date. However the VisualEditor http 0 issue is still present...

Mobrovac-WMF (talkcontribs)

If RESTBase is working on localhost, then this is likely a VE-related issue. Try to get help on Extension:VisualEditor . You need to provide them with the versions of MW and VE you are running, along with your LocalSettings.php configuration. Also useful would be to get the stack trace of the error you see on the console.

Wess (talkcontribs)

Thanks. Apparently the issue was pointing VE RestbaseURL to localHost rather than to the external url.