Can't get favicon to display

I’m setting our favicon in icon/favicon, and I can’t get it to display.

I have tried every combination of: having it sit in the root of the project, having it sit in the images folder of the project, explicitly specifying it in extraFiles, and using both .ICO and .PNG versions of the file. Nothing has yielded. Can anyone help?

favicon

Have you tried clearing the browser cache?

With many Ctrl-F5s, yes. If you mean something else, no.

Also just went into Chrome Clear browsing data and explicitly cleared cached images and files. No difference.

There could be some clues in this discussion.

If you want to add a link as shown in the most popular answer (2003 times!), put it into the extraheaders property:

1 Like

Adding it to extraheaders worked.

Thank you much.