Image from reminder emails does not load #898
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
When I view the reminder emails in Gmail, the logo image does not load. I'm not sure what's causing this, because I can see the URL for the image in the email, and when extracted, the image loads properly in a browser.
Maybe your browser or email software blocks images from third party domains? Maybe you configured CORS headers for your Vikunja instance?
Maybe the browser console has more details.
My email software is Chrome-Stable + Gmail.
I do have some security-related headers in my reverse proxy configuration that might be involved here. I'm not a web guy though...I copied these off StackExchange :)
If the browser blocks loading the image there should be something in the browser console about that. Could you check? (
ctrl + shift + I
and then "Console")The
Content-Security-Policy "default-srv https:"
could be the issue here.I'm closing this due to inactivity. If it is still relevant and reproducable with the latest unstable version, please feel free to reopen with steps to reproduce.
It's still happening, but i don't know how to go about figuring out whether its Vikunja (I'm doubting this now) or Gmail, or my browser or my reverse proxy doing something weird. I can't tell.