Course Level 2 - IF(false) route Discord node does not send message.
I have an intriguing issue where although everything runs smoothly, and have 5 green ticks on the discord node, and the node itself has the same credentials as the one from the IF(true) route , does not send message. However the one on the IF(true) route does send the message
I did notice a small mistake in the scenario which was routed after if , instead of before, but this doesn’t make any difference in the issue with second route discord node not sending any data.
anyone?
I cannot find a solution by myself, it’s either some kind of bug or me being stupid. Some time ago I decided I will become 100% involved in n8n , and wanted to connect my work with this, but with such attitude from community it becomes not a stable ground for trusting fully a software.
I checked the request and the reason it fails is that the unique ID is unknown. Reasons could be that you made a typo, or that you used the ID for the course Level 1 - you need to get new credentials for the Level 2 course.
Following your suggestions I did focus on ID, it turns out the reason for the message not appearing on Discord was no space between colon and the actual ID, which is surprising because this is not stated anywhere and webhook has no response so I could not see where to look for an issue.
Anyways , your suggestion helped me get there, thanks