Sign in with Microsoft
Sign in or create an account.
Hello,
Select a different account.
You have multiple accounts
Choose the account you want to sign in with.

Problem

The following web browser error message appears when accessing the DeployR landing page for Linux:

Error: Origin is not allowed by Access-Control-Allow-Origin

Solution

This error occurs when DeployR has not started properly. You can start the service again by issuing the following command:

/home/<deploy_user_directory>/deployr/7.<version>/startAll.sh 



Note: There are also some instances when the DeployR server needs to be rebooted due to maintenance & accessing the DeployR landing page directly after the server has rebooted will sometimes give the above error message on your browser. Please make sure that you invoke the startAll.sh script or you can put this script when your Linux server starts up:

For example in RedHat Linux:
On /etc/rc.d/rc.local, you can insert the following lines:

su - <deployr_user> -c '/home/<deploy_user>/deployr/7.<version>/startAll.sh'

Need more help?

Want more options?

Explore subscription benefits, browse training courses, learn how to secure your device, and more.

Communities help you ask and answer questions, give feedback, and hear from experts with rich knowledge.

Was this information helpful?

What affected your experience?
By pressing submit, your feedback will be used to improve Microsoft products and services. Your IT admin will be able to collect this data. Privacy Statement.

Thank you for your feedback!

×