TypeBot Integration with AI Stopped Working
TypeBot Integration with AI Stopped Working
Hello!
I’m experiencing an issue with TypeBot integrated with AI in my proprietary omnichannel platform. Until two days ago, everything worked perfectly: leads initiated conversations via WhatsApp, and the integrated AI responded automatically. Suddenly, it stopped working.
...

Setting variables with regular text breaks the flow
I wanted to try having an "Initialization" group where I create and set all of the variables I'll later need in the flow. However, using the
Set variable
blocks with Custom
and Text
as its value stops the flow from executing completely.
As you can see on the attached screenshot, I put a Text Bubble that says "Hi" before initialization, which displays when previewing the bot, but the Text Bubble that says "variables initialized" (or anything that comes after) is never executed.
I suspect this is a bug with the Set variable
block that might break the flow's execution....
Urgent, Prod. Typebot instance (paid plan) returns: "Invalid message. Please, try again"
Hello,
Since yesterday, our production Typebot instance (paid plan) has been returning: "Invalid message. Please, try again." This is critical for production. Please resolve this issue as soon as possible.
Thank you...

Prevent HTTP block from being executed
Is possible ?
The block with the request I need is at the end of the flow, but as soon as the bot is started it is already executed....
New Integration Typebot
Hi. I want to integrate Typebot with Rocketchat, an online customer service platform where human agents support our users by message.
To create a support room I can just make a post in the RocketChat api. But my problem is getting the message from RocketChat to Typebot.
In Rocketchat we can define a webhook for the “Agent Message” event, and I need this message to be sent to the user....
Integration with OpenAI
Hello, I'm making an integration with OpenAi, and my objective is to make an webchat conversation for new leads, but when I add variable to save the history of the chat, it's starts an loop sending my first message
Forward UTM parameters to a typebot
I try use and is function some time ago and no working.
But today I made the same test and is working, was some fixed ?...
Trying to install Typebot on Coolify
Hey Team, I'm a new user of coolify and I'm trying to run Typebot (https://typebot.io/) without success. I installed both builder and viewer using Docker Image, and a Postgre database. I get a Bad Gateway when trying to access to my typebot URL.
Env. variables are (empty variables are filled :bCheck: ):
`ADMIN_EMAIL=
DATABASE_URL=
DEFAULT_WORKSPACE_PLAN=UNLIMITED...
Issue with Dynamic Variable Selection in Typebot
Hello, everyone,
I'm experiencing a strange issue, and I could use some help. When I select only one item, Typebot automatically selects additional items randomly. I’m not sure why this is happening.
Context:...
The bot is freezing after timeout.
the bot is freezing and forcing me to restart.
If you have a remembered user, there is no point in restarting, they are stuck in the same place.
I need a solution urgently. I use the paid service and have clients in production.
@Baptiste...

Body in API Optional File Input
Hi Guys, in an optional file input what do I need to pass as body in the api so that the flow continues without having to pass a file
i using typebot whatsapp...
file upload
Flows that used to work stopped without any changes in the bot.
In the last few days our bot stopped working normally. There wasn't any change in the bot that explain this behavior. We have a self-hosted Typebot, version 2.28.2, same version since September and we observe that the filter component, in some tasks, stopped working and the flow "dies" when arrives in this specific component. I can send you a DM with a video attached showing step by step of a flow that was working since September.
We have noticed this behavior in two cases, onde critical happened today, where created an incident where the bot stopped working for all customers. We didn't have any changes in the bot, one flow stopped to work properly and impacted many customers. We had to disconnect the entire flow to keep the bot available for customers, but we still haven't found any explanation for this specific behavior and error.
...
Links from GPT Assistant opening in a new tab. Is there any way to have them open in the same tab?
I tried using a target="_self" but it doesn't work.
How does Typebot handles errors?
In case that an logic error occurs (like an unhandled error in a script), is there a way to handle that?
For me, a good solution would be an "error block", where if any unforseen errors happen, the user is redirected to that block.
Is there anything similar in Typebot?...
Update Value Variables On ContinueChat API
Its possible update more than 1 variables value on continuechat endpoint?
How to optimize flow?
Hello everyone, I am working on an A.I project(https://content.butchi.ai/) to create multilingual content and I have chosen Typebot for implementation. I'm facing a small issue; currently, I have managed to create 5 languages, but my flow is too complicated, and I want to optimize it because I plan to support over 100 languages. What should I do? Please help me, if there are any articles or anything else, please share. I would greatly appreciate it.

Does typebot runs on path other than root?
Hi folks, I'd like to have typebot builder and viewer running under a different path other than root.
I've tried to set NEXTAUTH_URL=https://typebot.mydomain.com/builder and NEXT_PUBLIC_VIEWER_URL=https://typebot.mydomain.com/viewer.
Should this work?
When I try to access this kind of url I'm always being redirect to root , for example to https://typebot.mydomain.com/signin instead of https://typebot.mydomain.com/builder/signin.
Am I missing something or typebot requires to run on the root folder of the domain?...
Hebrew alignment right to left
When our bot answers in Hebrew it's aligned left to right when it should be aligned right to left. Is there an easy fix for this? 🙏
Viewer 404
Hello folks,
I am trying to deploy typebot first time. I have everything set up.
I want to deploy it locally on the docker, having it on localhost.
...