How to set up Typebot without authentication
I am trying to set up a development version of Typebot, hosted on the local device, not on a server, so entirely on loopback. If I set NEXT_PUBLIC_E2E_TEST to true, this is supposed to skip authentication but actually what seems to happen is that the user cannot login so the builder starts to load and gets stuck. How can I set Typebot up so there is no authentication at all?
JSON Script giving variable error
Hi! I’m trying to run a script in my flow but it keeps giving me a variable error even though the variable that is treated (cpf) is set right before but it never works.
Any ideas?...

Bot Fails on Second Query
Description:
The bot responds to the first query but fails to respond to subsequent ones, with the input box disappearing after the second query. This issue began last week without any changes.
Steps to Reproduce:
1. Enter the first query — a valid response is received....
How to Use Fields from Webhook Response JSON in Typebot?
Hi,
I'm integrating Typebot with an n8n workflow via a POST Webhook.
Here's the flow:...
Anyone know how to make the chatbot with 2 personas?
i already made this flow of chatbot through n8n and WAHA to connect to whatsapp. I have set the system message as to how i want the chatbot to be (i want it to be a friend full of empathy). But when i test it out, its still dumb and dont follow the rules i made. I also want to make 2 persona and someone suggest it to just make 2 chatbot with the same flow. Anyone kind enough to help through the steps? it's for my thesis 😢

Typebot Embedding
The Core Issue for Typebot Embedding:
The standard Typebot URL (https://typebot.co/[your-typebot-slug]) requires an embedding platform to either render it within an iframe or execute associated JavaScript to display the fully interactive chatbot experience. Some platforms that accept URL embeds do not automatically handle iframes or execute external JavaScript in a way that renders Typebot correctly. Instead, they often expect the URL to directly serve a self-contained, visually interactive element.
The Question for Clarification:...
Open ai assistant doesn't answer!
I'm trying to use this for the first time, I have mi open ai assistant set up & correctly connected, but when I test the chat out, it never answers.
Blank after reinitialisation
I have weird behaviour, when i try to open the same typebot twice in my code (Vue.js) , the second time, the buttons are not rendered.
... This is somehow weird to me. I am trying to resolve it half the day, but unsuccessfull ... Based on my conversation with chatgpt, i initialise chatbot like this export function initializeTypebot( botUrl, woundUrl, prefilledVariables = {}, id,visitorId) {...
... This is somehow weird to me. I am trying to resolve it half the day, but unsuccessfull ... Based on my conversation with chatgpt, i initialise chatbot like this export function initializeTypebot( botUrl, woundUrl, prefilledVariables = {}, id,visitorId) {...
Issue: Command not working after http POST request executed on client
So I figured one bug, that is halting executing the command button.
In my typebot I have a workflow during which command works, then I have a block with post request executed on client side and after that, the commands are not received......
nocodb
The core issue is that despite successfully creating new records in two NocoDB tables (People and Company) using Typebot, and correctly identifying the specific Company record to update using its unique ID, the relational field ("People Link") in the "Company" table is not being updated to link to the corresponding "Person" record.
Here's a breakdown of the problem:
Successful Record Creation: Typebot successfully creates new records in both the "People" and "Company" tables in NocoDB....

Issue with Pi Theme
Till today I experience issue with Pi Theme as the message write windows always scroll to the top as text messages scrolling down, so even it begins in the bottom but most of the time the message window positioned in the middle of screen. I am using Google Chrome, anyone exprience the same? How to solve this issue if anyone ever experience this
How to pass variable to Cards button
I'm creating a bot for product suggestion in Shopify. I was able to get the product details as variables such as product name, price and product link
When i pass the variable to the cards, it is showing each product in separate cards automatically, but not able to pass the variables to the button, how to do that?...
Issue "Start from a template"
I running Typebot locally with bun dev. I am having trouble creating a flow with the available template as below:
[
{
"error": {...
Typebot viewer not working with Traefik on 3.7.1
Hi,
Today I try to update the typebot to the last version and I have a problem with the viewer which refuse the connection with traefik for reverse proxy
Self-Hosted : Yes with Docker...
Record Audio message on viewer error 500
Hi I try to record an audio message with the "Text Input" but I have an error 500 and I don't have any details on it
Current Version: 3.6
Self-Hosted : Yes with Docker
Bucket S3 : Setup from Minio...
Whatsapp Cloud API using self hosted
Hey guys! I'm just starting using Typebot, and I want to self host, but it seems is only possible use wpp cloud api integration with pro plan, is it? how can I preceed to use wpp integration + self host?
Whatsapp webhook works for test number and not registered number
Hi,
am using v3.6.0 and falling in love with the typebot platform. big thanks to Baptise and all the contributors.
Using self- hosted option and trying the default Quiz bot template.
...
OpenAI Assistant - Function Calling
Hi everyone! I’m having an issue with function calling using the OpenAI Ask Assistant block.
My use case is simple: the user says their name, and the assistant should send this name to my API, which returns the corresponding surname....
NocoDB search limit
Hello, I found out, there is a limit in NocoDb search...
I want to search through list of 4000 items, so that it will send a filter on the table and display returned options... Is that even possible ?...