Delano

Results 5 comments of Delano

@sudharti For db migrations, I ran: > heroku run rake db:migrate **Here is the complete stack trace of the error:** 2017-01-13T02:02:32.525572+00:00 app[api]: Starting process with command `bundle exec rake db:migrate`...

Thanks @sudharti! This is what I have for smtp configuration: config.active_record.dump_schema_after_migration = false config.action_mailer.default_url_options = { host: 'http://_myapp_.herokuapp.com' } ActionMailer::Base.delivery_method = :smtp ActionMailer::Base.perform_deliveries = true ActionMailer::Base.smtp_settings = { :address =>...

@sudharti Not quite yet...I put my Sendgrid username and password but still get SMTP error. Did you have to do any extra configuration on Sendgrid apart from setting up an...

@sudharti The authentification is set to 'plain' and the const variables are correctly printed in the console... How long does it take for your account to be provisioned since I...

@scaffeinate Still getting the error even afer checking with SendGrid for provisioning... Hopefully it's an isolated issue and we can close this thread.