Reported by @agile bear
Bug Report: Unable to send workspace invites – no response after clicking “Send invites”
`Steps to Reproduce`
- Go to ChatGPT workspace settings
2. Navigate to “Members” tab
3. Click “Invite member”
4. Enter email addresses manually OR import via CSV
5. Click “Send invites”
`Expected Result`
Invitations should be sent successfully, with:
• A confirmation message shown to the user
• Invited email addresses appearing under “Pending invites”
`Actual Result`
• The invitation popup closes immediately after clicking “Send invites”
• No confirmation or error message is shown
• No invited email addresses appear under “Pending invites”
• Network request returns empty arrays (observed via browser dev tools)
{
"account_invites": [],
"errored_emails": []
}
`Environment`
• Plan: ChatGPT Business (paid) • Role: Workspace Owner • Browser: (Chrome & Atlas) • OS: (macOS 15.3.2)