So I was super excited for this block I spend some time building bots in Dify and everything but at the moment of making a connection Im having this error code 500 when Dify block tries to run.
Have anyone experience the same problem?
I am using a self-hosted Dify with custom API endpoint so I used that endpoint on typebot.
But then thinking it was my Dify installation I went to the cloud based Dify and used their API to find myself with the same error code 😦 Sad.
Hmm, I made sure to follow your lume video a few times, what's different is that mines goes straight to the prompt and I did not used the conversation ID since it is optional right?. This is my block configuration. "xyz" represents my anonymous website. I also used the cloud based dify app with this endpoint > https://api.dify.ai/v1
It worked with the cloud version but for the self hosted(dify)keeps giving me the error. I created a similar api subdomain and put it without the /v1 to see if worked but no.
Sorry @Baptiste , but this doesn't work for me, same error.... I have checked the API, the route, the inputs... but I can't get it to work. If you want I can send you the link to check it... https://app.typebot.io/typebots/clsddfuzi001xvh4op5oxomjb
Finally, I got it by setting up my own API connection. If anyone has trouble with the connector, just know that it can be done with the API connection as well.
That's awesome but also the whole point of having a block is to do all that work. I'll just wait until the fix is released in the next docker update. Thanks for sharing.