-
Notifications
You must be signed in to change notification settings - Fork 518
Description
Hello,
I just upgraded from v0.22.5 to v0.23.0 and suddenly live agent transfer to Amazon Connect is no longer working. It hangs after prompting the user for their name:

In the browser console, there is a TypeError:

Additionally, intermittently when loading the page where our chatbot is on (loads as iFrame), after opening the chat widget bubble, it loads an error:

Which also renders an error in the browser console:

On the surface, the issues seem unrelated, but they sounds like they made be due to credentialing changes from #833 in this last release?
Our setup uses precompiled libraries from dist, hosted in S3 and delivered through CloudFront. I have set up the Cognito credentials using the cognito and cognitouserpoolconfig YAML templates. I ran the new cognito templates to deprecate references for Lex V1. There doesn't seem to be an issue with that as even when I roll back to using my S3 bucket with my v0.22.5 web artifacts, it continues to work just fine. My lex-web-ui-loader-config.json files and cognito setup are the exactly same for my v0.22.5 and v0.23.0 deployments.