Heroku create is no longer possible

Asked 2 years ago, Updated 2 years ago, 95 views

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, `Accept: application/vnd.heroku+json; version=3`.

Also, you can log in to the Heroku site normally.
If you know anything, please let me know!

Environment:
MacOS 10.13.2
Rails 5.1.4

ruby-on-rails heroku

2022-09-30 18:11

1 Answers

I ran heroku --version based on the advice you gave me in the comments, and I saw the following:

heroku-gem/3.41.5 (x86_64-darwin16) ruby/2.3.1
You have no installed plugins.
WARNING—Toolbelt v3.43.9999 update available.

It was resolved by removing the gem of heroku and installing it from the toolbelt installer.

This post was posted as a community wiki based on @Shonen's comments.


2022-09-30 18:11

If you have any answers or tips


© 2024 OneMinuteCode. All rights reserved.