Dust Community Icon

Troubleshooting n8n Workflow Integration with Dust: Request Issues

·
·

[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. :

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

  • Avatar of Rémy Officer
    Rémy Officer
    ·
    ·

    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

  • Avatar of Jeremy Brown
    Jeremy Brown
    ·
    ·

    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?

  • Avatar of Hugo Duverdier
    Hugo Duverdier
    ·
    ·

    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)