Jesús Pacheco
TTypebot
•Created by Jesús Pacheco on 2/23/2024 in #help-and-questions
Problems with conditions

5 replies
TTypebot
•Created by Jesús Pacheco on 2/4/2024 in #help-and-questions
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:
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"
}
}
}
24 replies