Getting an error when I run:
"RAILS_ENV=production cd /home/mastodon/live && /home/mastodon/.rbenv/shims/bundle exec rake mastodon:media:remove_remote"
https://pastebin.com/Sz1B0W6T
I'm not sure where to troubelshoot...
@vahnj I should have phrased this as I am a network engineer and am not know ruby
@Daxarhagron there should be a folder in /home/mastodon/live called "vendor". just delete that, then run:
"RAILS_ENV=production cd /home/mastodon/live && /home/mastodon/.rbenv/shims/bundle exec bundle install"
then try your stuff again
@vahnj aha! ok trying that
@Daxarhagron try nuking your vendored gems, I've had a problem like this in the past that nuking it and then running bundle install again fixed it