Dify Block Internal Server Error(selfhost)

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.

Error:

{ "status": 500, "body": { "message": "Response code 404 (Not Found)", "code": "INTERNAL_SERVER_ERROR", "data": { "code": "INTERNAL_SERVER_ERROR", "httpStatus": 500, "path": "continueChat" } } }
Was this page helpful?