No such file or directory - getcwd

amazon-elastic-beanstalk, amazon-web-services, ruby, sass, sinatra

Solution

Found out pg was installed instead of mysql2 in bundler.

Problem

I uploaded my Sinatra app to Beanstalk. When I go to my site my logs are returned ``` No such file or directory - getcwd ``` The app was working before. I believe the issue has to do with the fact that I added SASS to my app, but I'm not positive. In my `config.ru`, I have the following code dealing with SASS... ``` # use scss for stylesheets Sass::Plugin.options[:style] = :compressed use Sass::Plugin::Rack ``` If it could be another issue, let me know and I can provide more information. Thanks.

Original source