A community member encountered a 500 error when attempting to integrate their Dify.ai account with Typebot. The error message indicates a "Bad Request" response. Community members provided suggestions, such as using the API endpoint without the "/v1" and checking for invalid parameters. The issue was eventually resolved, but there were still concerns about truncated responses from Dify.ai. The community members continued to work with the Dify.ai team to address the remaining issues.
I've established a Dify.ai account with a "conversation opener" and no input variable. However, I encounter a 500 error when attempting to integrate with Typebot. Here is the error message: { "status": 500, "body": { "message": "Response code 400 (Bad Request)", "code": "INTERNAL_SERVER_ERROR", "data": { "code": "INTERNAL_SERVER_ERROR", "httpStatus": 500, "path": "continueChat" } } } I've attached screenshots of both integrations for reference. Your assistance in resolving this issue would be greatly appreciated.
This is happening to me too with the self hosted version. I create a subdomain just for the api so I can put the link without the /v1 and still not working. Any ideas?
Hi, yes it works, but the responses are truncated no matter how many tokens you enter in Dify. On the other hand, when you manually integrate the API, the responses are full, could you check if there is any limitation of tokens in the default module?