From 6e6473ff9ecba1209dfbb13ca44e9398d839bf6e Mon Sep 17 00:00:00 2001 From: Vadym Samoilenko Date: Thu, 30 Apr 2026 16:37:05 +0100 Subject: [PATCH] vault backup: 2026-04-30 16:37:05 --- 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 96bc425..8f1fd73 100644 --- a/99 Daily/2026-04-30.md +++ b/99 Daily/2026-04-30.md @@ -299,3 +299,6 @@ tags: [daily] - 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. +- 16:36 | `video-accessibility` + - **Asked:** Debug 403 Forbidden error on production queue stats API endpoint. + - **Done:** Identified missing MongoDB connection — need to connect via mongosh with Atlas connection string from .env file.