mirror of
https://github.com/pocket-id/pocket-id.git
synced 2025-12-06 09:13:19 +03:00
🐛 Bug Report: broken logo in email #423
Reference in New Issue
Block a user
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?
Originally created by @cirrusflyer on GitHub.
Reproduction steps
When email is sent from Pocket ID the logo is broken. Looks like a misspelling in the code. It's being sent as:
...api/application-configuratio=n/logo
And should be:
...api/application-configuration/logo
Expected behavior
The logo should display.
Actual Behavior
The logo is broken.
@EweSparky commented on GitHub:
I had the same issue; Fastmail said it's because they proxy all images, but they can't do it if they can't reach your Pocket ID instance.
@stonith404 commented on GitHub:
Strange, in can't see a typo in the code and it's working for me.
Could you share a bit more information?
@cirrusflyer commented on GitHub:
I'm using the latest as of today. Using Fastmail web client but just confirmed it does display correctly in other email clients. Very odd. Here's what I see in the raw message:
<img src=3D"https://mydomain.com/api/application-configuratio=
n/logo" alt=3D"Pocket ID"/>
@stonith404 commented on GitHub:
That’s strange. It seems that Fastmail might be interpreting
/nas a new line, or another rendering issue on their end. I would recommend reaching out to Fastmail to report this bug. Implementing a workaround in the project for what appears to be a Fastmail-specific issue doesn’t seem like the right approach to me.Let me know if you need any more information for reporting this to Fastmail.