Questions tagged as 'heroku'

1
answer

I can not update a Ruby project in Heroku with Git

When trying to commit some changes I made in my Ruby project and uploaded to Heroku, I had an error message. Inside the project folder on the terminal I execute the commands: $ git status $ git add . $ git commit -m 'msg' $ git push heroku...
asked by 29.04.2015 / 17:09
2
answers

How do I upload my Node.js project to Heroku?

I have a project that uses Node.js, Websockets, Socket.io and HTML5 running in my internal wireless network. I want to put it public using Heroku. Please tell me the steps to follow so that I can reach my goal.     
asked by 27.05.2014 / 22:26
2
answers

Doubt about consuming backend with Spring [closed]

Good morning, I want to start a Spring project with ionic, my goal is to publish the ionic app in the Google store and consume the backend with Springboot, I know you have to consume this backend by Heroku. But I would like to know if uplo...
asked by 14.05.2018 / 14:48
2
answers

How do I prevent the Heroku server / Dyno from hibernating or sleeping?

I would like to know how to prevent Heroku's server (also called Dyno ) from going into hibernation or sleeping after a certain period without visits in your free plan. Is it possible to prevent a site from entering this hibernation state eve...
asked by 28.01.2015 / 23:41
1
answer

Task Scheduler on Heroku to run PHP script

I need to run a PHP script on Heroku with the task scheduler, I'm reading this article but I'm not understanding. Any idea?     
asked by 09.09.2014 / 21:04
1
answer

Error: Deploy Python Heroku - runtime (python-3.4.0) is not available

Pesoal, all good. Can anyone help me solve the following problem: I'm doing an application in Django and now I'm in the process of doing the upload to the server. I'll send it to Heroku. I made the following commands: Creating git re...
asked by 18.11.2018 / 21:01
1
answer

Heroku Login Error: Can not read property 'body' of undefined

Hello I'm getting the following error while trying to log in. heroku login heroku: Enter your login credentials Email: ########@gmailTypeError: Cannot read property 'body' of undefined at new HerokuAPIError (C:/ProgramFiles/heroku/clie...
asked by 09.06.2018 / 18:19
1
answer

Problems returning objects in Parse using android

I'm having trouble returning the objects using Parse to connect to heroku. When I search about returning objects, everyone tells me to use the following code: ParseQuery query = new ParseQuery("Players"); query.whereEqualTo("status", "active")...
asked by 14.04.2018 / 21:45
1
answer

How to deploy a vuejs (browserify) application in heroku?

I raised the server with express , however using a schema for webpack because I did not find anything related to browserify , follow the code ... // server.js var express = require('express'); var path = require('path'); var...
asked by 21.12.2017 / 16:19
1
answer

How to make the project Laravel see the axios file?

Before I was having trouble making the project see the file as you can see in this post: I need make my Javascript file see the vue and axios files He was like this: Andnowit'slikethis,ithasbeenfixed: Thechangewastoputthefileaxiosand...
asked by 01.11.2017 / 11:08