Better error page when no permissions to view team
Nobody has claimed this yet.
- Dominant language
- Go
- Stars
- 10.1k
- Forks
- 413
- Avg merge
- 1d 10h
- Merged PRs (30d)
- 6
Description
On Tilt Cloud, when I try to view a team I don't have permissions for, the server returns 403 (reasonable) but the error page is unhelpful:

It seems like it's an internal error and not something expected like "you don't have permission to view this team".
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Reproduce the Tilt Cloud case described in the issue by viewing a team without permission and inspect the resulting 403 page. No files or tests are named in the payload, so locate the error-page handling and permission response first. Done means the response clearly tells users they do not have permission to view the team instead of appearing as an internal error.
Written by the indexing model from the issue text.
Assessment
- Domain
- api, frontend
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100