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…
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?
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