heroku tag

54 questions


1 answers
134 views
0
Unable to publish app created with node.js in Heroku

Publish an app created with node.js on Heroku!!I am trying to publish an app created in node.js on Heroku in accordance with the above article, but to make sure that it was successfully published, I w...

2 years ago

1 answers
53 views
0
To open a file in a database downloaded from Heroku

I have a question about Heroku.Excuse me for the basics.Unable to open the downloaded data file from the database on Heroku.The same goes for Mac Notes, Text Edits, Excel and Word.I have a question.Is...

2 years ago

1 answers
115 views
0
Heroku does not reflect the code of the locally edited gem.

bundle install -- path vendor/bundleI edited the gemfile downloaded in and saved it over.herokupushHowever, editing is not reflected in the production environment.How can I edit the gem and use it?Add...

2 years ago

1 answers
119 views
0
Proxy settings for Line applications using heroku, Fixie

We are building a Line application on heroku.At that time, I registered Fixie as Addon to secure the IP to access the Line API.However, the IP address provided by Fixie is not used to operate the Line...

2 years ago

2 answers
78 views
0
Configure Heroku with its own domain on Route 53

I set up my own domain in Heroku by following the steps below.Route 53 routing is not working properly.Retrieving Domains on Route 53 cocowa.worksRegister Domain with Heroku $heroku domains:add exampl...

2 years ago

1 answers
70 views
0
Unable to push to heroku.Failed to install gems via Bundler.Push rejected, failed to compile Multipack app

Currently, I don't know why, but When I suddenly tried to push heroku, I got an error.%git push heroku master --forceFetching repository, done.Total 0(delta 0), reused 0(delta 0)----- > Fetching cu...

2 years ago

1 answers
108 views
0
Rails+Heroku does not deploy package.json dependencies

We are developing the Rails project by deploying it to heroku.I was able to work on package.json in the dev environment as follows.{ name: app-rails, private—true, dependencies: { primer-css: ^9.6.0 }...


1 answers
86 views
0
Difficulty migrating from Heroku to AWS

I'm thinking of starting with Heroku and moving only successful services to AWS, but is it difficult to move from Heroku to AWS? By the way, the web service is a basic CRUD site.Both db will use postg...

2 years ago

1 answers
109 views
0
I want to give the Rails app to Heroku.

heroku creategit push heroku masterI've succeeded so far, but herokurun rakedb:migrate when done.ETIMEDOUT:connect ETIMEDOUT 50.19.103.36:5000Deployment cannot succeed with these errorsDoes anyone kno...

2 years ago

2 answers
109 views
0
How to add an image path to the image column with railsc to heroku

I'd like to add a picture with heroku run railsc to the project that works with heroku.Currently, we have added data by specifying the path of the image.pry(main)>Article.create(title: 'Development...

2 years ago
« - 3 - »

© 2024 OneMinuteCode. All rights reserved.