Hi there bro @Konstant , welcome to the community, glad to have you here
and to answer your question, to put it simply from what i understand, it works when you use curl and it pops up in n8n, but when you use VK i doesnt work and no execution history from n8n
from this, i can already think that the problem is not from the n8n side but more on how the VK is calling the n8n webhook, theres a possibility tht it doesnt call it at all, or maybe it was calling the test url instead the production one, that is the area tht u might need to deep dive more
i hope this can help on giving you direction on where to look
Glad to be here with you!)
Already helped to figure it out)
It turns out that the “editor” does not receive output data in production mode. They only come during execution. Therefore, to continue building the logic of the next nodes, you need to copy the output data from execution, manually paste it into the output data in the “editor” and fix it.
aah, thats what you mean, then you’re exactly right, the production execution only pops up on the execution tab, you do need to copy to editor to bring up the data to the editor tab