Discussions

Ask a Question
Back to All

Is it possible to host a HeyGen Interactive Avatar on AWS?

We're trying to deploy an avatar app on an AWS EC2 instance, and while it runs perfectly fine in our local environment, we're encountering an issue in production.

Specifically, we get the following error during the session start phase:
TypeError: _c.addEventListener is not a function

The problem only occurs when running the app on the EC2 instance, it doesn't happen locally. Has anyone run into a similar issue or have any idea what could be causing this difference in behaviour?