-
-
Notifications
You must be signed in to change notification settings - Fork 28
Broken mails when mail contains attachment #213
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Hi @vjik! Unfortunately, this has not been reproduced by me. Monosnap.screencast.2024-06-22.10-12-37.mp4Could you please share client version and upgrade buggregator version if it is outdated. The latest version of buggregator you always can find on the demo page: https://buggregator.dev/#demo If you are already use lates version of client, please share with us your issued event on JSON format |
With txt-files works good, bug appears with PDF attachments. Versions: v1.10.3, v1.19.2 Error in console:
Error in request "http://127.0.0.1:8000/api/events" : |
|
@butschster please can this be resolved? same issue with the same message Sending email from Symfony 6.4 mailer with subject, 'to', htmlBody and one pdf attachment. Can I help somehow? |
@butschster Buggregator receives the full payload, the
Could it be because the attachment is split to rows and each row seems to end with |
Hey! @FluffyDiscord probably it will be fixed here #277 |
@butschster happy to test if docker image is provided |
@butschster sorry for the late response, we had holidays - 1.13.4-dev is still broken, same error message about missing "subject". Would you like a simple repro-repo? I think I can whip up some dummy thingy that will trigger that error later today. |
@butschster I have made a repro-repo, hopefully it can help you find out what's happening: From what I can tell, Cycle ORM has issues saving that payload to database. Check this persisted value (row.txt). You can see that the I tried navigating Cycle ORM code to find out something myself, but frankly I got lost. |
Mail with attachment:

After reload page all mails hidden. Mails list is empty.
The text was updated successfully, but these errors were encountered: