Issues2:
I decided to install a local copy of Mathoid on my Ubuntu Xenial server. I could successfully complete this using instrcutions at
https://github.com/wikimedia/mathoid
I know its working as I can pass the E=mc^2 test suggested at https://www.mediawiki.org/wiki/Mathoid.
If I set $wgMathFullRestbaseURL= 'http://localhost:10044/'
I get same error as above on the browser saying Math extension cannot connect to the RESTBase. On the server side I can see that request was received by node/mathoid but seems like no response was returned.
There are no instructions on how to setup connection between Methoid and RestBase. Can you please help me connecting the two? I am guessing config.yaml and LocalSettings.php need to have some paths that need to direct browser to methoid and methoid to restbase.
I have parsoid working fine. Do I need a parsoid style $wgVirtualRestConfig settings block?
Thanks in advance. Any help will be highly appreciated.