The Wayback Machine - https://web.archive.org/web/20220528164323/https://github.com/cookiecutter/cookiecutter-django/issues/2560
You can’t perform that action at this time.
You signed in with another tab or window. Reload to refresh your session.
You signed out in another tab or window. Reload to refresh your session.
What happened?
Error while deploying to production:
django.core.exceptions.ImproperlyConfigured: Set the SENDGRID_GENERATE_MESSAGE_ID environment variableIt looks like non-essential env config was added without defaults.
What should've happened instead?
Deploy without errors
Solution
Add defaults to Sendgrid config.
Change the following:
To:
The text was updated successfully, but these errors were encountered: