mirror of
https://github.com/axllent/mailpit.git
synced 2026-04-26 16:56:00 +03:00
[GH-ISSUE #133] Latest docker build crashes #91
Labels
No labels
awaiting feedback
bug
docker
documentation
enhancement
github_actions
invalid
pull-request
question
stale
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/mailpit#91
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @MrDiba on GitHub (Jun 28, 2023).
Original GitHub issue: https://github.com/axllent/mailpit/issues/133
When I run the latest version of Mailpit using the following docker-compose file:
I receive a
Error sending data to the server. Please try again.error in the browser and in the backend the following error appears:But the weird thing is: If I specify the latest specific version like
axllent/mailpit:v1.6.22It works without a problem. As if there is a different version between thelatesttag and thev1.6.22tag.@MrDiba commented on GitHub (Jun 28, 2023):
I must add that it only happens when there is a mail in the mailbox.
@axllent commented on GitHub (Jun 28, 2023):
Interesting, I do not have that issue and I have about 130k emails in my mailbox. What OS & architecture are you on?
@MrDiba commented on GitHub (Jun 28, 2023):
I'm running Linux mint 20.3 on AMD Ryzen 7 4800U with Radeon Graphics with Docker version 23.0.4, build f480fb1.
I see that I mistyped in my original post. Originally I said that using a specific problem "works without no problem", but that should be that it works without a problem (edited the original).
So:
axllent/mailpit:latestresults in the above error, and:axllent/mailpit:v1.6.22works fine.@axllent commented on GitHub (Jun 28, 2023):
Linux AMD64 should be working fine (ie: same as what I'm using) - well they all should, but I can personally vouch for that one. So this happens with a specific database file, or every time you reuse a newly created database file?
@axllent commented on GitHub (Jun 28, 2023):
Sorry, to answer your question, there is currently absolutely no difference at all between latest and v1.6.22 - they are both tags to the same thing (https://hub.docker.com/r/axllent/mailpit/tags). Are you sure you have the latest "latest" (
docker pull axllent.mailpit)?@MrDiba commented on GitHub (Jun 28, 2023):
You hit the nail on the head! The "latest" was the latest two months ago...
Pulling the actual latest works like a charm. Thank you for the support.
@axllent commented on GitHub (Jun 29, 2023):
No problem. I'm still confused a little though, not how you ended up with a stale
latesttag, but rather why Mailpit was crashing. Given that I have no idea just how old yourlatesttag was, I assume it was likely more than 2 months old. Two months ago in v1.6.6 there was an internal database change that restructured several several things. If yourlatestwas older than that, and you tried to open a newer database then it makes perfect sense.