Problem
HiveFactoryDashboard.tsx falls back to https://queue.projectbluefin.io/data.json when hosted Hive requires login, but that fallback returns 404.
Evidence
https://queue.projectbluefin.io/data.json returns 404 while https://projectbluefin.github.io/review/queue.json returns 200. Anonymous visitors therefore receive no queue data.
Expected
Use a working public source or build-time data and allow its origin in CSP if client fetching remains necessary.
Problem
HiveFactoryDashboard.tsxfalls back tohttps://queue.projectbluefin.io/data.jsonwhen hosted Hive requires login, but that fallback returns 404.Evidence
https://queue.projectbluefin.io/data.jsonreturns 404 whilehttps://projectbluefin.github.io/review/queue.jsonreturns 200. Anonymous visitors therefore receive no queue data.Expected
Use a working public source or build-time data and allow its origin in CSP if client fetching remains necessary.