Questions tagged [clever-cloud]

12 questions
0
votes
1 answer

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 not really good telling or extensive about the…
robert.batty
  • 490
  • 5
  • 13
0
votes
0 answers

can't use clever on terminal on MacBook

Recently I try to use clever cloud on my terminal. Im on MacBook Pro. I use oh my zsh on terminal I install it with : brew install CleverCloud/homebrew-tap/clever-tools it's a success But after when I write : clever -v on my terminal I have no…
Flavien Remy
  • 25
  • 1
  • 10
0
votes
1 answer

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 Cloud, the log only shows the command npm…
0
votes
1 answer

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, and they pointed us to Google (and Stack…
0
votes
1 answer

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 conventions on this or the best practices, and if…
harushi99
  • 23
  • 5
0
votes
0 answers

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 the server start, it search the file server.js…
0
votes
1 answer

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/site " The dist folder contains both normal and compressed…
Almigra
  • 90
  • 6
0
votes
1 answer

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 expressjs/cors package / TS compatibility ;) I've…
Arnaud
  • 89
  • 1
  • 7
0
votes
1 answer

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/schedule.rb require…
AnnABlue
  • 121
  • 3
  • 12
0
votes
1 answer

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 db is working fine (tested on Workbench and by…
0
votes
1 answer

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 service you can call:…
-2
votes
1 answer

How to connect to clever cloud's mysql from springboot?

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 name, password, the usual database stuffs. My…
Noob_coder
  • 17
  • 4