Default favicon displayed in Safari after been changed #8716
-
Hi community, I have a small enoying thing that only occurs in Safari, and is that I have updated in my This happens both locally in development mode as well as in production. Any idea why this might happen exclusively in Safari? Cheers |
Beta Was this translation helpful? Give feedback.
Replies: 5 comments 4 replies
-
Can you create a repro that we can look at and see the problem ourselves in Safari? |
Beta Was this translation helpful? Give feedback.
-
Could you try deleting Edit: I realise that in your case |
Beta Was this translation helpful? Give feedback.
-
Hi @santiagoejm, people who do not have cached old favicon file, should straightway see new favicon as long as there is a compatible type available. So you should use a compatible type say PNG or ICO format to show up in Safari. For the local development you can try deleting cache from your browser. Also you can try: open browser developer console → go to Network tab → Select disable caches. Reload the page and check it is downloading the new/correct favicon. |
Beta Was this translation helpful? Give feedback.
-
For me, i had to go to the tab of my website in localhost, the click in Safari in the bar, click settings for localhost and disable content blockers |
Beta Was this translation helpful? Give feedback.
-
Same problem here.
... later ... Disable Caches on Win10/Firefox worked now (w/ the remote site). |
Beta Was this translation helpful? Give feedback.
Hi @santiagoejm, people who do not have cached old favicon file, should straightway see new favicon as long as there is a compatible type available. So you should use a compatible type say PNG or ICO format to show up in Safari. For the local development you can try deleting cache from your browser. Also you can try: open browser developer console → go to Network tab → Select disable caches. Reload the page and check it is downloading the new/correct favicon.