Top "Heroku" questions

Heroku is a cloud platform for Ruby, Node.

Pushing app to heroku problem

I am trying to push my app to heroku and I get the following message: $ heroku create Creating electric-meadow-15..... done …

ruby-on-rails ruby hosting heroku
Set up Heroku and GoDaddy?

I am trying to get a domain name I bought through GoDaddy to work with my Heroku hosted site. How …

heroku dns
PGError: ERROR: permission denied for relation (when using Heroku)

I've recently gone through the database migration process as outlined here: https://devcenter.heroku.com/articles/migrating-from-shared-database-to-heroku-postgres Now I'm seeing …

database postgresql heroku permissions
How to customize a requirements.txt for multiple environments?

I have two branches, Development and Production. Each has dependencies, some of which are different. Development points to dependencies that …

python deployment heroku requirements.txt
Trying to render iframe: ancestor violates the following Content Security Policy directive: "frame-ancestors 'none'"

I would like to render an iframe with the source being Github like so: <iframe src="https://gist.github.…

node.js iframe heroku content-security-policy
'git push heroku master' is still asking for authentication

I have executed: $ heroku login But when I try to push, I'm still asked for authentication: $ git push heroku master …

git authentication heroku heroku-toolbelt
MongoError: getaddrinfo ENOTFOUND undefined undefined:27017

So I'm working my way though the Getting Mean book from Manning and following the steps in Chapter 5 I'm trying …

mongodb heroku mongoose mlab
Why do I obtain this error when deploying app to Heroku?

I am getting some kind of error when deploying my app to heroku using git hub. The problem is, I …

git heroku npm npm-scripts npm-start
git push heroku master Permission denied (publickey). fatal: The remote end hung up unexpectedly

Please excuse a bit of frustration, which I will try to keep in check since Heroku is using SO as …

git heroku