I tried run Mathoid with Restbase but failed.
I got massage "Service unavailable bala.. " in my Restbase API page.
Then I found following lines in RESTbasePath/v1/mathoid.yaml
like uri: /wikimedia.org/sys/mathoid/check/{type}...
there are "wikimedia.org/sys/..."s.
I guess they should be "/{domain}/sys...", so I changed /wikimedia.org/sys... to /{domain}/sys..
Now, I can see the math APIs in my Restbase API page.
But, unfortunately, the math APIs don't work.
I got 404 error.
{ "type": "https://mediawiki.org/wiki/HyperSwitch/errors/not_found", "title": "Not found.", "method": "post", "uri": "MyRestbaseDomain/v1/media/math/check/tex" }
My Mathoid server is working normally.
any one have any idea?
if then, please share to me.