vault backup: 2026-04-30 16:37:05

This commit is contained in:
Vadym Samoilenko 2026-04-30 16:37:05 +01:00
parent e951cde2b4
commit 6e6473ff9e

View file

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