You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: