Github Login error (help urgent)
I am using typbot for many months now, but recently ( I check one week back only), I am receiving error to login via github
I only have github logi in my typebot self host. Now I am receiving the following error, please help urgently
User.groupTitlesAutoGeneration...
Where are Typebot variables stored?
I want to edit the value of multiple variables at once in a Script block, but for that I'd need to know if/how to set a Typebot variable's value within a Script block, as I couldn't find where they are stored.
I haven't seen them being stored in
localStorage
, in window.Typebot
or anywhere else.
P.S. I wouldn't need to know that information if a specific feature were implemented: ...Text Bubble - Text Alignment Inconsistent
Why are text bubbles on mobile centered aligned and left aligned on desktop?
I'd like to match mobile with left text alignment.
Thanks!...

Can I make a hyperlink in a text bubble a variable?
if {{profile}} is a url of a profile, can I have it show profilelink:{{profile}}

[ERROR] - Isolate is already disposed
Hi, guys.
From time to time I'm getting the following error executing some of my bots:
```json...

Create a new variable for a block of text?
Hi, is it possible to create a variable to save a block of text generated from previous flow? Please see screenshot for example.

Button not working in Windows whatsapp desktop application
Can anyone help me to resolve the same - Getting "message could not been displayed error "
Wait block doesn't show typing bubble during the wait 🫤
I use "Wait" block for 5 seconds and it didn't show the typing bubble. See my test bot here:
https://typebot.co/test-wait-block-q37oxwk
Is this normal?...

ResultID for incoming Webhook
Hi. I'm trying to listen to webhook but got stuck at finding Result ID
This is what I found
"Where {resultId} is the current user result ID. You can get this ID directly in your typebot flow using a Set variable block with the Result ID value."...
Dynamic variable background URL not displaying
I uploaded my desired bot background on Imgur.
When I fill the image URL manually in the Theme's
Global
tab Background "URL", the background is properly displayed.
However, when I use my defined variable {{bg}}
, which I define as the very first block of the flow with the same exact image URL, and use {{bg}}
in the Background "URL" field, it doesn't display it.
As you can see, the browser CSS thinks the actual background-image is the raw variable call.
...
Limit of options in a custom block
I'm making a map that returns several options and it stops at the twentieth option

The "System" option for Dark/Light mode is not consistent with the system
In this example, Typebot remains Dark while my system is Light.
https://www.loom.com/share/813fd7271ba0453ab1abf3ca69bd6c13...
ISP blocking domain
This is honestly the strangest thing I have ever heard. But the Typebot embedded on a website does not render on Virgin Wifi. When disconnecting and using Virgin mobile data it works, and other wifi is fine, just Virgin Wifi in the UK. multiple users reported it, different browsers etc.
Any ideas? Thanks...
OpenAI translate support
OpenAI support transalation via following - https://platform.openai.com/docs/guides/speech-to-text#translations
While I found transcriptions under OpenAI block, is there an option to use the translation feature as well?...
OpenAI model list is not loading
Hi, can you check, the openai model list is not loading on the app, there's a 404 error on the screenshot

DeepSeek R1 on Groq
I've been playing around with deepseek R1 on groq in typebot and it works really well generating at about 275 tokens / second.
It's so fast that I think it would work well enough to only show the output (not the chain of thought, thinking section). I guess I could do that with a regex but it would be better if it was an option in the groq integration module....
Together.ai
I wonder if any of you are using models like Deepseek R1, Sonar Reasoning or o1 through Together and in Typebot? Have you tried? Does it work as well as with Open AI integration? Can you use pre-configured assistants? What are your costs?
multiple nested conditions
I'm a doctor so my type has 10 questions where each one has a yes or no and I save, let's go if the weight answers yes to all or no I already have the message flow + wait block 2 seconds perfect but then comes the doubt if the person has 1 disease and 9 no, or if the person has disease 1 and 2 and the other 8 no or if he didn't have the first disease has the second and only the fourth, there are countless combinations I can do this with PHP very easily but I wanted to be able to use wait which i...