mirror of
https://github.com/axllent/mailpit.git
synced 2026-04-26 00:35:51 +03:00
[GH-ISSUE #199] [BUG] About page does not work behind proxy #132
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#132
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 @jrod-97 on GitHub (Oct 26, 2023).
Original GitHub issue: https://github.com/axllent/mailpit/issues/199
Hello,
we have deployed mailpit in a restrictive environment and wanted to check which version is deployed.
The about page does not load. I suspect this is because we are behind a proxy and mailpit is not allowed to check for new versions and then can't show about info.
It would be nice to have a timeout in the version check and then just display the current version with a hint:
'There might be a newer version available. The check failed'
Thanks
@axllent commented on GitHub (Oct 28, 2023):
Hi @jrod-97. Thanks for reporting this, and you're absolutely right - I never factored in connectivity issues into the update check web UI. I have added a 5-second timeout which should hopefully work as expected if the connection fails. The modal will also then provide the hint you suggested.
This will be included in the next release (not sure when but within the next few days). Once released, please feel free to re-open this ticket if you still encounter issues? Thank you.
@axllent commented on GitHub (Oct 31, 2023):
This has now been released with v1.9.10