Questions tagged as 'heroku'

1
answer

Help with Heroku, does not it show pages with the Ruby language?

Hello, I need the help of the noble knowledge holders. I'm studying Ruby on Rails through the Codecademy website. I got some things I learned there, and I tried to put it online at Heroku. Everything went right at the beginning, everything perfe...
asked by 10.12.2017 / 06:10
1
answer

Deploy a ruby app in Heroku

I'm trying to deploy a ruby app on Heroku. The entire log is this link . I thought it was the error below (which appears part of the log), but even after installing Yarn (included in gem and gave a bundle install), I still have problems....
asked by 13.12.2017 / 02:05
1
answer

How to deploy Angular and Java in Heroku?

I have a web application in AngularJS that communicates with a Java backend. I would like a lodging and I ended up seeing about Heroku. Is it possible for me to buy a single plan (for example $ 7) and host both applications? Or will I have to bu...
asked by 03.12.2017 / 00:09
0
answers

Heroku has temporarily disabled this feature, please try again shortly

Does anyone know how to solve this problem? I run this command heroku apps:create wb-arm-wladimir And generated this error: C:\Users\Wladimir\Documents\teste>heroku apps:create laravel-vue-axios Creating laravel-vue-axios... !...
asked by 31.10.2017 / 12:23
0
answers

Heroku Server does not recognize my CSS and Javascript files

I recently created a Laravel project that is using VueJs and Axios, and then I sent it to the Heroku server, but something strange happened, the page is very strange and I noticed that the public folder was not being viewed, but this was not t...
asked by 30.10.2017 / 09:51
0
answers

Character removal on Heroku server

I have the following code snippet for special character override public String removerAcentos(String str) { return Normalizer.normalize(str.replaceAll(" ", ""), Normalizer.Form.NFD).replaceAll("[^\p{ASCII}]", ""); } When I run on my mac...
asked by 12.05.2017 / 16:14
1
answer

Deploy React in Heroku

Good morning, I did a deploy of a react app on heroku, but it is totally without css. I need a help because I have no idea what it can be.     
asked by 24.02.2017 / 12:52
1
answer

Put WS in heroku

Does anyone know how to configure persistence.xml to access a Heroku database? I am trying with the credentials they pass but it gives password error to that user. Can anyone help me with this? Q: My app is a Ws made with Jersey. Hug....
asked by 17.01.2017 / 13:18
0
answers

I can not log into Heroku

I installed Toolbelt on windows 7 and when I logged I gave this message; wlady@wlady-PC MINGW32 ~/workspace/backup/wladimir (master) $ heroku login Enter your Heroku credentials. Email: [email protected] Password (typing will be hidden): !...
asked by 21.10.2016 / 02:14
0
answers

java + postegre connection problem in heroku

Trying to connect java to the heroku database (postgre), I have checked the url several times and have no errors. I am not using hibernate. By pgadmin I can insert into the bank normally. How to fix this error? Should I make any changes to pom.x...
asked by 16.06.2016 / 17:32