-
Notifications
You must be signed in to change notification settings - Fork 1.9k
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
Ticket attachments for attendee emails are not working. #6155
Comments
Still not working
|
@iamareebjamal This issue was regarding the attachments. When the email was successfully sent, the tickets are attached. Why was this re-opened? |
Because it's still not fixed? |
The generated folder is not mounted in a volume and hence, each and every generated ticket gets deleted on each container restart and even if not, the generated PDF is not accessible to celery. |
For urgent fix, at least the current logic needs to be fixed with volume properly mounted. As a follow up issue, all static and media URLs need to be fixed once and for all. No hardcoded URL formatting should be present, nor the URls should be stored in DB. The layout of static storage will be changed to
Next, a script is to be made to generate all missing PDFs of attendees, tickets and orders. And to aggregate old data in proper places |
We are not sending the tickets anymore. Therefore closing the issue. |
Describe the bug
After adding support for multi attendee ticket downloads, the storage path was changed. Due to this, the tickets weren't being attached. Ergo, the email wasn't being sent.
Reference
The key was changed in this PR. #6095
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Emails & attachments should work as expected.
Stacktrace
The text was updated successfully, but these errors were encountered: