You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
joker@ksa:~/webs/tech/oigame$ bundle exec thin start -p 8888
>> Using rack adapter
/var/lib/gems/1.9.1/gems/activesupport-3.2.13/lib/active_support/dependencies.rb:251:in `block in require': iconv will be deprecated in the future, use String#encode instead.
>> Thin web server (v1.5.1 codename Straight Razor)
>> Maximum connections set to 1024
>> Listening on 0.0.0.0:8888, CTRL+C to stop
Al tratar de inicializar el servidor, tanto por Rails Server como por bundle exec thin start -p 8080 me lanza el siguiente error:
missing env vars: please set FACEBOOK_APP_ID and FACEBOOK_SECRET with your app credentials
He comprobado el fichero app_config.yml donde están definidas estas variables y aparecen vacías.
The text was updated successfully, but these errors were encountered: