Polycrate API 0.11.15 released: KaTeX Fix
ayedo Redaktion 1 Minute Lesezeit

Polycrate API 0.11.15 released: KaTeX Fix

Polycrate API 0.11.15 resolves the last collectstatic error by removing unused KaTeX fonts.
polycrate kubernetes devops bugfix

With Polycrate API 0.11.15, we resolve the last remaining collectstatic error in production environments.

KaTeX/LaTeX Removed

The Milkdown Editor CSS included styles for LaTeX Math-Rendering, referencing ~30 font files. These fonts were not present in the Static Files directory.

Why did it work locally? Development uses the default Django Storage Backend without post-processing. Production uses Whitenoise’s CompressedManifestStaticFilesStorage, which resolves all CSS references—and crashes when files are missing.

The Solution: The build script was adjusted to exclude KaTeX and LaTeX styles. We do not use math rendering in Notes, so this is not a loss of functionality.

Included Fixes

This release also includes all fixes from 0.11.14:

  • Certificate API Upsert (UniqueConstraint error fixed)
  • milkdown-theme/ directory removed

Full Release Notes

Update Now

polycrate pull cargo.ayedo.cloud/ayedo/k8s/polycrate-api
polycrate run polycrate-api install

Polycrate is ayedo’s Infrastructure-as-Code platform for declarative multi-cluster management. Learn more →

Ähnliche Artikel