I get a 500 error when I try to re-invite an already invited user.
- Dominant language
- Python
- Stars
- 670
- Forks
- 183
- Avg merge
- 17h 7m
- Merged PRs (30d)
- 358
Description
## Impact
Users receive a 500 error when attempting to re-invite an already invited user. This prevents them from successfully sending invitations.
## Expected behaviour
The system should return a 409 status code when trying to re-invite a user who has already been invited.
## Actual behaviour
The current behaviour of the system returns a 500 error status when re-inviting an already invited user.
## Steps to reproduce
- Use core v25.06 (10.122.12.221).
- Attempt to re-invite a user who has already been invited.
## Environment
- Core version: v25.06 (10.122.12.221)
- Need to backport v25.06, v24.12
## Workarounds
N/A
## Other information
{width=1054 height=561}
JIRA Issue: BA-1902
Contributor guide
Assessment
This issue has not been assessed yet.