heroku tag

54 questions


1 answers
78 views
0
How do I debug node.js remotely in Heroku?

What should I do to remotely debug the node.js app that started as WebDyno on Heroku?web:port=$PORT node --debug=5858index.js When I set up and started the Procfile, only 443 could be telnetted and 58...

2 years ago

1 answers
94 views
0
Heroku create is no longer possible

heroku create prompts you for your email address and password (not asked until recently!) and displays the following message:Please specify a version along with Heroku's API MIME type.For example, `Ac...

2 years ago

2 answers
77 views
0
Postgresql cannot be started due to a permission error

This is my first post for a beginner.I installed postgresql to bring the personalized application to the production environment in heroku.I tried booting and received the following error:%psql --versi...

2 years ago

1 answers
74 views
0
Please tell me how to deploy the Sinatra app using MeCab to Heroku.

There was a similar question, but there was no answer, so I would like to ask you a question.As the title suggests, we are trying to deploy the Sinatra app using MeCab to Heroku.local PC:Mac OSX $hero...


2 answers
51 views
0
Understanding Heroku-cli Installation-cli

Installing the heroku toolbelt and trying to authenticate your accountheroku loginI typed heroku-cli:Adding dependencies... ▸ Get https://cli-assets.heroku.com/node/v5.4.1/node-v5.4.1-darwin-x64.tar.g...

2 years ago

1 answers
55 views
0
500 errors when scraping on Heroku with Rails + Mechanize

Prerequisites/What you want to achieveWhen I enter the URL in the form, I would like to obtain information by scraping asynchronously using Mechanize, and write the information to another form using j...


1 answers
91 views
0
The rails app cannot be deployed to heroku

What do you want to doI want to deploy the rails app to herokuenvironmentRuby 2.4.0Ruby on Rails 5.1.6bundler 2.0.1Javascript runtime:node.jsRuby 2.4.0 Ruby on Rails 5.1.6 bundleer 2.0.1 Javascript ru...


1 answers
108 views
0
Heroku deployment of Rails + Angular + Grunt

I've been studying Rails for half a year, but Refer to this article (http://qiita.com/hkusu/items/b34f684b49751d9c9abd) and I am thinking of developing an API server with Rails and a front end with An...


2 answers
99 views
0
Unable to deploy to Heroku odeNode.js+Express N

I am building a site with Node.js and Express.$git add.$ git commit-am Heroku$ herokur loginEnter email and password~~~~~~~~~~~~~~~$ heroku addons:create heroku-postgresql:hobby-dev$ git push heroku m...

2 years ago

1 answers
116 views
0
Unable to get JSON from API server present in Heroku in axios

What do you want to hearI would like to use axios to get JSON from the API server in Heroku.The following error occurred and I cannot...The API server side and client side have not been able to isolat...

« - 4 - »

© 2024 OneMinuteCode. All rights reserved.