Jump to content

All Links on the Automation page say: An error occurred while communicating with the server. Please try again.


Recommended Posts

On my Automation status page, all of the links that I click say "An error occurred while communicating with the server. Please try again."

Is there some place that I need to check to make sure the server is right?

I think this may have happened after I upgraded to a new server.  Everything else seems to be working just fine.

Thank you!

 

Link to comment
Share on other sites

  • 1 month later...

yeah sure this is the issue on the admin area and where to find the error log i am not sure where the errors are stored or logged so im not sure where to find these as they are not in the usual error logs in the hosting account. 

these are just a few of the errors but its pretty much the same error for them all.

cred-card.png

domain-renew.png

Edited by Mark Coates
Link to comment
Share on other sites

5 hours ago, Mark Coates said:

i have managed to fix this by adding this into my .htaccess file and now all works a dream

 


RewriteEngine On
RewriteCond %{HTTPS} !=on
RewriteRule ^(.*)$ https://%{HTTP_HOST}%{REQUEST_URI} [L,R=301,NE]
Header always set Content-Security-Policy "upgrade-insecure-requests;"

 

Maybe you could check in General Settings :D, there if you don't have https:// in the WHMCS URL then it will not use, check if I'm wrong please.

Link to comment
Share on other sites

On 12/30/2021 at 10:51 PM, Mark Coates said:

hi yes i just checked and it was set as http, i changed this to https and removed the code i added in the htaccess and all is working.

all for the sake of the missing 's' and not it all works 🙂

 

thanks

Anything else you need, you already know where to find it 😉

Link to comment
Share on other sites

  • 2 weeks later...

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use & Guidelines and understand your posts will initially be pre-moderated