Discussions
Receiving 500 errors
3 months ago by null
Hi,
I am currently receiving 500 errors for my API requests. I've tried with the List All Avatar Groups API: https://docs.heygen.com/reference/list-all-avatar-groups
I'm getting this error in my application (that is in prod, so my app is down), and in the playground.
{
"data": null,
"error": {
"code": "internal_error",
"message": "Something is wrong, please contact [email protected]"
}
}
This is urgent for me as my application relies on this API.