Questions tagged [cloud9]

Cloud9 is a cloud-based development environment that combines an online code editor with a full Ubuntu workspace. Supports more than 40 languages including PHP, Ruby, Python, JavaScript, Go.

342 questions
0
votes
1 answer

Cloud 9 NPM not working again

I was testing web application in cloud 9 using node express. The npm app.js was working before suddenly it stops working. When i run npm app.js is returning the command line below : Any ideas Usage: npm where is one of: …
great77
  • 143
  • 4
  • 20
0
votes
1 answer

How to change git origin back to local c9 workspace?

I'm currently developing a web application on Heroku using cloud9 (c9.io) as a workspace. As a result of a git mistake I have found that my origin repository is at the same location as my Heroku repository so changes I make in development are right…
Brian
  • 7
  • 4
0
votes
1 answer

How to fix the "Create role error" on Cloud9 when running "ask deploy" (Alexa Skill Kit)?

I want to use an Amazon Could9 Workspace to develop an Alexa Skill using ASK. I did follow this guide https://developer.amazon.com/docs/smapi/set-up-credentials-for-an-amazon-web-services-account.html to create an IAM user. The user was added to aws…
Federico Elles
  • 4,659
  • 7
  • 27
  • 35
0
votes
0 answers

is it possible to use cloud 9 and offline IDE at same time?

I'm thinking about traveling, and will have very unstable internet. Anyway I can continue to work on my projects on cloud 9? I got bash, Ubuntu with ruby/rails on Windows so I think I got pretty good working environment, but I don't know how I can…
user2669043
  • 97
  • 1
  • 6
  • 12
0
votes
0 answers

How to solve faceook/linkedin Authentication process canceled error?

I have a project in AWS cloud9. When I tried to login via LinkedIn or Facebook, after pressing the "allow access" to my LinkedIn or Facebook account, I get this error page: Facebook: LinkedIn: Traceback: Environment: Request Method: GET Request…
0
votes
0 answers

Error 500 with Login Process (SQL, PHP, Heroku)

I'm trying to turn my final project into my teacher via pushing it from Cloud9 to Heroku. Unfortunately, the code managing the project's login process has a mistake that's preventing it from displaying most of my site to my teacher. Here is the code…
0
votes
1 answer

Meteor app hosted on Cloud9 - How to connect to the MongoDB with Robomongo?

I have an app built with Meteor in Cloud9. And i want to connect to the MongoDB database of the the app using Robomongo, but i cant get it working.. I run the app by typing "meteor --port $IP:$PORT", and it runs ok. When i type "meteor mongo" in the…
moonlander
  • 143
  • 2
  • 8
0
votes
0 answers

aws cloud9 use custom php-fpm on 127.0.0.1:9000

I have installed cloud9 on a custom centos7 with a custom httpd.conf + php7. httpd.conf listen 36000 SetHandler "proxy:fcgi://127.0.0.1:9000" DocumentRoot "/home/ec2-user/myC9/www"
art vanderlay
  • 2,341
  • 4
  • 35
  • 64
0
votes
1 answer

Does using AWS Cloud9 costs?

I am starting to use AWS Cloud9, I created an environment and played a little bit with the editor but I haven't seen any notice that says if it costs. Is this service free?
Arturo Aviles
  • 179
  • 4
  • 16
0
votes
1 answer

Error 404 cant find javascript file in folder on cloud 9 using node.js

I am building a website and i am using node.js on cloud9 platform. I want to use jquery to make a weather API request. So i created a file with a name weather.js and stored my code in it. But when i run the web page i get an error: GET…
Billy86
  • 11
  • 2
0
votes
0 answers

Pagoda Box database error

I have just deployed my website with Pagoda Box after developing it on cloud 9 in which it worked fine, but after pushing to pagoda box I got this error: Fatal error: Uncaught Error: Call to undefined function mysqli_connect() in…
Adam
  • 1
  • 1
0
votes
1 answer

Run CouchDB in the background on Cloud9

I want to create a cloud9 automated setup script for an application, which uses couchdb for database. Part of the script, is the setup of the application database, which needs couchdb running, in order to function properly. The problem is that the…
gmanousaridis
  • 371
  • 5
  • 16
0
votes
0 answers

PHP connected to (MySQL) database - does not input data

I'm using Cloud9 to create a website. For whatever reason, the data taken from a HTML page will not get inserted into the Database. I have tested to see if the Database is connected and it is. I would like to be able to get the data to be inserted…
user6793735
0
votes
1 answer

(Cloud9) The application works fine on the local server but not on heroku

The application works fine on the local server but once it is deployed on heroku , it loses its formatting and also loses its functions. I am including pictures of the local server and heroku. I am so fraustrated, dont know what to do, even after…
BlueJapan
  • 1,286
  • 2
  • 15
  • 16
0
votes
1 answer

Heroku setting up SendGrid trouble

I've been having trouble with this for faaarrrrr too long. I've looked at literally countless questions similar to mine and can't seem to get any of them to work. I've been using cloud9 ide and pushing to heroku attempting to just send a simple…
Stockster
  • 99
  • 9