Bug: Profile Images broken #908

Closed
opened 2026-04-05 16:23:46 +02:00 by MrUnknownDE · 0 comments
Owner

Originally created by @sevensolutions on 6/12/2024

Describe the bug
It looks like the Profile Images are broken because they generate a wrong URL.
Closely inspecting the <img> tag shows, that the URL is missing a second slash after https:.

<img alt="User Profile" src="https:/oneuptime.mydomain.io/file/image/825384cf-cc8e-45d5-9042-f1347ba4be67" class="h-8 w-8 rounded-full">

To Reproduce
Steps to reproduce the behavior:

  1. Upload a profile image
  2. The image is not shown in the top right corner

Expected behavior
The image should be shown in the top right corner

Screenshots
image

Desktop (please complete the following information):

  • OS: MacOS
  • Browser: Tested in Chrome and Safari

Deployment Type
docker-compose

*Originally created by @sevensolutions on 6/12/2024* **Describe the bug** It looks like the Profile Images are broken because they generate a wrong URL. Closely inspecting the \<img\> tag shows, that the URL is missing a second slash after https:. ``` <img alt="User Profile" src="https:/oneuptime.mydomain.io/file/image/825384cf-cc8e-45d5-9042-f1347ba4be67" class="h-8 w-8 rounded-full"> ``` **To Reproduce** Steps to reproduce the behavior: 1. Upload a profile image 2. The image is not shown in the top right corner **Expected behavior** The image should be shown in the top right corner **Screenshots** <img width="534" alt="image" src="https://github.com/OneUptime/oneuptime/assets/84123899/015b489a-5b92-4cb8-ba04-7f8f629951b4"> **Desktop (please complete the following information):** - OS: MacOS - Browser: Tested in Chrome and Safari **Deployment Type** docker-compose
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github/oneuptime#908