amatriain / feedbunch

A simple and elegant feed reader.
http://feedbunch.com
MIT License
84 stars 11 forks source link

Heroku deploy #9

Closed jmwenda closed 8 years ago

jmwenda commented 8 years ago

Hey, I am trying to deploy on heroku but keep hitting this error when using the sign up page.

2015-10-28T22:30:19.935210+00:00 app[web.1]: 2015-10-28T22:30:19.935213+00:00 app[web.1]: ArgumentError (cannot interpret as DNS name: nil): 2015-10-28T22:30:19.935215+00:00 app[web.1]: app/controllers/feedbunch_auth/registrations_controller.rb:40:in `create' 2015-10-28T22:30:19.935216+00:00 app[web.1]: 2015-10-28T22:30:19.935217+00:00 app[web.1]: Any idea on how to solve this?

amatriain commented 8 years ago

It looks like you're trying to sign up with an invalid email. The email domain (the part after the @) must be parseable as a valid DNS domain (e.g. '@gmail.com' is valid, '@in#valid' is not).

amatriain commented 8 years ago

I'm closing this, please add a comment if it needs reopening.