Most voted "heroku" questions
Heroku is a multi-language cloud application that functions as a Paas. It takes care of the entire server infrastructure and configuration, all you have to do is deploy and the application is already running.
Learn more…132 questions
Sort by count of
-
7
votes2
answers213
viewsHeroku deploy with Bower-Rails
I have the gem 'bower-rails' installed in my application but when deploying I have the following error: I added the gem rails_12factor I’m using the buildpack: heroku buildpacks:set…
-
5
votes2
answers1430
viewsCopy files from one remote to another using GIT
I have two configured remotes, origin (Heroku repository) and github (github repository). In my local repository I made several changes but I gave the "push" only in origin, leaving github without…
-
4
votes3
answers4318
viewsHow to set your own domain in Heroku?
I bought a domain and need to configure together my application that is in Heroku. How to do this?
-
4
votes1
answer510
viewsProblem with deploying to Heroku
I’m using Maven, Java, JSF, Primefaces, Hibernate, Mysql, CDI and Tomcat 8 on the local machine to create the app. Now I’m trying to climb up and I’m having great difficulty getting the project up…
-
3
votes1
answer155
viewsMigration to Heroku
I’m migrating my DB app pro Heroku, the deploy worked: $ git push heroku master When trying to migrate the database according to the command $ heroku run rake db:migrate does not work and returns…
-
3
votes1
answer512
viewsConfigure Heroku with proxy
I’m trying to start using Heroku to test a web java app I made, I downloaded Heroku’s Toolbelt but when it comes to logging in it launches a Unable to connect to Heroku API, Please check internet…
-
3
votes1
answer273
viewsError while uploading a Nodejs application to Heroku
While performing the eating: git push heroku master LOG: -----> Node.js app detected parse error: Unfinished string ! Unable to parse package.json -----> Build failed We're sorry this build is…
-
3
votes2
answers1127
viewsDomain verification using Registrobr and Heroku
I am setting up my domain DNS in Registrobr using Pointdns (as a Heroku add-on). Setup was done following this article:…
-
3
votes0
answers99
viewsHow to hide files on Github?
I want to make some of my Github projects public, but some of their files contain sensitive information (such as database access passwords). It is possible to leave these specific files hidden so…
-
2
votes1
answer760
viewsGoing up Ruby on Rails app in Heroku
I completely followed what was written on that tutorial and I got this mistake: root@neuber-HP-EliteBook-8460p:/home/neuber/node-js-sample/franca# git push heroku master Warning: Permanently added…
-
2
votes2
answers172
viewsPull in Heroku database to local
I need to synchronize my database data in production with what is on my site, is there any way to pull the Heroku database to mine on localhost without having to create a new database locally? My…
-
2
votes1
answer2456
viewsUpdate files after deploying to Heroku
I deployed my Node.js application to Heroku for the first time and it is working perfectly. However, I edited a file and I need to update it, how can I do this? Should I use git push heroku master…
-
2
votes0
answers162
viewsHeroku does not work after adding dependencies to pom.xml (Maven)
I deployed a java project with Maven, it worked smoothly, but after I put the dependencies in the pom.xml file and push, Heroku no longer runs, not even "hello world". Follows as was pom.xml, then…
-
2
votes1
answer2041
viewsHEROKU connect to mysql database
I’m doing reverse engineering on a system, and what I want is to use the same database as the old system. But I am not able to connect the system database in production with this base. And because…
-
2
votes1
answer307
viewsHeroku - Connect with mongoDB addon mLab
I need to connect to the Mongo database using the mLab addon. But I can’t enter or list when I run in local mode it’s working. I have the variable set: Any idea what it might be? My app.js var…
-
2
votes1
answer276
viewsHow do I deploy an Angular app to Heroku using Gitlab?
Angular Use 5 (5.2.10) and Angular CLI (1.7.4) and I would like to deploy to Heroku, but my files are in the Gitlab repository. Some more information: Node (8.11.1) and npm (5.6.0).
-
2
votes0
answers73
viewsHow to install npm on the Heroku server?
Greeting to all, I recently sent an Laravel project with Vuejs to the Heroku server, and I realized that it did not recognize my App.js file where the methods created by Vuejs are, this file is in…
-
2
votes1
answer250
viewsError deploy Heroku app Django
After deploying to Heroku, I opened the link to my application (https://silima.herokuapp.com/), and it presented the following error: ProgrammingError at / relation "Produto" does not exist LINE 1:…
-
2
votes1
answer142
viewsHow to deploy a Windows container to Heroku?
I’m trying to do the deployof a container Windows in the Heroku but I’m having the following mistake: image operating system "windows" cannot be used on this platform On the website of Heroku have…
-
2
votes0
answers377
viewsHow to run Typeorm Migrations on Heroku?
By putting my code into production at Heroku, Migrations database are not running. How could I run them once I start my application? Postgresql is the database used. Archive of database…
-
1
votes1
answer276
viewsGoing up Node.js project (with websocket) to Heroku
This is the project: http://googlecreativelab.github.io/coder-projects/projects/blinky_lights/ I followed all these steps: Heroku login ssh-keygen -t rsa heroku keys:add Procfile (web: tilestream…
-
1
votes1
answer205
viewsBypass FTP lock
Hello! I need to import a . zip file from a Brazilian FTP server. It works perfectly on my development machine, both using Ruby native Net/Ftp and using Linux wget, the problem is it doesn’t work on…
-
1
votes1
answer182
viewsApplication error in Heroku
I made an application using Intellij using database and everything is working fine, but as soon as I gave the push to Heroku I got a message: Application Error. An error occurred in the application…
-
1
votes1
answer178
viewsError installing Heroku Toolbelt on Windows
Somebody can help me? I downloaded Heroku Toolbelt on the Heroku.com website but it’s making this mistake. It speaks "Mysql" ... Is it some configuration in the environment variables?…
-
1
votes1
answer63
viewschat with Faye, Rails and Heroku
I implemented a chat that works 100% locally. But when you upload the application to Heroku, the chat does not work. So I followed this tutorial…
-
1
votes1
answer109
viewsApplication error when performing Heroku open
Good people, I started a few days ago using the Mean Stack and I’m still very early. I’m using the book Getting Mean with Mongodb, express, angular and Node.js . I’m really enjoying the book, but…
-
1
votes0
answers85
viewsProblems deploying to Heroku using Jenkins (CI) (Credentials)
Well I have a problem where I am not able to connect to the Heroku git server to be able to push to the server. I’m using Jenkins as an IC tool but I haven’t found a way to use credentials to…
-
1
votes0
answers100
viewsHow to run npm script on Heroku in production?
I need to use Migrations from Sequelize in a Nodejs application that is already in production in Heroku, but I don’t know how to add the scripts in package.json so that the database migrations are…
-
1
votes0
answers38
viewsProblem deploying Larable application to Heroku
I’m having trouble deploying to Heroku with a portable application, Heroku is not seeing my extended pages .blade.php. For example: index.blade.php But if I change to index.php He sees, someone has…
-
1
votes0
answers48
viewsProblem deploying to Heroku with apigility
I’m trying to upload an api created with Apigility to Heroku. The application compiles correctly, but when making any request, I get a 500 error as return. In the Heroku log, I see the following…
-
1
votes1
answer1097
viewsSpring Boot Application Not Initiating in Heroku
I have the following open source application: people-on-map-site. And I have a Heroku account and this project integrated with the Github repository. However when doing Deploy appears these messages…
-
1
votes1
answer157
viewsDeploy Heroku Maven project with multiple modules
I have a Maven (web) project composed of a packaging project (packaging = pom) and several modules. I want to deploy that project in Heroku. Doubts: Where should get the Procfile? In the packaging…
-
1
votes2
answers501
viewsError in deploy Django/app in Heroku?
I need your help to try to find the error in my deploy, which I am trying to do in Heroku. Follow information from bash: (python3) user@Inspiron-5548:~/opt/anaconda3/envs/python3/Projetos/ecommerce$…
-
1
votes1
answer121
viewsHeroku login error on Windows cmd
I try to access the services of Heroku by cmd, but I receive this message: C:\Users\xxx.xxx.xxx λ heroku login ! EPERM: EPERM: operation not permitted, open 'C:\Program Files (x86)\GNU\SSH\_netrc'…
-
1
votes1
answer920
viewsThymeleaf templates error in Heroku
I implemented my application on Heroku, just for testing... Locally everything works well, but in Heroku after I log in with the credentials I am directed to the page sac/index, what is right, but…
-
1
votes1
answer2228
viewsHeroku server H10 code error in Spring Boot project
I’m new to putting projects on the Heroku server, I saw in the videos lessons I got on the internet and the step by step was going all right, the Heroku commands that everything else, when I did the…
-
1
votes0
answers301
viewsHow do I set the path (URL) of a Java web application correctly so there are no 404 (Not Found) errors when the project is in production?
I have a Java web project in which I use the Jersey framework. When I deploy to my localhost (use Tomcat 9) everything works, when I take it to Heroku the app works too. However, when I request a…
-
1
votes0
answers201
viewsHow to configure Laravel on Heroku?
Greeting to all, I put an Laravel project in Heroku, and can configure the data group with my Laravel project, or if, manage to migrate the database using php commands in Heroku, to be able to make…
-
1
votes0
answers65
viewsThe Heroku server does not recognize my vueJs file
I made the deploy of my Laravel project as shown in the video below: CLICK ON THE VIDEO Everything worked out, but when I went to load the page again appeared this: When trying to perform any…
-
1
votes0
answers562
viewsIs it possible to send an application defined in Docker-Compose.yml to Heroku?
Well, I have an application running on the Docker environment, but I use Docker-Composer.yml and not Dockerfile to define services, etc. Is it only possible to send an app if it is mounted on…
-
1
votes1
answer69
viewsHow to generate my Postgresql Baseurl (link) that is in Heroku to integrate to my Angular front end?
My question is: how do I link (baseurl) to which my front-end access the data coming from this database (Postgresql) that is hosted on Heroku? My Heroku’s Postgresql releases this information: As…
-
1
votes1
answer251
viewsError: That is not Equal to the supplied origin
I’m trying to get records that are in an API on the server Heroku with the following URL https://mdw-arm-wladimir.herokuapp.com/noticias But when I receive this url in my Angular project it…
-
1
votes0
answers217
viewsHow to install dependencies for an application in Heroku?
I have some problems to deploy my app in Heroku. After adding the pipefile build, the application was deployed. However, I received an error message from the application on the website. The message…
-
1
votes0
answers70
viewsLocalhost Cannot read Property 'route' of Undefined
I have an application that runs perfectly on herokuApp. But when it is in local application the build works but the dist folder has errors. The.log console shows the following 3 errors below. If…
-
1
votes1
answer286
viewsDeploy flask application on Heroku with flask-sqlalchemy
I have a small application written in flask and I am having problems with the database when trying to deploy in Heroku and after searching for two days I did not find any solution that suits me. In…
-
1
votes0
answers122
viewsHeroku - Sharing databases across applications
I created a Python/Django app and published it in Heroku. (My database) Now I have a Java/Spring Boot API that is also in Heroku. (Rest API) But it connects in the base created by Django which is…
-
1
votes0
answers162
viewsDjango project deploy on Heroku with errors
When trying to deploy my Python project using Django on Heroku, I am getting the following error. Counting objects: 3, done. Delta compression using up to 4 threads. Compressing objects: 100% (2/2),…
-
1
votes1
answer144
viewsnodejs and express with connectiontimeout(H13) in Heroku
Hello, I have an api in Heroku and There communicates with the pagseguro api(notifications), the wheel that handles the notification needs to take the transaction code that is received per post,…
-
1
votes1
answer1279
viewsPG::Datetimefieldoverflow: ERROR: date/time field value out of range: "22/11/2019 19:47:22.793483"
I’m developing an application on Ror and moving it up to Heroku. When I use the command heroku run rake db:migrate I get that mistake: $ heroku run rake db:migrate Running rake db:migrate on ⬢…
-
1
votes1
answer513
viewsNodejs/Adonis Application Deploy on Heroku: Receiving 503 Status: Unvailable Service
I’m trying to deploy an API-only application using Heroku, but I deploy it and when I try to get a route I get: Status: 503 Service Unvailable. Man Procfile: release: ENV_SILENT=true node ace…