13 questions
0 votes
1 answer
49 views
Deploying Django in PAAS (Clever-Cloud) / can't find my app
I am trying to deploy my django (5.0.3) in Clever cloud It can't locate my app on the server, although it works fine locally Here is my tree structure Here is my settings.py Here are my env ...
0 votes
0 answers
108 views
How do i use external file storage for user uploaded files in Django
I have deployed my django application on vercel and the mysql database is deployed on Clever Cloud. I have used the Clever Cloud File Storage (FS Bucket) service, free tier to store user uploaded ...
0 votes
1 answer
269 views
FS Bucket - Clever Cloud, how to properly use it?
We're trying to implementate a bucket system in our apps. FS-Bucket is an alternative provided also by Clever Cloud, that is our PaaS/IaaS provider. The issue might be in the documentation, that is ...
0 votes
1 answer
209 views
Is there a way to use custom arguments for npm install when deploying in Clever Clouds?
I'm working on a NextJS application which is deployed through Clever Clouds. One of the newer dependency require the argument --legacy-peer-deps to be passed with npm install. When deploying to Clever ...
0 votes
1 answer
76 views
How to speed up the app startup on a Java app using Heroku and CleverCloud?
Context: I am learning to code with a course run by my country's government. We are using Angular, Java Spring Boot and SQL to create a portfolio. They did not go into much detail on different things, ...
0 votes
1 answer
217 views
How to migrate from cellar clever cloud to S3 of Amazon
I am still new to the cloud and when I first started I used Clever Cloud. But now I want to migrate to AWS, and I have data that I want to move from Cellar to Amazon S3. I am not sure what are the ...
0 votes
0 answers
224 views
Clever can't do a command build in package.json
I want to deploy my application Adonis5 js in CLEVER but when i deploy and inspect the logs, i see the server failed because he doesn't run build command (in my case node ace build --production) when ...
0 votes
1 answer
104 views
Clever Cloud (S3 Bucket) can't serve compressed gzip files
I'm using Clever Cloud with static hosting and I want to serve compressed files. I used gzipper to generate gzipped files "compress:gzip": "gzipper compress ./dist/apps/site ./dist/apps/...
0 votes
1 answer
434 views
missing "Acces-Control-Allow-Origin" header after nodejs API deployment
SOLVED The problem was coming from my start script which was linked to an old version of the build, and i didn't remember changing it that's why i didn't check that... So nothing is wrong with the ...
0 votes
1 answer
451 views
Crontab is not setup after a deployment with rake task and whenever gem
I use the gem whenever to manage cron task throught my rails 6.0 app. the rake task that manage Cron task is called during the deployment but crontab schedule is empty after deployment. config/...
0 votes
1 answer
186 views
NodeJS API working locally but not on Heroku
So, I have a MERN App (M -> MySQL) and I deployed my MySQL DB on clever-cloud. I replaced the respective fields (host, user, password and database) with the values I got from clever-cloud and the ...
-2 votes
1 answer
2k views
How to connect to clever cloud's mysql from springboot? [duplicate]
I am new to springboot and I have not found the answer I am looking for in the web. Clever cloud provides 100mb of free mysql storage, once you register to it, you get the uri, the username, database ...
0 votes
1 answer
130 views
How to bind a Rust service running on Clever Cloud with a custom domain?
I have deployed my Rust service to the Clever Cloud platform. It works as expected on PROD and localhost. How I can bind my custom domain with deployed Rust service? For example, to make request to my ...