I have a heroku account which is now storing two applications with example names loon-plotter and new-site. In my command line, I am wanting to run bash inside of loon-plotter's dyno (container) but the current terminals currently focused is on the…
I have a script written in Golang that does some http requests and store information in an external database. I want this script to be run once a day at a time that i set. Now i'm dealing with how to deploy it and my first option is Heroku since…
I have a problem when transfering my nodeJs api from my personal mac to my work mac.
The error occur when I send the app to heroku server it is send succesfully but I get an error which is :
import express from 'express';
SyntaxError: Unexpected…
I'm updating an SSL certificate (using SSL add on, not ACM). CLI is telling me that I need to specify --name, but I have no idea what name it is referring to.
$ heroku certs:update --app=myapp --type=endpoint myapp.crt myapp.key
▸ Must pass…
I'm setting heroku's timezone to America/New_York like so:.
heroku config:add TZ="America/New_York" -a my-app
For some reason, the server keeps showing the logs in UTC time. Shouldn't it show them in ET ?
Log…
remote: Compressing source files... done.
remote: Building source:
remote:
remote: -----> Python app detected
remote: ! Requested runtime (Python 3.6.4) is not available for this stack (heroku-18).
remote: ! Aborting. More info:…
I'm trying to deploy me node application which is running sucessfully running on localhost. For this, I have installed heroku cli on my machine, and I'm opening GIT cli to do the following:
Heroku Login -- successful
git push heroku master --…
I was just checking on how pipelines work in Heroku. I want the staging and production apps to be the same except that they should access different API endpoints.
How could I achieve that?
I am getting the following error on Heroku logs:
2018-10-29T00:48:34.198959+00:00 heroku[reminder.1]: State changed from up to crashed
2018-10-29T00:48:59.855673+00:00 heroku[router]: at=error code=H14 desc="No web processes running" method=GET…
The thing is that I'm working on rails and my app is running on Heroku, yesterday I added the gem carrierwave to upload images to the app, but since that my app works only on some devices. It works in my pc and iphone 5 also in my ipad, but in the…
I created a bot for discord. Then i created executable jar file by eclipse (maven project). Then i deploing this file in heroku, using this documentation enter link description here
And its worked, but then app crashed by R10 error.
my Procfile …
Im deploying full stack react app to heroku.
I followed the steps provided on heroku using the cli
-logged in using my credentials
-ran heroku create
-added the heroku origin using the new git repo
-then ran git push heroku master
when i run heroku…
I execute:
> heroku login
and introducing my Heroku username and password, I get:
Logged in as l*********.com
I can execute successfully:
> heroku auth:token
cccc8aa0-aaaa-aaaa-aaaa-bbbb03b38932
after that, I execute:
> git push heroku…
I have a problem. I am trying to push a postgresql to Heroku with the Heroku CLI, but I can't seem to get it to work. I tried the Windows Command Prompt, but it runs into the error about 'env' is not recognized as an internal or external command,…
I am simply trying to build my web application to Heroku. I am able to "build" my client locally, but for some reason, when Heroku is building it when I git push heroku master, the build is failing on...
Module not found: Error: Can't resolve…