vault backup: 2026-04-30 16:56:48

This commit is contained in:
Vadym Samoilenko 2026-04-30 16:56:48 +01:00
parent 35f1782455
commit 742f287c56

View file

@ -344,3 +344,9 @@ tags: [daily]
- 16:54 | `video-accessibility`
- **Asked:** Debugged 403 Forbidden error on production queue stats API endpoint | Fixed query enabled condition in useJob.ts, expanded EARLY_STATUSES, and corrected status logic in Downloads.tsx | useJob.ts, Downloads.tsx
- **Done:**
- 16:55 | `aimpress`
- **Asked:** Set up magnet link support for qBittorrent with download-only mode and unlimited speed.
- **Done:** Configured qBittorrent magnet links, disabled uploads, created Nginx config for DNS and NPM proxy, and connected Jellyseerr with Jellyfin/Radarr/Sonarr.
- 16:56 | `video-accessibility`
- **Asked:** Developer received 403 Forbidden error when fetching production queue stats from the API.
- **Done:** Identified that MongoDB schema validator on jobs collection was missing `processing_failed` status in enum, blocking the write operation.