Hello n8n community!
I'm encountering a peculiar issue with my Discord integration in n8n that I hope someone can help me resolve.
The Issue
My workflow includes a Discord integration that works perfectly in test mode but stops receiving messages when activated.
Current Setup
- Workflow Structure: Webhook Trigger → Discord
- Webhook Configuration: Standard POST webhook
- Discord Integration: Using OAuth2 authentication
- Testing Status: Works perfectly in test mode
- Production Status: No messages are received when workflow is activated
What I've Tried
- Tested the workflow extensively in test mode (working correctly)
- Activated the workflow (messages stop coming through)
- Previously tried using a Discord bot approach (same issue persisted)
- Double-checked all credentials and permissions
Questions
- Is there a specific configuration needed for the Webhook node when moving from test to active mode?
- Are there any known issues with Discord integration in active workflows?
- Could there be any permissions or webhook settings that need to be adjusted for production?
Additional Information
- All credentials and OAuth2 settings are properly configured
- The Discord server and channel IDs are correct
- No error messages are showing up in the n8n logs
Any guidance or suggestions would be greatly appreciated. I'm happy to provide any additional information that might help resolve this issue.
Thank you in advance for your help!