Skip to content

Invite with Email Fails with 500 Internal Server Error #2094

@kamran-primeholding

Description

@kamran-primeholding

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

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions