Worklenz / worklenz

All in one project management tool for efficient teams
https://worklenz.com
GNU Affero General Public License v3.0
857 stars 47 forks source link

Emails have broken embedded image #31

Closed gdevenyi closed 2 days ago

gdevenyi commented 3 weeks ago

image

shravan20 commented 3 weeks ago

@gdevenyi: Could you add more context? I would like to take a look into this, if this issue is open

gdevenyi commented 2 weeks ago

This is the code for the broken image in the worklenz.com email

<img width=3D"50" height=3D"50" src=
=3D"https://worklenz.com/assets/icons/icon-96x96.png" style=3D"box-shadow  =
 : 0 3px 6px -4px rgb(0 0 0 / 12%), 0 6px 16px 0 rgb(0 0 0 / 8%), 0 9px 28p=
x 8px rgb(0 0 0 / 5%);border-radius: 10px;">

That URL forces a redirect to the homepage, so maybe proxy misconfig?

shravan20 commented 2 weeks ago
<img width=3D"50" height=3D"50" src=
=3D"https://worklenz.com/assets/icons/icon-96x96.png" style=3D"box-shadow  =
 : 0 3px 6px -4px rgb(0 0 0 / 12%), 0 6px 16px 0 rgb(0 0 0 / 8%), 0 9px 28p=
x 8px rgb(0 0 0 / 5%);border-radius: 10px;">

This would be previewing the logo right?

gdevenyi commented 2 weeks ago

It looks like its probably supposed to be just the stylzed W considering its a 96x96 PNG

chamikaJ commented 1 week ago

@gdevenyi The URL for the image should be updated to https://app.worklenz.com/assets/icons/icon-96x96.png to include app as the subdomain. I'll make the change with a PR