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_type", "expected": "string", "received": "undefined", "path": [ "typebot", "id" ], "message": "Required" }, { "code": "invalid_type", "expected": "array", "received": "undefined", "path": [ "typebot", "variables" ], "message": "Required" }, { "code": "invalid_type", "expected": "object", "received": "undefined", "path": [ "typebot", "settings" ], "message": "Required" }, { "code": "invalid_type", "expected": "object", "received": "undefined", "path": [ "typebot", "theme" ], "message": "Required" } ] } }
<Bubble isPreview={true} typebot="my-typebot-name" onOpen={handleClick} previewMessage={{ autoShowDelay: 6000, message: "I'm waiting for you here! :)", avatarUrl: "avatar-url-here", }} theme={{button: {backgroundColor: "#3948ef"}}} />
<Popup typebot="name-of-my-typebot" isOpen={true}/>
<Standard typebot="name-of-my-typebot" style={{ width: '100%', height: '100%' }} />
<Standard typebot="name-of-my-typebot" style={{ width: '100%', height: '100%' }} />
<Standard typebot="name-of-my-typebot" className="h-full w-full" />