-
Notifications
You must be signed in to change notification settings - Fork 24
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Staging favicon not being shown #2301
Comments
I've just checked, and the staging config table looks like this: mysql> select * from config; Should this should have been set to 'staging' at some stage? |
I don't know, but it looks like the prod favicon in any case.
|
Linking #2180, which was the pull request that implemented the changes needed to show the staging favicon. |
So, I discovered today that the selection of the favicon is entirely dependent on the value of Config.siteType (set in Config.js). That should help us track down the incorrect favicon being loaded on staging. |
I've manually changed Config.1586785864.js to have the siteType set to 'staging'. After clearing my JS cache, this fixes this problem, so staging is now showing with the correct favicon and the yellow-backgrounded header. @cgolubi1 has said that she'll check how her deploy script is setting the Config.siteType, since this is apparently not being set correctly for the dev and staging sites. |
The staging site is not showing the staging favicon.
The text was updated successfully, but these errors were encountered: