TypebotT
Typebot5mo ago
Daniel

error 400 version discriminator

Hello,
I get the following message once I install typebot with easypanel.
This typebot versión is 3.9.0

An error occurred while loading the bot.

{
"status": 400,
"body": {
"message": "Input validation failed",
"code": "BAD_REQUEST",
"data": {
"code": "BAD_REQUEST",
"httpStatus": 400,
"path": "startChatPreview"
},
"issues": [
{
"code": "invalid_union_discriminator",
"options": [
"3",
"4",
"5",
"6"
],
"path": [
"typebot",
"version"
],
"message": "Invalid discriminator value. Expected '3' | '4' | '5' | '6'"
}
]
}

how to solve?
Was this page helpful?