"Did not get response from service. Please try again in one minute."

If you get the error Did not get response from service. Please try again in one minute. on https://languagetool.org and if trying again several times a few minutes later does not solve the problem, please contact me. I know from the error logs that quite some people get the error, but I cannot reproduce it, so I need your help in fixing it.

Hi,

I have hosted server on my own AWS EC2 machine and also modified port setting accordingly to allow port 8081.
the following test link is working fine and showing xml response.
http://dev.conduiraonline.com:8081/?language=en-US&text=Rajesh+Testing+IT
But when I am trying to integrate the same in to my website I am seeing the following error.
Did not get the response from service. Please try again in one minute
You can check the same at the following link
http://dev.conduiraonline.com/crt/lt.jsp

Please let me know where the issue is. Your help would be appreciated.

Thanks,
Rajesh

It seems like you started the server with --allow-origin but without a parameter? Try --allow-origin "*" instead.

Thank you dnaber.

Its working now.