-
-
Notifications
You must be signed in to change notification settings - Fork 3.2k
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
Backup Alert Email Notifications is not displaying normal easy to understand text #14917
Comments
👋 Thanks for opening your first issue here! If you're reporting a 🐞 bug, please make sure you include steps to reproduce it. We get a lot of issues on this repo, so please be patient and we will get back to you as soon as we can. |
Huh - most folks don't use that feature, so I guess we didn't catch the change on the underlying package's side. We'll need to investigate this a bit more. Thanks for the heads up! |
No worries. |
I can reproduce this locally, which is, as always, both good and bad. The package definitely changed something, I'm just not sure what yet. We'll have it sorted for you shortly tho |
Cool no dramas. It's not that urgent or critical. :) |
I think I see what happened. They added localization recently (yay!) but they use the two-letter code for language, which we don't use anymore. :-/ |
I've opened an issue on laravel-backup's repo to see how to best handle this. For right now, if you change your |
This should be fixed on master now - let me know if you're still having issues after running |
Had the same exact issue as OP, can confirm your fix is working fine now. Many thanks for your great support, keep it up 👍 |
Great to hear it! |
Debug mode
Describe the bug
With 7.0.4, the backup notification email content is showing what looks like bits of code instead of normal text, when it was on 6.4.2.
Reproduction steps
Expected behavior
Previously with 6.4.2, the Backup Email Notification would be...
Hello!
Great news, a new backup of Snipe-IT was successfully created on the disk named backup.
Application name: Snipe-IT
Backup name: backups
Disk: backup
Newest backup size: 15.53 MB
Number of backups: 13
Total storage used: 199.75 MB
Newest backup date: 2024/06/19 00:00:03
Oldest backup date: 2024/06/01 00:00:06
but with 7.0.4, the email appears as...
Hello!
backup::notifications.backup_successful_body
backup::notifications.application_name: Snipe-IT (production)
backup::notifications.backup_name: backups
backup::notifications.disk: backup
backup::notifications.newest_backup_size: 15.52 MB
backup::notifications.number_of_backups: 2
backup::notifications.total_storage_used: 31.05 MB
backup::notifications.newest_backup_date: 2024/06/19 12:22:58
backup::notifications.oldest_backup_date: 2024/06/19 12:22:01
Screenshots
Snipe-IT Version
v7.0.4 build 14011 (g20d558785)
Operating System
Rocky Linux 9
Web Server
Apache
PHP Version
8.3.8
Operating System
Windows
Browser
Edge
Version
126.0.2592.61
Device
No response
Operating System
No response
Browser
No response
Version
No response
Error messages
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: