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
-
1
votes0
answers258
viewsHow to configure the Heroku procfile to find the application path that is not at the root of the project?
I have a springboot application in the git repository with the following configuration: /api .gitignore Procfile README.md However when I try to do Deoloy on Heroku I get the following error: ! No…
-
1
votes0
answers30
viewsHow do I place a Node application on Heroku that runs full-time and is not an api?
Objective: to run Puppeteer on Heroku for at least 8 hours a day, without interruptions. I have a simple program on Puppeteer, it basically operates some accounts on websites and that’s it. That’s…
-
0
votes2
answers1276
viewsHow to upgrade my Node.js project to Heroku?
Have a project that uses Node.js, Websockets, Socket.io and HTML5 running on my internal wireless network. I want to put you public using Heroku. Please tell me the steps to be followed so I can…
-
0
votes2
answers890
viewsDirect upload to Amazon S3
I work using Symfony 2.5, Heroku and Amazon S3 hosting for the static files. I am working on a project where the user can upload very large images, and this ends up locking the server of my app or…
-
0
votes1
answer196
viewsHeroku task scheduler to run PHP script
I need to run a PHP script in Heroku with the task scheduler, I’m reading this article but I don’t understand. Some idea?…
-
0
votes2
answers511
viewsHow to prevent Heroku’s / Dyno server from hibernating or sleeping?
I wanted to know how to prevent the server (also called Dyno) of Heroku enter a state of hibernation or sleep after a certain period without visits in your free plan. Is it possible to prevent a…
-
0
votes1
answer283
viewsApplication deploy in Heroku giving error
Whenever I try to deploy in an application in Heroku, this error arises, I don’t know how to fix it.
-
0
votes1
answer525
viewsI can’t update a Ruby project on Heroku with Git
While trying to commit a few changes I made to my Ruby project and go up to Heroku, I got an error message. Inside the project folder in the terminal I executed the commands: $ git status $ git add…
-
0
votes1
answer3632
views -
0
votes0
answers212
viewsError deploying to Heroku
Trying to deploy to Heroku with Tomcat 7 and Hibernate and this error appears: [ERROR] Failed to execute org.apache.Maven.plugins:Maven-Compiler-plugin:3.1:Compile (default-Compile) on project…
-
0
votes0
answers426
viewsI can’t log on to Heroku
I installed Toolbelt in windows 7 and when I went to login gave this message; wlady@wlady-PC MINGW32 ~/workspace/backup/wladimir (master) $ heroku login Enter your Heroku credentials. Email:…
-
0
votes1
answer637
viewsaccess apps in Heroku giving error
well guys I’m trying to install an apps in Heroku but I’m not getting to visualize the status of my apps my apps is a server in Node.js and socket.io in Heroku there is the option of deploying by…
-
0
votes0
answers255
viewsJava + postegre connection problem in Heroku
Trying to connect java to the Heroku database (postgre), I have checked the url several times and there are no errors. I am not using Hibernate. By pgadmin I can enter it into the database normally.…
-
0
votes1
answer63
viewsPut WS in Heroku
Does anyone know how to configure persistence.xml to access a Heroku database? I’m trying with the credentials they pass but gives password error to that user. I wonder if someone could help me with…
-
0
votes1
answer129
viewsDeploy React on Heroku
Guys good morning, I made a deploy of a React app on Heroku, but it is totally without css. I need a little help because I have no idea what it might be.
-
0
votes1
answer141
viewsHow do we know Heroku’s out?
I am facing connection problems, how to know if the Heroku server is really off the air ?
herokuasked 7 years, 8 months ago Elton A. Pering 142 -
0
votes0
answers37
viewsCharacter removal on Heroku server
I have the following code snippet for special character replacement public String removerAcentos(String str) { return Normalizer.normalize(str.replaceAll(" ", ""),…
-
0
votes1
answer48
viewsDeploy to Heroku after reinstalling Ubuntu
Good afternoon! I had to reinstall Ubuntu on my machine, and that’s why I was deploying it to Heroku. But now that I’ve reinstalled everything I can’t deploy anymore. I cloned the git project and…
-
0
votes1
answer2657
viewsI can’t Update spring project on Heroku with git
I follow the following steps but it doesn’t work: git init git add . git commit -m "mensagem" git push heroku master C: Users Adriano Documents deoliveira-embal deoliveira-embal>git init…
-
0
votes0
answers402
viewsHeroku has temporarily disabled this Feature, Please Try Again shortly
Does anyone know how to solve this problem? I execute this command heroku apps:create wb-arm-wladimir And made that mistake: C:\Users\Wladimir\Documents\teste>heroku apps:create laravel-vue-axios…
-
0
votes1
answer406
viewsHow to make the Laravel project see the Xios file?
Before I was having trouble getting the project to see the Vue file as you can see in this post: I need to make my Javascript file see the Vue and Axios files He was like this : And now it’s like…
-
0
votes1
answer316
views -
0
votes1
answer89
viewsDeploy a ruby app to Heroku
I’m trying to deploy a ruby app to Heroku. The whole log is at this link. I thought it was the error below (which appears in part of the log), but even after installing Yarn (I included in Gem and…
-
0
votes1
answer2192
viewsJava Web Service SOAP with objects
Hello, I am learning to use web-services and I stopped with a problem, maybe it is something silly, but I did not find solution, I am hosting my application in Heroku and I will leave here the…
-
0
votes0
answers116
viewsInvalid credentials provided
When creating an app on Heroku, I received this message C:\Users\alex.jose.silva\Documents\demo2 (master -> origin) λ heroku create appSpring1 Creating ⬢ appSpring1... ! ! Invalid credentials…
-
0
votes2
answers121
viewsDoubt about consuming backend with Spring
Good morning, I’m looking 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 that has to consume this…
-
0
votes1
answer38
viewsHeroku Login Error: Cannot read Property 'body' of Undefined
Hello! I am getting the following error when trying to log in. heroku login heroku: Enter your login credentials Email: ########@gmailTypeError: Cannot read property 'body' of undefined at new…
-
0
votes0
answers23
viewsClient 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 in Heroku, when I try to access the URL displays the message below:…
-
0
votes1
answer466
viewsDjango: Local Postgresql and Heroku?
I would like to use Postgresql locally and on Heroku. How I set up mine settings.py to know which configuration to use? I’ve tried putting it as an environment variable, but I haven’t been able to.…
-
0
votes1
answer253
viewsHeroku downgrade php 7.3. * to 7.2. *
I don’t know how I upgraded the php version in Heroku to version 7.3, however this version (7.3.) is causing several bugs in the application, with do I can downgrade to version 7.2. ? I have already…
-
0
votes1
answer37
viewsHeroku python file deployment failed
Good afternoon, I’m trying to deploy a python file 3.7.1 in Heroku but in the Heroku documentation states that it supports the version 3.7.2. Following error below: Error: Requested Runtime (Python…
-
0
votes2
answers1348
viewserror while doing git push
I’m trying to upgrade a project to github but always q dou git push this error: error: src refspec master does not match any error: failed to push some refs to…
-
0
votes0
answers22
viewsInstalling nano in Heroku
I am unable to install the nano in Heroku I am getting the error Error: no name in /home//. local/share/Heroku/package.json How to install in Heroku cli? The command I’m using to install the editor…
herokuasked 4 years ago Carlos André 145 -
0
votes1
answer192
viewsHelp with Heroku, don’t show pages with Ruby language?
Hello, I need the help of the noble holders of knowledge. I am studying Ruby on Rails through the Codecademy website. I took some things I learned there, and I tried to put it online on Heroku. It…
-
0
votes0
answers33
viewsHEROKU - REACTJS Unexpected token '<'
**import React from 'react'; import ReactDOM from 'react-dom'; import './index.css'; import App from './app/app'; import reportWebVitals from './reportWebVitals'; ReactDOM.render( <App/>,…
-
0
votes0
answers52
viewsTelegram bot sends message correctly, but then sends an error: "Something Went Wrong, Please Try Again."
Please help me, suddenly my Telegram bot on Heroku is sending the correct message and below an error! Output Result on Telegram channel: aaaaaa Something went wrong, please try again. The tickle:…
-
0
votes0
answers8
viewsError in hosting JS bot NODE using Venom-bot
I made a bot for Whatsapp using Venom, but at the time of executing the bot on Heroku, it gives the following error Error R10 (Boot timeout) -> Web process failed to bind to $PORT within 60…
-
0
votes0
answers579
viewsHeroku Server does not recognize my CSS and Javascript files
I recently created a project Laravel that is using Vuejs and Axios, and then sent to the Heroku server, but something strange happened, the page is with very strange visualization and I realized…
-
0
votes1
answer834
viewsHow to deploy a vuejs (Browserify) application to Heroku?
I lifted the server with express, but using a schematic for the webpack because I found nothing related to browserify, follows the code... // server.js var express = require('express'); var path =…
-
0
votes1
answer45
viewsProblems to return 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…
-
0
votes0
answers123
viewsHow to fix the Auto Increment that is populating high numbers in the comic Heroku?
I’m coding a API Restful with Spring Boot v.2.0 etc. The case is that when I try to make a deploy to the Heroku using Migration (Flyway) of insertion the ids get high. My model or entity of User…
-
0
votes1
answer45
viewsHeroku Rails 4 Assets do not load
After I have deployed these files below are not being loaded. This is my directory This is my application.Rb Here as they are being called <%= stylesheet_link_tag "home" %> <%=…
-
0
votes1
answer223
viewsError: Deploy Python Heroku - Runtime (python-3.4.0) is not available
Personal, all right. Someone can help me solve the following problem: I’m making an application in Django and now I’m in the process of uploading to the server. I’ll send it to Heroku. I performed…
-
0
votes0
answers168
viewsHeroku - 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 performing the following command. $ git push -m master I performed the…
-
0
votes2
answers311
viewsDeploy Python project to Heroku with error
I’m trying to deploy a Python project using Django on Heroku. deploy is fine, but when trying to do heroku run python manage.py migrate the following error occurs. Traceback (most recent call last):…
-
0
votes1
answer282
viewsDeploy python Django project to Heroku. I’m having errors
I’m trying to deploy a Python project using Django on Heroku. deploy is fine, but when trying to make Heroku run python Manage.py migrate the following error occurs. Traceback (Most recent call…
-
0
votes1
answer127
viewsDeploy Heroku Error - Node.js
This is Galera, all right? So I’m deploying a Heroku app that had no connection to Mongo, it was online, but no connection to any database. I made the connection I tested the requisitions in…
-
0
votes0
answers31
viewsHeroku can’t find my email view file
I have a Windows application hosted in Heroku, this application has a function that sends an email to a user using a Windows that is inside the Resources/views/emailrecruitment folder.: public…
-
0
votes2
answers806
viewsApp not compatible with buildpack (Heroku)
I have made other Deploys in Heroku with DJANGO, but this is the first one that I used images and css. From what I’m noticing the site does not accept images anyway, I do not know exactly what is…
-
0
votes0
answers34
viewsHow do I have my application already implemented in Heroku present the filefield of Django?
In my localhost my app works fine, but when I do deploy in the heroku it does not show uploads of my. pdf files MODEL.PY from django.db import models from django.contrib.auth.models import User #…