ERROR: "The service failed to process your request"

Describe the problem/error/question

I’m trying to run a cron job but keep getting the following error: “The service failed to process your request”. See attached


What is the error message (if any)?

Please share your workflow

(Select the nodes on your canvas and use the keyboard shortcuts CMD+C/CTRL+C and CMD+V/CTRL+V to copy and paste the workflow.)

Share the output returned by the last node

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:

Hi, what are you trying to achieve actually? You have a trigger on a cloud instance that launches a http request to your own cloud instance?

Reg
J

Thanks. I’m trying to invoke one of my own workflows on n8n, is there a better way to do this than using an http request?

Hi, couldn’t you just use a sub workflow?

Might need to adapt the original one but it would be cleaner I guess.

Reg
J.

1 Like

Thanks, I changed it to a sub-workflow

1 Like

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