Heroku Production – ActionView::Template::Error (undefined method `directory' for #<Sprockets::Manifest:number>) – Twitter-api
We have a react-rails app. Unfortunately, the app works on local development but not when deployed to heroku. When going to our default path on the app, we get the following error: ActionView::Template::Error (undefined method 'directory' for #<Sprockets::Manifest:0x007fef13200aa8>) We've figured…