This repository was archived by the owner on Mar 19, 2025. It is now read-only.
Description The error comes from lib//config/environments/production.rb:1
I've uncommented the line for now. This does not happen in development. When running "shotgun --env production", we get the following:
TypeError: can't convert nil into String
/Users/orlinbozhinov/.rvm/gems/ree-1.8.7-2010.02/gems/pancake-0.3.0/lib/pancake/defaults/configuration.rb:11:in join' /Users/orlinbozhinov/.rvm/gems/ree-1.8.7-2010.02/gems/pancake-0.3.0/lib/pancake/defaults/configuration.rb:11:in_log_stream'
/Users/orlinbozhinov/.rvm/gems/ree-1.8.7-2010.02/gems/pancake-0.3.0/lib/pancake/defaults/configuration.rb:7
/Users/orlinbozhinov/.rvm/gems/ree-1.8.7-2010.02/gems/pancake-0.3.0/lib/pancake/configuration.rb:75:in instance_eval' /Users/orlinbozhinov/.rvm/gems/ree-1.8.7-2010.02/gems/pancake-0.3.0/lib/pancake/configuration.rb:75:inmethod_missing'
/Users/orlinbozhinov/.rvm/gems/ree-1.8.7-2010.02/gems/pancake-0.3.0/lib/pancake/logger.rb:84:in set_log' /Users/orlinbozhinov/.rvm/gems/ree-1.8.7-2010.02/gems/pancake-0.3.0/lib/pancake/logger.rb:69:ininitialize'
/Users/orlinbozhinov/.rvm/gems/ree-1.8.7-2010.02/gems/pancake-0.3.0/lib/pancake/master.rb:111:in new' /Users/orlinbozhinov/.rvm/gems/ree-1.8.7-2010.02/gems/pancake-0.3.0/lib/pancake/master.rb:111:inlogger'
...
Reactions are currently unavailable
The error comes from lib//config/environments/production.rb:1
I've uncommented the line for now. This does not happen in development. When running "shotgun --env production", we get the following:
TypeError: can't convert nil into String
/Users/orlinbozhinov/.rvm/gems/ree-1.8.7-2010.02/gems/pancake-0.3.0/lib/pancake/defaults/configuration.rb:11:in
join' /Users/orlinbozhinov/.rvm/gems/ree-1.8.7-2010.02/gems/pancake-0.3.0/lib/pancake/defaults/configuration.rb:11:in_log_stream'/Users/orlinbozhinov/.rvm/gems/ree-1.8.7-2010.02/gems/pancake-0.3.0/lib/pancake/defaults/configuration.rb:7
/Users/orlinbozhinov/.rvm/gems/ree-1.8.7-2010.02/gems/pancake-0.3.0/lib/pancake/configuration.rb:75:in
instance_eval' /Users/orlinbozhinov/.rvm/gems/ree-1.8.7-2010.02/gems/pancake-0.3.0/lib/pancake/configuration.rb:75:inmethod_missing'/Users/orlinbozhinov/.rvm/gems/ree-1.8.7-2010.02/gems/pancake-0.3.0/lib/pancake/logger.rb:84:in
set_log' /Users/orlinbozhinov/.rvm/gems/ree-1.8.7-2010.02/gems/pancake-0.3.0/lib/pancake/logger.rb:69:ininitialize'/Users/orlinbozhinov/.rvm/gems/ree-1.8.7-2010.02/gems/pancake-0.3.0/lib/pancake/master.rb:111:in
new' /Users/orlinbozhinov/.rvm/gems/ree-1.8.7-2010.02/gems/pancake-0.3.0/lib/pancake/master.rb:111:inlogger'...