I have a question about heroku.

Asked 2 years ago, Updated 2 years ago, 102 views

Error importing template from Cloud9 via heroku...I'm asking this question because it's my first time seeing heroku.The details of the error are as follows. (The language used is Ruby on Rails, Html/css, JS, etc.) Thank you.

<Error Message>

heroku open error_1

heroku open error_2

heroku ruby

2022-09-22 22:06

2 Answers

If you have deployed it to Heroku, you can check it directly at [heroku-id].herokuapp.com

If it's your first time, I recommend you to follow the getting started guide.

https://devcenter.heroku.com/articles/getting-started-with-rails4

The application log can be checked with the heroku logs command in the console, and there are many other monitoring tools.

There are a lot of good tips on Heroku Korea's Facebook group these days, so it's okay to take a look.

https://www.facebook.com/groups/1520058578303383/


2022-09-22 22:06

heroku open is a command to open the heroku page in your browser, so an error occurs in cloud 9.

The console you uploaded as an attached image is spinning in the cloud, so I can't launch the browser.


2022-09-22 22:06

If you have any answers or tips


© 2024 OneMinuteCode. All rights reserved.