Cloudron makes it easy to run web apps like WordPress, Nextcloud, GitLab on your server. Find out more or install now.


Skip to content

Typebot

35 Topics 238 Posts
  • Typebot - Package Updates

    Pinned
    38
    0 Votes
    38 Posts
    3k Views
    Package UpdatesP

    [1.9.2]

    Update typebot-builder to 3.1.1 Full Changelog (openai) Refine model filtering to exclude audio and realtime models [d092d13] (anthropic) Add Claude 3.5 Haiku model [d4c94ba] (billing) Revert tax ID pre-checkout form [e2fc218] Introduce global state management for email sending limits [933a417] Update generateVariable extraction to use nullish instead of optional to not throw on null values [345bfac] Remove NEXTAUTH_URL_INTERNAL parameter from self-hosting configuration documentation [b32ecb1] (radar) Re-inforce scam keywords detection by parsing set variable blocks value [a9b7441] Enable SEO for custom domains [6b41dcc] Update chat and seat limit functions to prioritize custom limits [954151e]
  • Please update 3.1.0

    Solved
    2
    1 Votes
    2 Posts
    54 Views
    nebulonN

    Our ci test pipeline succeeded now and the package update is out

  • Native (email) Auth doesn't seem to work out-of-box

    Unsolved
    14
    0 Votes
    14 Posts
    251 Views
    girishG

    @shrey said in Native (email) Auth doesn't seem to work out-of-box:

    Recommendation: have the above config set by default, particularly in the cases where the admin selects "User Management by app", when installing the app.

    Those variables are always set already. See https://git.cloudron.io/cloudron/typebot-app/-/blob/main/start.sh?ref_type=heads#L31 . Or maybe you are suggesting that we should put this in /app/data/env.sh so that the user can see them?

  • Heads up on next version 3.0.1

    Solved
    3
    0 Votes
    3 Posts
    66 Views
    nebulonN

    New package with 3.0.1 is out now.

  • Hello,I would like to know if it's possible to break lines in Typebot?

    3
    1 Votes
    3 Posts
    101 Views
    D

    @nebulon Ok, thanks

  • Unable to Load Model

    Solved
    4
    0 Votes
    4 Posts
    146 Views
    firmansiF

    I have tried different server instances in AWS and GCP to run Cloudron with this version 1.81, because at first I suspected there might be something wrong with the server instances, but the problem remains the same, unable to load model of LLM in respectable AI block whether it's openAI or the others, here what happens, i create new bot then I put the openAI block in canvas, choose or create new credential, after that in drop down menu below credential should come out model options to choose e.g gpt 4o, gpt 4o mini and so on, but what happened was the drop down menu just freeze showing message "load" only, and errror message said that connection to open AI API is not established, this happened to other AI Blocks, not just open AI, also to Open Router, Together, Groq. But now the problem is resolved after I upgraded the 1.81 to recent update 1.82

  • Is this auto updating?

    Solved
    3
    0 Votes
    3 Posts
    98 Views
    nebulonN

    Pushed the package update now.

  • Typebot multiple domains

    3
    1 Votes
    3 Posts
    116 Views
    girishG

    Cloudron does not support installation on subpaths. We only have domain level installation support.

  • secondarydomain typebot_viewer_host is required

    11
    1 Votes
    11 Posts
    326 Views
    R

    @joseph Thank you, I just emailed you.

  • Unable to Login as Cloudron

    Solved
    5
    0 Votes
    5 Posts
    75 Views
    firmansiF

    Yes, I agree, i have double checked and simulate the case couple times

  • Need Help Integrating Typebot and Preplexity

    Unsolved
    2
    1 Votes
    2 Posts
    73 Views
    J

    This might be better suited to ask in their Discord - https://typebot.io/discord

  • Is there any plan to update to release v2.27.0

    Solved
    4
    1 Votes
    4 Posts
    176 Views
    nebulonN

    ah the new package version is already out by now.

  • How to configure storage for Typebot on Cloudron

    Solved
    18
    3 Votes
    18 Posts
    2k Views
    T

    This is very easy to solve! You don't need any S3 storage just to serve images. That's like using nuke to bomb an ant. Here is the solution:

    Step1: Create a repository on your github account.
    Step2: Upload an image (e.g. bot avatar) to your repository.
    Step3: Copy the link of your image, then paste to jsdelivr (select "convert from Github").
    image.png
    Step4: Copy the JSdelivr link to your Typebot.
    image.png

    Now, you have a world-class CDN provider serving your image FOR FREE!!!
    This link is permanent unless you purge it!

  • 1 Votes
    3 Posts
    321 Views
    S

    I do not, but you were right, It was a plugin that I had to see if any emails were related to a website. I removed it, and it now works; thank you for the assistance!

  • Can you create a contact form in typebot?

    Unsolved
    3
    0 Votes
    3 Posts
    296 Views
    RazielKanosR

    in long: how? ^^

  • New NEXT tag for docker

    2
    0 Votes
    2 Posts
    128 Views
    nebulonN

    We only update apps to the upstream versions which are marked as latest stable.

  • Version 2.22.1

    Solved
    4
    0 Votes
    4 Posts
    294 Views
    CptPlasticC

    Thank You

  • Typebot - Login with email and disabling cloudron login

    5
    1 Votes
    5 Posts
    394 Views
    girishG

    @roseantonio If you install the latest version of the package, it lets you install without Cloudron SSO. After that, you can set up SMTP auth like above.

  • Typebot with Cloudron login does not work

    Unsolved
    7
    1 Votes
    7 Posts
    431 Views
    girishG

    @skeats said in Typebot with Cloudron login does not work:

    curl: (28) Failed to connect to my.example.com port 80 after 130794 ms: Connection timed out

    right, so this is the core of the issue. You need to investigate why the server is not able to curl itself. I assume you can curl from another device/laptop in the same network, correct ?

  • Email config

    Solved
    9
    0 Votes
    9 Posts
    577 Views
    G

    Thanks for answering, you made my day.