Authentik issues with email #1484
Unanswered
chupacabra71
asked this question in
Q&A
Replies: 1 comment
-
I was able to fix this by updating /usr/local/lib/python3.12/site-packages/authentik/stages/email/utils.py I changed line 17 to: path = Path("/opt/authentik/web/icons/icon_left_brand.png") |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I have a strange issue with the Authentik LXC script. for the most part everything seems functional, but i have trouble getting email out. I can run tests on the email provider and i successfully get emails from Authentik (clicking the test tube button in the notifications transports) and also usin
ak test email my@email.com
, emails seem to work. The issue is whenever I try to send an email via a flow or I get the following error:If i search for the files i find them at:
the other thing that i noticed is that in the
brands
, the location for the icon shows as:/static/dist/assets/icons/icon_left_brand.svg
which does not match the location for the error:
'web/dist/assets/icons/icon_left_brand.png'
anyone else having issues with the email providers?
Beta Was this translation helpful? Give feedback.
All reactions