Issue
On the /scan/ page (used for nameplate OCR via camera/upload) the status text permanently reads:
“monday context loading…”
(lowercase, appears to be an internal codename). The UI does not transition to a success or error state, leaving the user unable to complete a scan.
Evidence
- Screenshot/text from the page shows the stuck status message.
- No progress or error indication is shown; the spinner or loading state never resolves.
Suggested Fix
- Identify the asynchronous call or context update that is failing/never resolving.
- Add proper error handling and timeout logic.
- Replace the placeholder text with a user‑friendly loading message (e.g., “Loading…”) and show appropriate success/error states.
Issue
On the
/scan/page (used for nameplate OCR via camera/upload) the status text permanently reads:“monday context loading…”
(lowercase, appears to be an internal codename). The UI does not transition to a success or error state, leaving the user unable to complete a scan.
Evidence
Suggested Fix