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.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
maildev, the mock email service used for development, wasn't working:
1. The `warehouse.email.send_email` task hit `ConnectionRefusedError`.
2. The maildev interface http://localhost:1080/ wouldn't load.
Turns out that maildev ports were updated with v1.1.1. Updating ports
according to maildev/maildev#281 resolved both issues, and pinning the
version to v2.0.2 will prevent unexpected changes in the future.
0 commit comments