After 24 hours of trying to find the problem with my app. I finally found the problem.
I ran
rake assets:precompile RAILS_ENV=production
What worked for me was this:
Access your server via ssh and type that command in, it should do the trick.