adverse-sapphire•15mo ago
Sometimes , with the same button choice, the return path is not the same
I check the return response from from Voiceflow. With the same button, the button's path changed. For example, these 2 images below, one have response path is choice:1, one is "reprompt". What happen here? is it a bug from Voiceflow? Please help me



5 Replies
Can you turn on debugging and screenshot the chat again.
adverse-sapphireOP•15mo ago
If I run directly in Voiceflow debug or through prototype link, this bug will not happen.
adverse-sapphireOP•15mo ago
After 5 times press the same button, it cause the bug. The path is supposed to be
{path: "choice:1"}}
, but it's become payload: {path: "reprompt"}}
.
And I send the same payload request everytime.
{action: {type: "path-aa7wt29hb", payload: {label: "Add Contacts Manually",…}}}
action: {type: "path-aa7wt29hb", payload: {label: "Add Contacts Manually",…}}
payload: {label: "Add Contacts Manually",…}
actions: [{type: "open_url", payload: {url: "https://url_here"}}]
0: {type: "open_url", payload: {url: "https://url_here"}}
label: "Add Contacts Manually"
type: "path-aa7wt29hb"

adverse-sapphireOP•15mo ago
I'm using this repo for interagtion https://github.com/voiceflow/react-chat
Debug within VF. When you start your Test within VF click the Gear in the upper right-hand corner and click on the TOP 2 switches only.