[n8n Integration] Hi Dust team, I'm trying to set up a n8n workflow using Dust and am not able to make it work, here's what I've tried. :
Using the Community Dust node (https://docs.dust.tt/docs/n8n)
I've correctly set up the credential, and have validated they are working, although I always get a "Request failed with status code 401" error
Using the http request node
I am using the credential set up via the community dust node, which are working fine, but when I make the API call, I get an immediate output 200 that tells me the request has been successfuly sent, but I am not able to get the answer generated by the agent.
I am sending "blocking": true in the Json body request, which -accordingly to the documentation- is supposed to wait until the answer is generated before sending back an output (with the answer)
I also tried adding another http request node after the first one (POST), to make a GET request to fetch the conversation's answer, but I get an empty content payload
Have any of you guys been able to find a way to work with Dust using n8n ?
Hi Hugo, I am having the same issue at the moment (401 error) with Google Sheets. Were you able to solve your problem? Hugo Duverdier
We also have an issue with the n8n community node (see screenshot). The only way to fix it is to reinstall it, but it crashes again shortly afterwards. Could you let me know if you managed to resolve your issue? Is our issue similar to yours?
Rémy Officer Jeremy Brown I ended up configuring manually a classic "http request" node, without using the community node. It's been working so far (1 month running with no issue)
Thanks Hugo, we have had to do the same as well.
Léandre Le Bizec I think you've been using n8n as well, right? Is this a problem you are also having ?
Hi, I've been using both, http node on cloud version, and dust community node on self-hosted version. But no problem from our side, the node is properly working
