From b99636d3c0529b59230315587fae00223233a800 Mon Sep 17 00:00:00 2001 From: waffle2k Date: Mon, 15 Jun 2026 17:01:56 -0700 Subject: [PATCH] Fix BuildError: nav links to renamed api_info endpoint base.html referenced url_for('api_hello'), but that endpoint is now api_info (/api/info). Since every page extends base.html, the dead reference raised werkzeug BuildError and returned HTTP 500 site-wide -- including /finger/, which federated Mastodon instances fetch for link previews. The 500s also defeated nginx's 200-only cache, so every fetch re-ran the finger subprocess against the daemon on mammut. --- templates/base.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/base.html b/templates/base.html index c9ad5a4..dbd1c48 100644 --- a/templates/base.html +++ b/templates/base.html @@ -33,7 +33,7 @@ Finger