a month ago
Hello i got stuck while creating my discord bot, idk why but when i use my railway n8n instance i cant save the endpoint url, gemini tells me that it can be a railway problem, does anyone had such problem before?
2 Replies
Gemini says that discord is very restrictive about veryfing everything but i dont trust him, and im here to search for help
a month ago
i think this might be a discord verification issue , discord is super strict about validating endpoints with ed25519 signatures and i've seen posts about n8n having trouble with this because it parses the request body before you can verify the raw signature
you could try looking for a custom node that handles discord signature verification that might handle the verification better
also make sure your webhook responds to discord's type 1 ping with {"type": 1} within 3 seconds
also double checking your endpoint is returning proper 200 ok with json content type
not 100% sure but i think the signature verification is usually the blocker here, i hope this help you