vault backup: 2026-04-30 16:18:59

This commit is contained in:
Vadym Samoilenko 2026-04-30 16:18:59 +01:00
parent 675595d680
commit e62855fcc6

View file

@ -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.