ruby on rails - "We're sorry, but something went wrong." - right after deploying in production -
i've released rails 4.2.5 app in production, working fine during development, once put secret key secret.yml
and restarted passenger, got typical error 500 message, can't tell comes because development.log
, production.log
doesn't show @ all.
this first time release raill app i'm sadly newbie in domain though went relatively fine until now, don't have clue @ solve problem..
my server on debian 8, apache2 , passenger (if can help)
thank in advance
edit
i think found problem, help
app 25227 stderr: started "/" 92.90.21.174 @ 2016-01-28 11:53:17 +0100 app 25227 stderr: app 25227 stderr: mysql2::error (access denied user 'siteweb'@'localhost' (using password: no)):
just sure, mean didn't set password database while give 1 when i'm attempting connect ?
thank again in advance
Comments
Post a Comment