Rails Amazon Production Error
I am running my ruby on rails app (rails 3.0.6 , ruby 1.9.3) on amazon server , on user sign up it shows the error - Something went wrong Updated log Started POST '/job_seeker/sig
Solution 1:
The issue wasn't the one that got showed in the error . Had to re-install passenger , nginx to newer versions to directly take in changes at server . The tcp socket wasn't configured at server properly too , so with help of Ahmad Sherif , i was able to solve the problem finally . What i learnt from this is that i should get more exposure to puma, thin & unicord servers too as depending on one server doesn't helps in times of panic .
Post a Comment for "Rails Amazon Production Error"