Uh oh!
There was an error while loading. Please reload this page.
[stable30] fix(a11y): Add OTF font loading check - #48073
Conversation
Signed-off-by: Joas Schilling <coding@schilljs.com>
joho1968
commented
Oct 11, 2024
For 29.0.8, this persistently generates the following error messge:
The link to the documentation in question points to https://docs.nextcloud.com/server/29/admin_manual/installation/nginx.html Searching for This error was not present in 29.0.7. |
nickvergessen
commented
Oct 11, 2024
Yeah it's newly added there. Seems like no one updated the nginx documentation yet. |
nickvergessen
commented
Oct 11, 2024
change is in nextcloud/documentation#12273 |
joho1968
commented
Oct 11, 2024
Thanks. I'm not complaining here, but it feels "somewhat" odd that a configuration change would be required for a "minor" upgrade from 29.0.7 to 29.0.8. I would expect that minor bump to mean fixes only. Just my two cents. |
nickvergessen
commented
Oct 11, 2024
Yeah we ship otf fonts since quite some time, but only now it was noticed that some servers don't serve it correctly. It went unnoticed a long time as other fonts whip woff+otf and then the fall back to otf never happened. |
z3ntu
commented
Nov 5, 2024
Worth noting that on my Apache-based setup I needed to run |
nickvergessen
commented
Nov 6, 2024
Hmm that's kind of surprising. I would have thought the updater does it automatically. |
Backport of PR #48063