Open Suri-Hamm opened 7 months ago
Just for anyone who sees this in the future the issue seemed to be in the initWebchatController in the server doc params.append("AddressSid", process.env.ADDRESS_SID); should actually be using the CONVERSATIONS_SERVICE_SID
If I am not mistaken, it should be the IGxxx which can be found in the Twilio Console > Flex > Manage > Messaging > Conversation Addresses > Filter by Address Type: Chat > Click on the edit icon.
The implementation was working until Monday I am now getting an odd error in console "Something went wrong during the orchestration: ISxxx is invalid"- The IS is the one with the name Flex Flow and the only one currently available on my Twilio project. Any help would be appreciated