Form Not Working

Describe the problem/error/question

When using the n8n forms, it submits the query but the Submit button spins around for a while and then says this:

The workflow runs a sub-workflow which searches Google for results, then uses AI to interpret the scraped pages and returns the insights.

The workflow works well as I’ve been using it in other workflows without issue.

If I ask it to only search and return 1 result, it works. But if I select 2 or more the form seems to break and times out after 3 minutes or so of waiting.

When I check the executions of the sub workflow it shows the workflow returned the correct number of results successfully. No errors.

When I check the executions of the main workflow, the live ones are stuck “Waiting” - it appears they never returned the response to the form.

Please share your workflow

Information on your n8n setup

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:

Weidly, this seems to work locally for my setup but not in the cloud.

The in-browser call to render the text returns an 500 (error) status-code with this message: “Cannot read properties of undefined (reading ‘disabled’)”, which looks like an internal n8n bug.

It seems to me that if you return plain text instead of formatted HTML, then it works too.

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