twilio / twilio-webchat-react-app

Twilio Webchat React App is an application that demonstrates a website chat widget built with Twilio's Conversations JS SDK, Twilio Paste Design library and Create React App.
MIT License
64 stars 71 forks source link

Something went wrong during the orchestration: ISxxx is invalid #134

Open Suri-Hamm opened 7 months ago

Suri-Hamm commented 7 months ago

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

Suri-Hamm commented 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

dferreira-ds commented 3 months ago

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.