From e62855fcc6a08ebb8cb76fec5d425d5e1219ba8b Mon Sep 17 00:00:00 2001 From: Vadym Samoilenko Date: Thu, 30 Apr 2026 16:18:59 +0100 Subject: [PATCH] vault backup: 2026-04-30 16:18:59 --- 99 Daily/2026-04-30.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/99 Daily/2026-04-30.md b/99 Daily/2026-04-30.md index 1b920ff..434f3f4 100644 --- a/99 Daily/2026-04-30.md +++ b/99 Daily/2026-04-30.md @@ -251,3 +251,6 @@ tags: [daily] - 16:15 | `video-accessibility` - **Asked:** Check SSO configuration and diagnose why both SSO and regular login return 404 errors on the auth endpoint. - **Done:** Identified that the backend is healthy on port 8012 but Apache likely hasn't reloaded its configuration after the Include directive was added, causing login requests to fail with 404. +- 16:17 | `video-accessibility` + - **Asked:** Check SSO configuration and investigate why both SSO and regular login return 404 errors from the API. + - **Done:** Identified that the backend is healthy on port 8012 but Apache proxy configuration is not active — the Include directive exists but Apache hasn't reloaded the configuration.