Code4PuertoRico / horas

Una plataforma para facilitar la mentoría.
1hora.org
MIT License
9 stars 3 forks source link

Error while verifying registration email #13

Closed froi closed 3 years ago

froi commented 3 years ago

Describe the bug A clear and concise description of what the bug is.

When a user gets their verification email after they register and clicks the verification link the application errors out with an internal server error.

This is due to the templates not loading the bootstrap3 template package in the _confirmemail template.

An issue has been created from the Sentry event. We'll work on it here and push it up stream.

To Reproduce

Steps to reproduce the behavior:

  1. Register a new account
  2. Receive the verification email
  3. Click the verification link
  4. Get the error

Expected behavior

A clear and concise description of what you expected to happen.

Clicking the verification link from the registration email should let me continue the account creation flow.

This issue is not tied to any platform or software version. All new users would get this message.

froi commented 3 years ago

This issues has been resolved by updating the project settings in Heroku.

The project is now sending emails from noreply@code4puertorico.org. The use of Sendgrid was removed from the production settings but the dependencies and code should still be a part of the application. This should be removed at some point.