Summary
Creating an auth config for gagelist on staging fails with a generic platform-style error before the auth-config form is rendered:
Organization Error
There was an issue accessing this organization. You might not have access or the organization might be temporarily unavailable.
The error message is misleading — it's worded like a platform/org-access failure, but it only reproduces for the gagelist toolkit. Other apps load their auth-config forms normally on the same staging environment.
Reproduction
- Log into staging dashboard.
- Pick gagelist as the toolkit and try to create a new auth config.
- Observe the "Organization Error" screen instead of the auth-config form.
Other apps on the same session work fine — confirmed.
Scope
- Gagelist-specific. Does not reproduce for unrelated toolkits.
- Reproduces on at least two accounts (Prateek + Manas), so it's not session- or user-specific.
Investigation starter checklist
- Reproduce in browser dev tools — Network tab → identify the failing request when you select gagelist. Capture status code + response body. The endpoint that returns the failure tells you which service is unhappy.
- Check Hermes / Apollo staging logs for errors mentioning
gagelist or the gagelist unique_key around the time the error appears.
- File a secondary bug on the error UX — the "Organization Error" screen is a misleading catch-all that hides the real failure for a per-toolkit load problem. Even if this specific case is resolved, the next toolkit-shaped issue will present with the same opaque message.
Severity
High. Blocks staging validation for the gagelist toolkit.