Problem or opportunity
When /organizers fails to load from the API, users only see an error message with no way to recover. Add a “Try again” button that re-fetches the organizers list.
Proposed solution
HOW TO TEST
- Run
npm run dev and open /organizers with API working — list loads
- Simulate failure (temporarily break API env or mock network error in dev)
- Confirm error UI shows with “Try again”
- Restore API and click retry — list loads
- Run
npm run build — passes
Alternatives considered
No response
Problem or opportunity
When
/organizersfails to load from the API, users only see an error message with no way to recover. Add a “Try again” button that re-fetches the organizers list.Proposed solution
/organizersincludes a “Try again” button/api/organizerssrc/app/organizers/page.tsxchanged (unless tiny helper is needed)HOW TO TEST
npm run devand open/organizerswith API working — list loadsnpm run build— passesAlternatives considered
No response