From 013c2760a710d06af3885d4bb83d8abe9b5c6483 Mon Sep 17 00:00:00 2001 From: Vadym Samoilenko Date: Thu, 30 Apr 2026 16:33:37 +0100 Subject: [PATCH] vault backup: 2026-04-30 16:33:37 --- 99 Daily/2026-04-30.md | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) diff --git a/99 Daily/2026-04-30.md b/99 Daily/2026-04-30.md index fe2531d..12d8574 100644 --- a/99 Daily/2026-04-30.md +++ b/99 Daily/2026-04-30.md @@ -266,3 +266,30 @@ tags: [daily] - 16:23 | `video-accessibility` - **Asked:** Check SSO configuration and debug 404 login errors in the project. - **Done:** Identified missing Apache configuration include for video-accessibility API and provided sed command to add it to VirtualHost. +- 16:27 | `video-accessibility` + - **Asked:** Check SSO and login configuration in the project | Identified that the auth endpoint returns 404 because Apache is not properly routing requests to the video-accessibility service | optical-dev.oliver.solutions.conf + - **Done:** — +- 16:28 | `video-accessibility` + - **Asked:** Check SSO configuration in the project and diagnose login endpoint 404 errors. + - **Done:** Identified missing Apache configuration include for video-accessibility API endpoint and fixed VirtualHost configuration. +- 16:29 | `video-accessibility` + - **Asked:** Check SSO configuration and debug login API 404 errors in the project. + - **Done:** Identified missing Apache configuration include for video-accessibility service and provided steps to insert it before VirtualHost closing tag. +- 16:29 | `video-accessibility` + - **Asked:** Investigated SSO and login configuration issues in the project. + - **Done:** Found that the login API endpoint was returning 404 due to missing Apache configuration include for video-accessibility service. +- 16:30 | `video-accessibility` + - **Asked:** Check SSO configuration and fix 404 errors on login endpoints. + - **Done:** Added missing Apache configuration for video-accessibility service and reloaded Apache to route API requests correctly. +- 16:31 | `video-accessibility` + - **Asked:** Check why SSO and login endpoints are returning 404 errors in the video-accessibility service. + - **Done:** Verified Apache configuration and reloaded the service to restore API routing. +- 16:31 | `video-accessibility` + - **Asked:** Checked SSO and login configuration in the project, discovering API routing issues. + - **Done:** Verified Apache proxy is working and isolated the login endpoint problem to missing route handler. +- 16:31 | `video-accessibility` + - **Asked:** Check SSO configuration and debug why both SSO and regular login return 404 errors. + - **Done:** Identified that the API proxy is working (FastAPI returning JSON errors), confirmed the endpoint exists and is reachable via curl test commands. +- 16:32 | `video-accessibility` + - **Asked:** Check SSO configuration and fix login 404 errors caused by incorrect Apache proxy routing. + - **Done:** Identified and fixed Apache Include directive pointing to sites-available instead of sites-enabled, verified API endpoint is now accessible.