Difference into JSON data and presented data on typebot

I was doing my chatbot as usual using typebot, but then, I noticed that in a specific case, as shown on my images, I could have a line that is displayed on typebot editor but is not shown on the JSON, I recreated the line just in case and compared both jsons and the line is shown there. Any Idea how could this happen and if it's a bug, or an issue that I shouldn't care too much ?
5 Replies
lucasscandian
lucasscandianOP10mo ago
No description
Baptiste
Baptiste10mo ago
Checking now Indeed, here it is present in the edges list but it is attributed in the outgoingEdgeId In theory this case should never happen Do you know how you got to that point?
lucasscandian
lucasscandianOP10mo ago
No, my boss was just messing with this block and then it happened I don't know if it can be reproducted easily @Baptiste Maybe you could validate this situation to restrain typebot from showing lines if both doesn't exist in edges and outgoingEdgeId ? I don't know if it's a situation that will happen again, hope not
Baptiste
Baptiste10mo ago
The issue is that it would introduce too many additional computation on each edge render, so that would not be optimal. If it happens again, let me know
lucasscandian
lucasscandianOP10mo ago
Alright, thanks!

Did you find this page helpful?