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
{
"message": "A message (messages[2]) in the request body is invalid",
"details": [
{
"message": "must be non-empty text",
"property": "/contents/5/body/contents/0/text"
},
{
"message": "must be non-empty text",
"property": "/contents/6/body/contents/0/text"
},
{
"message": "must be non-empty text",
"property": "/contents/7/body/contents/0/text"
}
]
}
This is because there are some replies with empty text (probably caused by a previous bug.)
The reply sending mechanism should prevent empty text from being sent as an option.
The text was updated successfully, but these errors were encountered:
Inputting this will break staging chatbot:
The error in console says:
This is because there are some replies with empty text (probably caused by a previous bug.)
The reply sending mechanism should prevent empty text from being sent as an option.
The text was updated successfully, but these errors were encountered: