Typebot

T

Typebot

A place to connect with chatbot enthusiasts. Learn about bot building best practices and discover new content.

Join

sheets

My chatbot stopped updating the spreadsheets in Google Sheets.
No description

Gitlab OAuth Error

Hello! After upgrading to 3.8.0 we're facing a issue with gitlab oauth. When I try to log in, I receive: [31m[auth][error] OAuthAccountNotLinked: Another account already exists with the same e-mail address. Read more at https://errors.authjs.dev#oauthaccountnotlinked ...
No description

Invalid Endpoint Error: http://typebot-minio:9000 During File Import

Hello team, We are encountering an “Invalid Endpoint: http://typebot-minio:9000” error every time we attempt to import a file into Typebot’s builder. We have already: Verified that the MinIO service is running and healthy on port 9000....

OIDC Implicity flow

Its posible using OIDC implicity flow, using response_type=id_token ?

Api to manage workspace credentials

Previously i was using https://domain/api/v1/credentials to add credential but after recent update its not working. is there any other api to add credential to workspace ?...

isolated_vm module not found after running bun dev

Hi folks, I'm trying to create a custom block following the Forge documentation. Both bun install and bun dev apparently executes ok but when I try to access the builder at http://localhost:3000 an error is raised complaining the isolated_vm module is not found. I'm using bun 1.2.15 and node v22.16.0and everything is running inside a devcontainer to ensure a pristine development environment (I also tried the same steps without the devcontainer with the same results). Any ideas about wh...

408

please help me!!!
No description

Typebot is not respecting delays

I've been trying to solve this for two days and I can't, I've already created another account, I used another computer but the error persists, the type is not respecting my delay, it sends everything together even trying the wait, help me pls

Is it safe to run a https request to supabase using the anon key?

I guess it's fine but I shouldn't execute the block on the client.

Cname error: ERR_CONNECTION_CLOSED

Hi, why I'm getting this ERR_CONNECTION_CLOSED error when I use cname, but the typebot subdomain url for the bot works? I've added the dns correctly in my host wpx.net and they confirmed everything is ok at their end, and asked me to ask Typebot about this

Submissions issues

Hello everyone, I noticed two days ago that I no longer have any submissions to my typebot. So I just tried to make one myself, and my submission doesn't show up in my backoffice results. I seem to have a bug that prevents new submissions from appearing, has this ever happened to you ? Thanks in advance...

uestion About system.now Timezone Behavior in Typebot

If we set system.now as a variable in Typebot and do not specify a separate time zone, does this time reflect the user's local PC time? One of our users keeps reporting that the timestamp appears in UTC+9, even though they are accessing Typebot from Korea. We are reaching out to clarify because we use Typebot for users worldwide....

Whatsapp to chatwoot at the end of BOT, anyone ?

I have WhatsApp connected to Typebot. But has anyone been able to successfully connect to Chatwoot at the end of the Typebot bot when I want an operator to continue responding using or via the HTTP API to Chatwoot? Chatgpt gave me the step-by-step instructions, but it doesn't work for me....

Remember session reset ?

Hello again. One last question for today: If I set typebot to remember user, can I somehow programmatically reset that session? ...

Showing image uploaded to s3

Hi, is there a way to display image uploaded to s3 ? I upload it, it displays the image, but the generated is private, so I cant just put it inside image block...

Typebot & Supabase JWT

Hi team, I am trying to achieve the following: ✅ Only allow users to start a new typebot session if they have a valid Supabase JWT....

Any ideas or ways to prevent post-publish editing?

I don't want users to change the content of the BOT after it has been published. If they want to edit, they need to UnPublish. Please let me know if TypeBot can do this. Thanks!

Number input

I have issues with number input. 1, decimal places... There is a localization issue. In Slovak, keyboards are sometimes using dot, sometimes comma to separate decimal places. When it is set localization to en, it transforms decimal to number like 5,5 to 55 and if I set local to sk-SK , commas works ,but I cant put there dot . , which is opening in my mobile browser }someone has it with comma .... 2, sometimes I would like to have it open only numbers, but store it as a text so that if someone enters zero at the beginning, it does not cut it .......

VERCEL HOSTING

Hi community✨ My VERCEL hosting attemp failed because of deployement last about 45 mn, what to do please ?? I was about : @typebot.io/prisma:db:migrate: Executing for PostgreSQL schema...

Subject: How to increment and evaluate incorrect answers globally in Typebot?

Hello everyone, 👋 I’m currently building a flow in Typebot and have a specific use case I need help with: In several steps of my chatbot, users are given multiple-choice questions. Each question typically includes one correct and two incorrect answers. What I would like to achieve is the following: ...