Skip to main content
AI Assist is now on Stack Overflow. Start a chat to get instant answers from across the network. Sign up to save and share your chats.
0 votes
1 answer
49 views

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 ...
fransua's user avatar
  • 553
0 votes
0 answers
108 views

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 ...
Jadepy's user avatar
  • 1
0 votes
1 answer
269 views

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 ...
rb_engineer's user avatar
  • 1,046
0 votes
1 answer
209 views

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 ...
Triup Lauro's user avatar
0 votes
1 answer
76 views

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, ...
Guido Obedman's user avatar
0 votes
1 answer
217 views

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 ...
harushi99's user avatar
0 votes
0 answers
224 views

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 ...
heliosorphee's user avatar
0 votes
1 answer
104 views

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/...
Almigra's user avatar
  • 90
0 votes
1 answer
434 views

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 ...
Arnaud's user avatar
  • 89
0 votes
1 answer
451 views

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/...
AnnABlue's user avatar
  • 171
0 votes
1 answer
186 views

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 ...
Shubh Ashish's user avatar
-2 votes
1 answer
2k views

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 ...
Noob_coder's user avatar
0 votes
1 answer
130 views

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 ...
captain-yossarian from Ukraine's user avatar