Cloudways is a managed cloud hosting platform for businesses. This tag should be used to discuss anything related to the Cloudways Platform, its accompanying APIs, and the services Cloudways provides.
Questions tagged [cloudways]
73 questions
0
votes
1 answer
Woocommerce rest api error or htaccess issue Uncaught Automattic\WooCommerce\HttpClient\HttpClientException: JSON ERROR on cloudways
I am getting this error on my woo-commerce website.
I tried many solutions by searching on the internet like permalink settings, legacy setting in woo-commerce but nothing worked.
My code worked on the staging URL but on the live domain, it stops…

Rashtra
- 75
- 3
- 12
0
votes
0 answers
Run Laravel Dusk on Cloudways
I'm running Laravel Dusk locally and everything is working.
When I want to run the tests on my Cloudways server I get the error message:
Facebook\WebDriver\Exception\WebDriverCurlException: Curl error thrown for http POST to /session with params:…

Konrad
- 77
- 1
- 8
0
votes
1 answer
SSL certificate issue on Cloudways WP Installation
I have setup a managed WP install on Google Cloud using Cloudways. I am having issues with my SSL certificate appearing in web browsers. Using SSL checker I can see the SSL is installed…

netzure
- 35
- 1
- 7
0
votes
0 answers
Youtube API key working on localhost but not on cloudways
I have developed a Laravel webpage and I am using Youtube API. When I work on my test server (localhost on my computer) the YT API works just fine. However, when I transfer it to Cloudways, it brokes and gives Error 400 Bad Request : keyInvalid…

aqua
- 220
- 1
- 12
0
votes
1 answer
http://localhost forced into https://localhost when accessing duplicated wordpress site
I am using Duplicator Pro to duplicate a wordpress site from cloudways to my localmachine. After I finished the duplication process, and I enter http://localhost/mysite in the browser, the browser (both Chrome and Safari) change the protocol from…

malena
- 798
- 11
- 26
0
votes
0 answers
Deploying Laravel Application on Cloudways error
I'm trying to deploy my local host laravel project to a live Cloudways Digitalocean server. I have done a SSH transfer from bitbucket to deploy the app but am getting the following error when I try to view the live app. Stripe is not causing any…

B00100447
- 13
- 4
0
votes
1 answer
Proper way to deploy from Git. (Local -> Remote Git -> Live server)
So I'm programming using the CodeIgniter framework. I was wondering the best way to go about deployment to the live server.
My question stems from the default .gitignore.
If I add and commit the files to my Git Repo (which I will then use to pull…

radiantMemory
- 39
- 1
- 10
0
votes
0 answers
Linking two Digital Ocean Servers on Cloudways together
I currently run a Digital Ocean server on Cloudways.
I was wondering what do I do when my server exceeds the highest tier they offer?
Is it possible to do kinda a "load balance" through the API?
I run a pretty massive WordPress multi site with…
0
votes
1 answer
err_name_not_resolved issue after switching hosting service
Interesting issue I've run into when switching from Digital Ocean to Cloudways Digital Ocean plan. The styling and images do not load on the site with error "ERR_NAME_NOT_RESOLVED." If it's any use, I switched my domain from uncvrd.co to…

Jordan Lewallen
- 1,681
- 19
- 54
0
votes
0 answers
Getting 503 service unavailable when using session (on cloudways server)
I'm using cloudways.com to develop my website (codeigniter) and I would like to use session to store some data.
I test my code on localhost, it's work well but when I upload it to server (which is on cloudways.com), it return 503 service…

Giffary
- 3,060
- 12
- 50
- 71
0
votes
1 answer
setlocale on cloudways server
I deploy my laravel project on Cloudways server. Everything is ok, except date localisation. I use
setLocale(LC_TIME, 'sk_SK')
in my aplication but it doesn't work. After contacting Live chat on Cloudways their response was: "I would like to…

Guliver
- 3
- 3
0
votes
1 answer
Can't log in - Laravel 5.3 - Cloudways Application
I can't log in and I don't understand why. I tried a lot of thing since 4 days. I use git. The problem exist only onto the web server. Onto my test environment, every thing just work fine. When I try to log in onto the server, I am getting no error…

Elie Morin
- 1,456
- 3
- 15
- 35
0
votes
1 answer
Git checkout from one directory to another on server (cloudways)
I have a laravel app on Cloudway DigitalOcean, my app in /public_html , I want to update my app using git , so I have created folder private_html/git , where I pull my edited project from bitbucket, now I want to checkout it to my public_html/ , how…

Mikail
- 455
- 1
- 6
- 18
0
votes
0 answers
Git error when pulling to cloudways (Laravel 4 app)
My first deployment, so I installed Laravel 4 on cloudways , I did my first pull, the app was working, now when I did a small change to my BitBucket repository and than pull again to cloudways it gave me the following error:
Failed
Error doing git…

Mikail
- 455
- 1
- 6
- 18
0
votes
1 answer
503 error when reading and than inserting large table?
I get 503 service unavailable when i try to get 75000 rows and than insert each team his statistics. When i limit to 10000 rows, it works perfectly, but it looks like 75000 is too much to be loaded? Timeout, Upload and Memory limits are on 99999…

user1814358
- 619
- 3
- 8
- 17