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.