arm-moodys commented on issue #31025:
URL: https://github.com/apache/superset/issues/31025#issuecomment-2688382238

   > I reckon you can remove this part as [`STATIC_ASSETS_PREFIX` 
option](https://github.com/apache/superset/blob/master/superset/config.py#L1697-L1699)
 might be not yet configured on your side. Fetching a non-existent 
`/favicon.ico` would yield 404 as expected.
   > 
   > FAVICONS = [
   >       {"href": "/static/assets/images/favicon.png"},
   > -      {
   > -        "href": "/favicon.ico",  ## This is not accessible although the 
file exists this is I belive because flask doesn't expose anything but the what 
is under `/static` which in the container is under `/app/superset/static`
   > -        "rel": "icon",
   > -        "type": "image/x-icon",
   > -      },
   >       {
   >         "href": "/static/favicon.ico", ## This accessible through: 
`https://<DOMAIN_NAME>//static/favicon.png`
   >         "rel": "icon",
   >         "type": "image/x-icon",
   >       }
   >     ]
   
   
   We found out that the issue was related to our ldap server not responding in 
time to the load balancer endpoint and the LB would response with a page that 
didn't have the `favicon.ico`, if we increased the time eventually, we had a 
response, but this was a not a good solution so we had to address the issue on 
the ldap side so it replied in time.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to