54
Views
6
Comments
Solved
Favicon not showing in Safari
Application Type
Reactive
Service Studio Version
11.54.44 (Build 63123)

I've searched all over the internet already and I still don't know why the favicon wont show on safari, it shows on chrome and all browser, I've tried these in the header tried some script : 

<link rel="apple-touch-icon" sizes="60x60" href="/images/favicon_2.png">

<link rel="mask-icon" href="{{ base_path }}/images/safari-pinned-tab.svg" color="#000000">

<link rel="shortcut icon" href="favicon.ico" type="image/x-icon"/>

and ico format also checked.

please help me


2023-11-20 06-53-17
Neha Rathore
Solution

Hi Rupesh,

I think you can raise a ticket with OutSystems to get help. Currently, we're unable to display favicons on Safari.

More you can refer to this document:

https://success.outsystems.com/documentation/how_to_guides/front_end/how_to_change_a_favicon/

Thanks 

2025-07-28 06-45-20
Rupesh Patil

Hello Mostafa Othman 

I was already tried all above links but not working. I have checked officially template also but favicon not showing in safari. I think it is a common outsystems issue. Any solution please help me

and also I checked console no error there favicon icon related  

2023-11-20 06-53-17
Neha Rathore

Hi Rupesh,

You have added this line

<link rel="mask-icon" href="{{ base_path }}/images/safari-pinned-tab.svg" color="#000000"> 

add this line also 

<link rel="icon" href="/images/favicon.ico">

Hope this helps

Thanks


2025-07-28 06-45-20
Rupesh Patil

Hi Neha,

Thanks. But I have added both line also but not working

<link rel="mask-icon" href="/Faviconcheck/faviconico.ico >

<link rel="icon" href="/Faviconcheck/faviconico.ico">

2023-11-20 06-53-17
Neha Rathore
Solution

Hi Rupesh,

I think you can raise a ticket with OutSystems to get help. Currently, we're unable to display favicons on Safari.

More you can refer to this document:

https://success.outsystems.com/documentation/how_to_guides/front_end/how_to_change_a_favicon/

Thanks 

2025-07-28 06-45-20
Rupesh Patil

Hello Neha,

Thanks 

I have raised the support ticket and this functionality is only Chrome, Firefox and Edge. Outsystems side mail received below:

We understand that you're reporting an incident regarding the favicon not showing up in Safari while it is showing up in Chrome and other browsers. However, the availability of this feature for Safari has not been released yet and it is limited to Chrome, Firefox and Edge as described in our documentation How to change a favicon. 

Additionally, we would like to share that our engineering team is already working on this matter through the RPM-4739 that we linked to your ticket, please note that we don't have any release date for this.

Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.