From e951cde2b41ad557e2ed72709043e2abe2c0cde3 Mon Sep 17 00:00:00 2001 From: Vadym Samoilenko Date: Thu, 30 Apr 2026 16:35:56 +0100 Subject: [PATCH] vault backup: 2026-04-30 16:35:56 --- .obsidian/plugins/hoarder-sync/data.json | 2 +- 99 Daily/2026-04-30.md | 6 ++++++ 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/.obsidian/plugins/hoarder-sync/data.json b/.obsidian/plugins/hoarder-sync/data.json index 7016688..3818eb7 100644 --- a/.obsidian/plugins/hoarder-sync/data.json +++ b/.obsidian/plugins/hoarder-sync/data.json @@ -4,7 +4,7 @@ "syncFolder": "Hoarder", "attachmentsFolder": "Hoarder/attachments", "syncIntervalMinutes": 60, - "lastSyncTimestamp": 1777559635087, + "lastSyncTimestamp": 1777563235217, "updateExistingFiles": false, "excludeArchived": true, "onlyFavorites": false, diff --git a/99 Daily/2026-04-30.md b/99 Daily/2026-04-30.md index 12d8574..96bc425 100644 --- a/99 Daily/2026-04-30.md +++ b/99 Daily/2026-04-30.md @@ -293,3 +293,9 @@ tags: [daily] - 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. +- 16:34 (1min) | `video-accessibility` + - **Asked:** Investigate 403 Forbidden error on production queue stats API endpoint. + - **Done:** Identified permission issue requiring backend auth/RBAC code review to grant admin rights. +- 16:34 | `video-accessibility` + - **Asked:** Debug 403 Forbidden error on production queue-stats API endpoint due to user role permissions. + - **Done:** Identified that the user was created after backend startup and missed the admin promotion seed; restart required to grant proper permissions.