I have an app called my-app in heroku.
I transformed it into a pipeline with two stages (staging and prod). I don't want to use GitHub integration.
my-app is now in production.
I am using GitLab (which is free) and I fork my-app repo to a new branch…
I don't want to remove it from the production app or even staging. Deleting it from the Settings on Heroku doesn't seem to work, it'll just show up again when I try to rebuild the app.
I have added Postgres addon in heroku. I have heroku cli. But when I try to execute heroku pg:psql from cli I get an error couldnot resolve host to address.
Provided I didnot do anything for ssl. I have postgres database installed in my machine and…
I am trying to deploy a vue template to our heroku instance. I have setup the procfile to call the right build script but am getting this.
Error: Cannot find module 'shelljs'
And the logs from it are:
2017-10-19T18:14:59.663986+00:00 heroku[web.1]:…
I am new to Node.js and I have an application that I have deployed to Heroku with a MySQL database.
However,I keep getting an error.
The app works only for a time after I deploy on Heroku. It suddenly stops working and I get the following error:
…
I recently updating a website where many gems had deprecated (I was using a heroku gem, for example). I'm at the final step of updating my localfiles to the production server.
When I run 'git push heroku master' I get this error:
Failed to install…
I'm trying to connect to Heroku postgres database from my local. I'm running a Laravel Homestead Vagrant box "laravel/homestead": "v2.2.1"
I'm using the CLI from inside a vagrant ssh login
I can get the info like this:
$ heroku pg:info
===…
I am trying to host the react app in heroku...
I have created the app using create-react-app..And follow the following methods in hosting...
git init
heroku create $APP_NAME --buildpack…
I want to make a domain point to my Heroku app, so I am trying to create an A record that targets myapp.herokuapp.com.
The problem is that the domain provider requires an IP address, and I cannot find any IP address for my Heroku app. I guess it…
I'm new to Heroku. I've mistakenly created second app on my account and now I can't execute heroku open command to see my app running on the server. I'm posting the screen of the error message. I need only the one named guarded-wildwood-67162. How…
I was wondering if it's possible to run a non-web java app in Heroku from within a web java app? Basically I want to execute a command to run the non-web app jar:
Calling something like this in Heroku for one off process:
Process proc =…
I am tired to resolve my error when I am connected my front end React App with my Heroku server App and when I fire a request from my front-end so that time I am getting this issue:
Failed to load https://hidden-reaches-90171.herokuapp.com/GETDATA:…
I have been trying to deploy a nodejs app under appname 'picbookapp' on heroku which has a mongo database.For mongodb I have used mlabs and I have added MONGO_URI to the config vars in my heroku app.I have also added the Procfile file.But for some…
Got an email from heroku to upgrade node.js for a security patch.
1) If I do that will it break my whole ionic application (ionic 2 beta 11) or not cause any problems? I'm currently running node js v6.9.1 on the heroku app and I think I need to…
I am trying to download my git repository off of heroku using
heroku git:clone -a my_app
but am given the error
ENOENT: spawn git ENOENT
I read online that this error happens because git was not detected by heroku-cli, but I have git installed.…