diff --git a/99 Daily/2026-04-30.md b/99 Daily/2026-04-30.md index 8f1fd73..0ce124d 100644 --- a/99 Daily/2026-04-30.md +++ b/99 Daily/2026-04-30.md @@ -302,3 +302,27 @@ tags: [daily] - 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. +- 16:38 | `video-accessibility` + - **Asked:** Debug 403 Forbidden error on production queue-stats API endpoint. + - **Done:** Identified potential FastAPI dependency injection issue with `get_database()` function requiring async context. +- 16:39 | `video-accessibility` + - **Asked:** Investigated 403 Forbidden error on production queue stats API endpoint | Identified GCS credentials misconfiguration as likely cause of backend failures | index-GR_hfBMg.js, backend logs + - **Done:** Investigated 403 Forbidden error on queue stats endpoint | Confirmed get_database implementation and identified GCS credential issue in _upload_bytes_to_gcs | backend service configuration +- 16:39 | `video-accessibility` + - **Asked:** Developer encountered a 403 Forbidden error when fetching production queue stats from the API. + - **Done:** Identified that GCS credentials or bucket configuration on optical-dev is likely misconfigured and suggested checking backend logs. +- 16:40 | `video-accessibility` + - **Asked:** Debug 403 Forbidden error on production queue-stats API endpoint. + - **Done:** Identified api service and checked logs; updated user role to admin in MongoDB. +- 16:40 | `video-accessibility` + - **Asked:** Developer encountered a 403 Forbidden error when accessing the production queue stats API endpoint. + - **Done:** Identified that the GCP credentials file is missing from the container mount point and needs proper setup. +- 16:41 | `video-accessibility` + - **Asked:** Resolve 403 Forbidden error when accessing production queue stats API endpoint. + - **Done:** Identified missing GCP credentials file and provided steps to create secrets directory and configure Service Account credentials. +- 16:41 | `video-accessibility` + - **Asked:** Developer debugged a 403 Forbidden error on the production queue-stats API endpoint. + - **Done:** Identified and fixed file permission issue preventing container access to GCP credentials by changing permissions to 644 and restarting services. +- 16:42 | `video-accessibility` + - **Asked:** Developer encountered a 403 Forbidden error when fetching queue stats from the production API endpoint. + - **Done:** Identified that the `.env` file is missing on the server and needs to be created with required environment variables.