DEV Community

Discussion on: extract_credentials_provider': Cannot load `Rails.config.active_storage.service`: (Aws::Sigv4::Errors::MissingCredentialsError)

Collapse
 
n350071 profile image
n350071🇯🇵

Oh, I'm sorry. I forgot to mention the option -a.

heroku [command] -a [app-name]

If you already added your heroku git on your git remote repositories, you can omit the option -a.

git remote -v
heroku  https://git.heroku.com/eventer-prototype.git (fetch)
heroku  https://git.heroku.com/eventer-prototype.git (push)
origin  git@github.com:n350071/eventer.git (fetch)
origin  git@github.com:n350071/eventer.git (push)

I will also remove the -a option from this post to avoid making confusing.