mirror of
https://github.com/anonaddy/anonaddy.git
synced 2026-04-25 14:15:53 +03:00
[GH-ISSUE #764] Doctrine Error: Failed to open stream #1090
Labels
No labels
bug
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/anonaddy#1090
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 @TheComp44 on GitHub (Aug 28, 2025).
Original GitHub issue: https://github.com/anonaddy/anonaddy/issues/764
Today I upgraded my self-hosted addy.io instance to
v1.3.5. I followed the steps in the "How to self host" guide for updating and there were no errors or anything.Everything seemed to work fine until I noticed that I didn't receive any emails anymore. If I send an email to a new alias, the catch-all still creates that alias, though the email is not forwarded and the "Forwards/Blocks" counter of that alias remains at 0/0.
When I check the laravel logs, I see this:
This is repeated a couple of times in the log for every email I receive. Postfix pipes the email to the addy.io instance correctly, but it seems to me that Laravel tries to unserialize
App/Mail/ForwardEmailfrom some file that doesn't exist, but I don't know what would be causing that.I would be glad for any pointers, because I really don't know what to do.
@willbrowningme commented on GitHub (Aug 29, 2025):
Please could you try the following steps to see if that sorts it:
@TheComp44 commented on GitHub (Aug 31, 2025):
Thank you for the quick response. Before trying your steps I actually had my server on some downtime to update the kernel, which included some reboots, and afterwards the email processing worked again. Which is weird, because when I manually restarted the services involved (php, mariadb, redis, etc.) it didn't resolve the issue.