-
Notifications
You must be signed in to change notification settings - Fork 506
Open
Labels
bugSomething isn't workingSomething isn't working
Description
Bug report
When calling the /auth/v1/invite
endpoint to send an invite email, the request fails with a 500 Internal Server Error. The error message returned is:
{
"code": 500,
"error_code": "unexpected_failure",
"msg": "Error sending invite email",
"error_id": "9673b9fac78205c2-IAD"
}
To Reproduce
Steps to reproduce the behavior:
1.Send a POST request to /auth/v1/invite with a valid user email in the body.
2.Observe the response from the server.
3.The response returns a 500 error with error_code: "unexpected_failure" and message Error sending invite email.
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working