Bubble app with n8n (and openAI node) - timeout issues with api call

Hello,
I built a bubble app, which gives you a summary of the website URL (generated by the openai node in n8n). I created an api call to n8n via get webhook and return webhook and it worked great without any problems.
But when I want to send more than 1 parameter to this n8n workflow, I get a timeout error in bubble when initializing the call again. In n8n the workflow still executed all nodes successfully, but only in bubble I get that timeout.
Does anybody have similar experiences and it is expected to get a timeout in bubble for more complex n8n workflows, which take longer?

I just experiment, if it makes sense to work with n8n and bubble.

Other question: Has anybody worked with the bubble Node? the documentation is pretty thin and I cannot work out how that bubble node works…

I appreciate any help

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:

Hmm, I’m assuming you workflow is designed around dealing with one item per execution. So what do you mean when you say “when I want to send more than 1 parameter”?

Hi Daniel, thank you for reading my question. I wanted to send two parameters from bubble to n8n, like the URL of the website to summarize and a session ID. But when I make the API call in bubble, bubble times out with error code 524 (Timeout error) - while in n8n the workflow goes through until the last node.

Do you maybe happen to have experience with connecting bubble and n8n and can tell me more about the performance?

Thank you in advance!

well it sounds like to me that your bubble.io app maybe never receiving a response, make sure that your respond to webhook node is configured correctly

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