Custom Error Pages

Just wondering what or how to make it in my Workflow to where on an IF, it will do 1 thing, but for the other, it will show a page, or an error page saying something so they know why they can’t do this.

It looks like your topic is missing some important information. Could you provide the following if applicable.

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

Hey @RejectModders

Welcome to the community :birthday:

Looking at the image you provided I would add 2 form end nodes one after the true and one after the false for your error assuming the if node is checking the output of your http request.

Its checking to see if a certain VALUE is in there actually, and if it doesn’t return this value, then I can assume the http request failed or another issue happened, returning an error.

Which is how discord works, but other wise I can do the true and it will work and continue on with what its supposed to do. But if I put 2 form end nodes, it would fix it?


I do what you asked, it gets to the FORM, but it just never updates to that page for some reason after submitting… and it seems to fail for the end of form page. I have no error or anything.

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.