When attempting to leverage a multi-stage form, the Form Ending and Next form nodes attempt to take the process to https://myn8nurl.com/form-waiting/253443 which always receives a 404 Error
The form will display but gets stuck spinning endlessly on the submit button while the execution log shows an error
– OR –
I may receive the error “Problem submitting response” while the execution history shows the workflow stuck in “Waiting” status with the “Form End” node spinning in wait until it eventually timesout.
Hi, I found a fix for this. I’m using Nginx, and the solution was to route /form/ and /form-waiting/ traffic to the webhook node. Keep /form-test/ traffic pointed to the main node. This setup resolved the issue for me.