typebot.io icon indicating copy to clipboard operation
typebot.io copied to clipboard

💬 Typebot is a powerful chatbot builder that you can self-host.

Results 448 typebot.io issues
Sort by recently updated
recently updated
newest added

**Describe the bug** I run in the following bug: ![Image](https://github.com/user-attachments/assets/eae398c8-9426-44fa-851a-9f8a1596bd79) We do use a Zitadel.cloud instance as Custom OAuth provider. I found the following issue in auth.js: https://github.com/nextauthjs/next-auth/issues/12345 - which...

**Is your feature request related to a problem? Please describe.** No, its not **Describe the solution you'd like** May we have a MySQL database as a block. If we need...

Describe the bug Starting a chat after connect WhatsApp and enable hook, but the bot doesn’t reply. The viewer container logs: ``` Sending unknown error to Sentry details undefined. ```...

Bug 🐛

Run block in the Analytics session, as there is no such implementation in this session... this could be removed with a conditional. Steps to reproduce the behavior: 1. Go to...

Bug 🐛

# Flush Block Feature Specification ## Overview New Logic block that forces the engine to send accumulated content as a chunk to the client and wait for resume. Enables creators...

Feature ✨

**Problem / Motivation** TypeBot currently has no native mechanism to repeat a sequence of blocks. Builders are forced to: - Duplicate blocks manually - Inject custom JavaScript - Abandon certain...

Feature ✨

This PR implements in-builder validation for misconfigured blocks, surfacing schema errors directly in the graph and closing issue #2146. ![image](https://github.com/user-attachments/assets/5209dd88-fc02-4247-bdf2-b790d88dbd17) #### Key changes * **Block validation helper** (`blockValidation.ts`): * Uses...

# Add Chat Limits Feature Closes #1952 This PR introduces a comprehensive chat limits feature that allows typebot owners to configure limits per day/week/month/total for their typebots. Once the configured...