Heroku css not loading after assets:precompile

后端 未结 1 620
既然无缘
既然无缘 2021-01-19 18:22

Heroku suddenly stopped working and gave me this error:

  could not connect to server: Connection refused
  Is the server running on host \"127.0.0.1\" and a         


        
相关标签:
1条回答
  • Run this commands:

     bundle exec rake tmp:clear
    
     bundle exec rake assets:clean RAILS_ENV=production
    
     bundle exec rake assets:precompile RAILS_ENV=production
    

    Hope this helps!

    0 讨论(0)
提交回复
热议问题