I'm using Devise for authentication in my app. It's all working fine except the URL's in emails sent by Devise when deployed on Heroku are wrong
They turn out like this: http://http://[heroku app url]//users/password/edit? reset_password_token... So with a double http:// and an extra slash after the heroku app url When running the app locally, there is no issue with the URL's => only when deployed on Heroku. Any ideas? -- You received this message because you are subscribed to the Google Groups "Heroku" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/heroku?hl=en.
