oleksii
(oleksii)
March 11, 2024, 9:14am
1
I know that bitnami helm chart isn’t supported deployment by this community.
I’ve asked this question in bitnami, but I haven’t got any reply.
Maybe you can limit a scope of my research or provide some hints please.
My customization of value file :
auth:
email: my@email.com
username: superAdmin
password: "password"
smtp:
enabled: true
host: "mailjet"
port: "587"
user: "user"
password: "password"
protocol: ""
auth: ""
existingSecret: ""
I got DownloadBackupEmail fail when tried to download backup.
I got CriticalUserEmail fail when tried to change password through the forgot button.
pfaffman
(Jay Pfaffman)
March 11, 2024, 9:59am
2
My guess is that mail jet is rewriting the urls when it sends mail so that it can do click tracking and it isn’t working.
Best is to tell mail jet not to do link click processing.
You can download the backup file directly, but I don’t know where Bitnami puts it.
1 Like
oleksii
(oleksii)
March 11, 2024, 12:19pm
3
Thanks for reply.
Hmmm, I’m confused.
I have another instance that I deployed according to the official deployment instructions . Both I use MailJet
I was thinking that my helm chart didn’t properly populate admin credentials into the application.
1 Like
oleksii
(oleksii)
March 18, 2024, 1:10pm
4
1 Like