Working on Course 2 level example

Discord node credential error

Describe the problem/error/question

I got 404 page not found [item 0 ] error when i setup discord node and execute step.
I used discord webhook url from n8n and it was working.
Suddenly, that url is not working now and I cant connect discord right now

What is the error message (if any)?

404 page not found [item 0]

Please share your workflow

Share the output returned by the last node

404 page not found [item 0]

Information on your n8n setup

  • n8n version:
  • Database (default: SQLite):
  • n8n EXECUTIONS_PROCESS setting (default: own, main):
  • Running n8n via (Docker, npm, n8n cloud, desktop app):
  • Operating system:

It looks like the 404 error you’re seeing in your Discord node likely means the webhook URL is no longer valid or the Discord server/channel it points to has changed. Since you mentioned the webhook URL was working before, double-check the URL in your HTTP Request node to ensure it’s correct. Also, verify that the Discord webhook is still active and that the n8n instance has the necessary permissions within your Discord server.

Give that a shot