Cannot accept the Microsoft EULA agreement for ttf-mscorefonts-installer.
- first loook at process running:
ps aux | grep -i apt
- Kill them
sudo kill -9 <process_id>
- Run in terminal:
echo ttf-mscorefonts-installer msttcorefonts/accepted-mscorefonts-eula select true | sudo debconf-set-selections
- Run in terminal:
sudo apt-get install ttf-mscorefonts-installer
- launch the configuration of the package
sudo dpkg --configure -a
- And launch Heroku install
The zip is downloading the zip for the installation but then installation is never starting and no error message from the terminal.
RunBrew doctor
to repair whatever is broken or update brew
or upgrade brew
Eventually try type -a heroku
bundler: failed to load command: puma (/app/vendor/bundle/ruby/2.6.0/bin/puma) 2019-08-20T12:46:08.770272+00:00 app[web.1]: Errno::ENOENT: No such file or directory @ rb_sysopen - tmp/pids/server.pid
removing the line pidfile ENV.fetch("PIDFILE") { "tmp/pids/server.pid" }
from the config/puma.rb
No error message, instance have the photo and the key but the path to the cloudinary image is wrong
Check if the student forgot to:
1.) add or duplicate with :local
in config/environments/production.rb, add config.active_storage.service = :cloudinary
2.) delete the default values in config/storage.yml,
cloudinary: service: Cloudinary