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 single click app stuck in a loop and returning 502 via NGINX.
Replication Steps:
Select "Apps"
Select "One-Click Apps/Databases
Select MailDev
Enter the App Name "MailDev" (can be anything)
Enter the MailDev version (either 2.0.5 or latest, same issue)
Update the password to be more secure
Click Deploy
Expected Results:
I can access MailDev UI from the browser
Actual Results
NGINX returns error 502.
Logs report an endless restart loop:
srv-captain--maildev.1.bbm1x21n1t0c@localhost | MailDev using directory /data
srv-captain--maildev.1.bbm1x21n1t0c@localhost | MailDev webapp running at http://0.0.0.0:1080
srv-captain--maildev.1.bbm1x21n1t0c@localhost | MailDev SMTP Server running at 0.0.0.0:1025
srv-captain--maildev.1.bbm1x21n1t0c@localhost | Received shutdown signal, shutting down now...
The text was updated successfully, but these errors were encountered:
Relevant thread: maildev/maildev#484
It looks like it's a problem with MailDev... They should by default bind to IPv4 and IPv6... Probably your system has IPv6 and the default healthcheck fails to detect the health.
Looks like someone suggested a default value of :: for MAILDEV_IP is fixing the problem. I'll make the change and deploy the fix.
Summary
MailDev single click app stuck in a loop and returning 502 via NGINX.
Replication Steps:
Expected Results:
I can access MailDev UI from the browser
Actual Results
NGINX returns error 502.
Logs report an endless restart loop:
The text was updated successfully, but these errors were encountered: