I'm trying to have two seprate instances of Botui chat on a single page (component). One instance in a component works as expected. Then instantiaited another Botui instance in another component and imported them both in a parent component. Without any actions (this.botui.actions.bot etc), getting this screen:

If I do include an action in the second component, getting a cross origin error :

Am I doing this wrong or is multiple Botui instances is not yet supported?
Thank you
I'm trying to have two seprate instances of Botui chat on a single page (component). One instance in a component works as expected. Then instantiaited another Botui instance in another component and imported them both in a parent component. Without any actions (this.botui.actions.bot etc), getting this screen:

If I do include an action in the second component, getting a cross origin error :
Am I doing this wrong or is multiple Botui instances is not yet supported?
Thank you