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
6
votes
2 answers
Mixed content jQuery ajax HTTPS request has been blocked on Laravel
I think this question will be easy for someone and will be a face-palm situation for me.
I have a Laravel 5.3 site, and various pages have ajax requests. Because I use the csrf_field() feature, they work fine.
But there is one page where the ajax…

Ryan
- 22,332
- 31
- 176
- 357
5
votes
2 answers
How to determine what's causing JIT status to shows as "Disabled" in phpinfo()
I've set-up everything as best as I can and yet I see JIT status as Disabled.
Here's what I have:
echo (function_exists('opcache_get_status')
&& opcache_get_status()['jit']['enabled']) ? 'JIT enabled' : 'JIT disabled';
Returns:
JIT…

arslan
- 348
- 1
- 10
5
votes
3 answers
How to push code from Cloudways to Github
Is it possible to deploy code from a Cloudways app to an empty git repository? I would like to know if it's possible as I'm currently using FTP (Filezilla) for that. I'm able to clone a live site to a staging site, but cannot deploy it to Github in…

user3752231
- 75
- 2
- 9
4
votes
5 answers
Drupal with Amazon Web Services?
I'm not sure if this is the write place to ask, but this is the only site I know where I get my questions answered... anyways
I wanted to install drupal but where should I host it? Can amazon web service host this such application? Do I need to go…

hellomello
- 8,219
- 39
- 151
- 297
2
votes
1 answer
Error Class "Laravel\Fortify\Features" not found
I have ecommerce laravel application.
Laravel Framework 8.83.8
PHP v8.0.1
I have done
php artisan config:cache
php artisan route:cache
php artisan view:cache
I deployed it on Cloudways (Digital Ocean) via Git.
but when i try to run my website it…

Muhammad Arsalan
- 21
- 1
- 5
2
votes
1 answer
How to import MYSQL database from Windows to production server
Disclaimer: I'm a total green horn.
I'm working with PhpStorm on Windows, which offers a convenient way of creating and managing databases during development. Unfortunately, now that I want to push to production, uploading the database to Cloadways…

Artur Müller Romanov
- 4,417
- 10
- 73
- 132
2
votes
1 answer
How to deploy Gatsby site with webhook from Github to CloudWays?
I want to host my website build in Gatsby on CloudWays. Is there such an option for continuous deployment?
There is an option to deploy code via Git and fetch the repo. But for Gatsby, there's another step involved by doing 'gatsby build'.
Is there…

Mark
- 731
- 2
- 10
- 29
2
votes
1 answer
Cloudways Hosting - application shows Website Unavailable
Website Unavailable
The website you are trying to reach is unavailable because it use security service to prevent unauthorized access and online attack.
No information in the Cloudways KB - a broad search returned nothing so I'm adding this here for…

Dylan Glockler
- 1,115
- 1
- 20
- 40
2
votes
1 answer
Laravel SQLSTATE[HY000] [1045] Access denied for user 'homestead'@'localhost' (using password: YES) (SQL: select * from `table_companies`)
I have my .env file configured with the remote DB credentials and its working on my local computer.
When I deploy the app to our dev server in the same page returns
SQLSTATE[HY000] [1045] Access denied for user 'homestead'@'localhost' (using…

kangular
- 263
- 4
- 16
2
votes
1 answer
Socket.io, server not responding to connection event
I have a managed server at cloudways. I am trying to use socket.io.
client.php:
var socket = io('http://localhost:3000');
console.log(socket);
server.js:
var app = require('express')();
var server = require('http').Server(app);
var io =…

Bergkamp10
- 265
- 2
- 10
2
votes
1 answer
Silverstripe CMS multiple "success" messages
I'm having this issue on my production server but not in local development:
Loading any page of the CMS (excluding secondary tabs) fires off a "success" notification, sometimes 5-6+ of them at the same time. I can not seem to track down where…

Chris
- 263
- 3
- 11
2
votes
2 answers
Symfony setup directory on cloudways
I want to set up symfony3 on cloudways. Path for application folder is /home/master/applications/[appName]. pwd in this dir: conf logs private_html public_html ssl tmp.
As this link says I should install symfony application in public_html.…

FreeLightman
- 2,224
- 2
- 27
- 42
2
votes
1 answer
Error in MySQL access denied Laravel and Cloudways
I just moved my application to production, I am using Cloudways and DigitalOcean, but when I try to log in to my application this error comes out:
QueryException in Connection.php line 770:
SQLSTATE[28000] [1045] Access denied for user…

MaCa
- 47
- 6
2
votes
0 answers
Connect to cloudways mysql db with microsoft access
I have been trying to create an SSH tunnel in order to connect a microsoft access frontend to a mysql database on my cloudways server. I have successfully connected to it and tested the mysql connection through putty, however it does not appear to…

gxrobb
- 45
- 1
- 5
1
vote
1 answer
Next Js page hosted in cloudways server showing 404 error
We have hosted next JS app in Cloudways Linode server via pm2. The page is working properly in localhost but showing 404 error in server. The screenshot of the page is as below:
The .htacess file is as below:
RewriteEngine On
RewriteBase…

abhaya simha
- 11
- 3