Completed 500 Internal Server Error in Rails 4 Devise Signup process -


when go signup new user on site fill in form, click submit, , sits there few seconds, dispays 'we're sorry, went wrong.'

the log below...

https://gist.github.com/th3cuda/225f1352a7cfeee3f8f8

this deployed on digitalocean.

production.rb

# use default logging formatter pid , timestamp not suppressed. config.log_formatter = ::logger::formatter.new  config.action_mailer.default_url_options = { :host => 'my_host' } config.action_mailer.delivery_method = :smtp config.action_mailer.smtp_settings = {   :address              => 'smtp.my_domain.com',   :port                 => 465,   :domain               => 'my_domain',   :user_name            => 'my_email',   :password             => 'password',   :authentication       => 'plain',   :enable_starttls_auto => true } end 

since it's taking while, looking sendmail (it uses /usr/sbin/sendmail default) send email.

i make sure it's in place, can used app, , config/(dev, prod, etc.) allows deliver email.

is of helpful? let me know find can give better answer.


Comments

Popular posts from this blog

android - Get AccessToken using signpost OAuth without opening a browser (Two legged Oauth) -

org.mockito.exceptions.misusing.InvalidUseOfMatchersException: mockito -

google shop client API returns 400 bad request error while adding an item -