Questions tagged as 'heroku'

0
answers

Heroku - Command problem - git push -m master

Good afternoon. Then someone can help me with a problem in the GIT and HEROKU process. '-m' is not being recognized when I perform the following command. $ git push -m master I made the following commands and the following error appea...
asked by 21.11.2018 / 20:30
0
answers

Spring Boot connect to another base of Heroku - Error: could not extract ResultSet

I created a Python / Django app and published it on Heroku. (My database) Now I have a Java / Spring Boot API that is also in heroku. (Rest API) But it connects to the base created by Django that is also in heroku. I put in my applicati...
asked by 21.11.2018 / 20:40
0
answers

Host application node.js socket.io in heroku

I have a socket.io application in github and I need to run it on reroku but I'm not having success with the tests with other servers, but the index of the other was with the app so if you want to take a look in the code or even here is the link...
asked by 22.11.2018 / 16:37
0
answers

Client application in Heroku

My application is a client application where it consumes a Proxy API and shows the data received in 'ejs'. But when deploying on Heroku, when I try to access the url, it displays the message below:    2018-11-06T17: 10: 10.423095 + 00: 00...
asked by 06.11.2018 / 18:18
0
answers

Deploy in Heroku with error for Django 2.0

Hello, I have been trying to deploy my web app for a few days, but it is giving the following error in the heroku logs: 2018-10-04T17:20:13.712363+00:00 app[web.1]: File "/app/.heroku/python/lib/python3.6/site-packages/django/apps/registry.p...
asked by 04.10.2018 / 19:35
1
answer

Application deploy flask in heroku with flask-sqlalchemy

Good afternoon. I have a small application written in flask and I'm having problems with the database when trying to deploy in heroku and after searching for two days I did not find any solution that would meet me. In summary, this is the...
asked by 22.08.2018 / 20:34
0
answers

Error heroku-Django

I developed a project with django, it ran normal on my internal server however, I did the deploy on heroku and when I went to open the app on the same site, I presented the following message: "An error " I checked the logs of my application and...
asked by 04.07.2018 / 17:12
1
answer

Heroku Rails 4 assets do not load

After I deploy these files below are not being loaded. Thisismydirectory Thisismyapplication.rb Heretheyarebeingcalled<%=stylesheet_link_tag"home" %> <%= javascript_include_tag "home" %> <img class="client" src="<%= asset_...
asked by 28.06.2018 / 19:22
0
answers

How to fix Auto Increment that is populating high numbers in bd Heroku?

I'm coding a RESTful API with Spring Boot v.2.0 and so on. The thing is, when I try to make a deploy for Heroku using migration ( Flyway ) ids get high values. My model or entity of User is with id like this: @Id @Genera...
asked by 08.06.2018 / 21:25
1
answer

How to do an implementation of an Angular application in Heroku using Gitlab?

Angular Usage 5 (5.2.10) and Angular CLI (1.7.4) and I would like to do Deploy on Heroku, however my files are in the Gitlab repository. More information: node (8.11.1) and npm (5.6.0).     
asked by 20.04.2018 / 15:38