Questions tagged as 'heroku'

0
answers

Checking domains using RegistroBR and Heroku

I'm configuring the DNS of my domain in the Registry using the PointDNS (as an add-on to Heroku). Setup was done following this article: link Everything worked and my application is running. The problem is that when I try to add Automate...
asked by 17.10.2017 / 00:32
1
answer

Problem with deploy in 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 and I'm having a hard time getting the project up on Heroku. I created Procfile.txt in the project root...
asked by 21.09.2017 / 20:50
0
answers

Heroku does not work after adding dependencies in pom.xml (Maven)

I deployed a java project with maven, it worked quietly, however after I put the dependencies in the pom.xml file and gave the push, heroku no longer executes, not even the "hello world". Here's how pom.xml was, then how it was after adding the...
asked by 14.06.2016 / 22:02
2
answers

Pull in database from heroku to local

I need to synchronize my bank's data in production with what's in my location, is there any way I can pull the bank from heroku to mine in localhost without having to create a new bank locally? My application uses the Mercury editor, so the clie...
asked by 21.08.2014 / 21:42
1
answer

Error: That is not equal to the supplied origin

I'm trying to fetch records that are in an API on the heroku server with the following URL https://mdw-arm-wladimir.herokuapp.com/noticias But when I receive this url in my Angular project it generates this error; This is my...
asked by 09.03.2018 / 16:18
1
answer

Spring Boot application not initializing in Heroku

I have the following open source application: people-on-map-site . And I have an account with Heroku and this project integrated with the GitHub repository. However, when Deploy appears, these messages appear in the logs: The build is...
asked by 10.12.2016 / 21:15
1
answer

Application error on heroku

I made an application using IntelliJ using the database and everything is working very well, but as soon as I gave push to Heroku, a message appeared:    Application Error. An error occurred in the application and your page could not be ser...
asked by 13.02.2015 / 13:27
1
answer

How to generate my PostgreSQL BaseURL (link) that is in Heroku to integrate with my Angular front end?

My question is: how do I generate the link (baseurl) so that my front-end accesses the data coming from that database (PostgreSQL) > Heroku ? My PostgreSQL there from Heroku releases this information: As img above I have host ,...
asked by 09.05.2018 / 14:53
1
answer

Heroku login error in Windows cmd

I try to access Heroku services through cmd, but I get this message: C:\Users\xxx.xxx.xxx λ heroku login ! EPERM: EPERM: operation not permitted, open 'C:\Program Files (x86)\GNU\SSH\_netrc'     
asked by 28.03.2018 / 14:38
1
answer

Thymeleaf error templates in Heroku

I implemented my application in Heroku, just for testing ... Locally everything works fine, but in Heroku after I log in with the credentials I'm directed to the sac/index page, which is correct, but me returns:    "Whitelabel Error Pa...
asked by 30.05.2017 / 22:07