Page 1 of 1

favicon in tab not loaded

Posted: 11 Apr 2021, 16:39
by data.admin
hi, why favicon in template poseidon not loaded in browser tab?
and in console error "cannot get favicon.ico"

Image

Re: favicon in tab not loaded

Posted: 30 Apr 2021, 22:23
by merve7
Hi,
Firstly, sorry for the delayed answer, Thank you for your feedback. We will check and fix as soon as

Re: favicon in tab not loaded

Posted: 26 Jun 2021, 23:16
by merve7
Hi,
We fixed it for the next release but you can add the below line in your angular.json file until the release.

Code: Select all

assets": [
    "src/favicon.ico",
    //other codes
 ],