N8n not getting triggered

form

hey all
i had a working workflow on n8n cloud
i then tried to import it to my deployed n8n pod on lke cluster. everything looks ok until i try to submit the n8n form. it then say " Problem submitting response
Please try again or contact support if the problem persists" and nothing happens.

I’m adding my helm config


i don’t see any errors in the pod logs

I’m clueless on what the problem is and why the form is not working
any ideas?

Information on your n8n setup

  • **n8n version: 1.73.1
  • **Database: postrgres13
  • **n8n EXECUTIONS_PROCESS: regular
  • **Running n8n via: k8s helm deploy on lke cluster
  • **Operating system: Alpine Linux v3.20 (pod os)

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:
1 Like

it appears my issue was with the ingress payload.
i had to add to the ingress annotations
nginx.ingress.kubernetes.io/proxy-body-size: 1000m”

1 Like

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