Bug: Kings logo blocked by ORB on westside teams page — CORS headers missing #11

Closed
opened 2026-03-28 19:48:02 +00:00 by forgejo_admin · 0 comments

Type

Bug

Lineage

Standalone — discovered during Chrome DevTools + Playwright validation of westside teams page deployment.

Repo

forgejo_admin/minio-api

What Broke

kings-logo.png served from minio-api.tail5b443a.ts.net is blocked by ORB (Origin Resource Blocking) when loaded cross-origin on the westside teams page. Browser shows net::ERR_BLOCKED_BY_ORB. The logo area renders blank.

Repro Steps

  1. Navigate to https://westsidekingsandqueens.tail5b443a.ts.net/teams
  2. Open DevTools Network tab
  3. Observe: kings-logo.png request to minio-api.tail5b443a.ts.net fails with ERR_BLOCKED_BY_ORB
  4. Logo area is blank

Expected Behavior

MinIO API serves images with proper CORS headers (Access-Control-Allow-Origin) for cross-origin requests from westside-app.

Environment

  • Cluster/namespace: prod
  • Service: minio-api serving static assets cross-origin to westside-app
  • Related alerts: none

Acceptance Criteria

  • Kings logo renders on the teams page
  • MinIO API returns proper CORS headers for image assets
  • No ORB/CORS errors in browser console
  • Queens logo also verified
  • project-westside-basketball — project this affects
  • project-pal-e-platform — MinIO infrastructure
### Type Bug ### Lineage Standalone — discovered during Chrome DevTools + Playwright validation of westside teams page deployment. ### Repo `forgejo_admin/minio-api` ### What Broke `kings-logo.png` served from `minio-api.tail5b443a.ts.net` is blocked by ORB (Origin Resource Blocking) when loaded cross-origin on the westside teams page. Browser shows `net::ERR_BLOCKED_BY_ORB`. The logo area renders blank. ### Repro Steps 1. Navigate to `https://westsidekingsandqueens.tail5b443a.ts.net/teams` 2. Open DevTools Network tab 3. Observe: `kings-logo.png` request to `minio-api.tail5b443a.ts.net` fails with `ERR_BLOCKED_BY_ORB` 4. Logo area is blank ### Expected Behavior MinIO API serves images with proper CORS headers (`Access-Control-Allow-Origin`) for cross-origin requests from westside-app. ### Environment - Cluster/namespace: prod - Service: minio-api serving static assets cross-origin to westside-app - Related alerts: none ### Acceptance Criteria - [ ] Kings logo renders on the teams page - [ ] MinIO API returns proper CORS headers for image assets - [ ] No ORB/CORS errors in browser console - [ ] Queens logo also verified ### Related - `project-westside-basketball` — project this affects - `project-pal-e-platform` — MinIO infrastructure
Sign in to join this conversation.
No labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
forgejo_admin/minio-api#11
No description provided.