mirror of
https://github.com/axllent/mailpit.git
synced 2026-04-26 08:45:54 +03:00
[GH-ISSUE #25] 404 to api while using webroot #23
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#23
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 @macau23 on GitHub (Dec 7, 2022).
Original GitHub issue: https://github.com/axllent/mailpit/issues/25
I am launching mailpit with --webroot mailpit but I get a 404 in the UI. The URL returning the 404 is:
http://somehost:8025/mailpit/api/v1/messages?limit=50Without --webroot the URL is:
http://somehost:8025/api/v1/messages?limit=50and this works.
@macau23 commented on GitHub (Dec 7, 2022):
Version v1.3.0
@macau23 commented on GitHub (Dec 7, 2022):
Works in v1.2.7, seems to have broken in v1.2.8
@axllent commented on GitHub (Dec 7, 2022):
@macau23 Thanks for the bug report. This fix will be included in the next release later today.