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

28 Topics 200 Posts
  • Typebot - Package Updates

    Pinned
    32
    0 Votes
    32 Posts
    2k Views
    Package UpdatesP

    [1.7.0]

    Update Typebot to 2.27.0 Full changelog Add attachments option to text input (#1608) [6db0464] Add "Generate variables" actions in AI blocks [76fcf7e] Support Vision for compatible AI models [ee83499]
  • secondarydomain typebot_viewer_host is required

    11
    1 Votes
    11 Posts
    75 Views
    R

    @joseph Thank you, I just emailed you.

  • Unable to Login as Cloudron

    Solved
    5
    0 Votes
    5 Posts
    33 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
    23 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
    65 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
    1k 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
    234 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
    224 Views
    RazielKanosR

    in long: how? ^^

  • New NEXT tag for docker

    2
    0 Votes
    2 Posts
    86 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
    202 Views
    CptPlasticC

    Thank You

  • Typebot - Login with email and disabling cloudron login

    5
    1 Votes
    5 Posts
    285 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
    368 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
    383 Views
    G

    Thanks for answering, you made my day.

  • Typebot not using theme

    Solved
    5
    0 Votes
    5 Posts
    263 Views
    robiR

    🙂 cool you found it!

    Feel free to mark this thread as a question and then as solved.

  • Which AI does Typebot use?

    Unsolved
    3
    0 Votes
    3 Posts
    257 Views
    robiR

    You'd have to install GPT-llama and have it use a local LLM, and configure TypeBot to use an alternate AI API URL provided by GPT-llama.

  • TYPE BOT AND OPENAI

    2
    1 Votes
    2 Posts
    116 Views
    luckowL

    have you looked into this? https://docs.typebot.io/editor/blocks/integrations/openai

  • Typebot does not restart after changing the env.sh

    Solved
    5
    0 Votes
    5 Posts
    272 Views
    L

    @nebulon said in Typebot does not restart after changing the env.sh:

    Well are there any errors in the app logs then? Also maybe you can share the exact env variables you are trying to set with a link to the upstream docs.

    Hey, nebulon! Thanks for asking. I solved the problem: do not include a space before or after the = in the configuration line:

    Good: export NEXT_PUBLIC_GIPHY_API_KEY=StringfromGiphyhere

    Bad: export NEXT_PUBLIC_GIPHY_API_KEY = StringfromGiphyhere

    Also, remember to include export at the beginning of the line, as mentioned in the Cloudron documentation.

  • Question for Typebot users - saved data format?

    Solved
    4
    1 Votes
    4 Posts
    292 Views
    humptydumptyH

    Visit the upstream thread to see the full post and screenshots. To summarize, you can organize and hide table data similar to NocoDB's method. You can also send the form data as an email by using the email block integration.

  • What deployment cadence is typebot on for cloudron?

    Solved
    7
    1 Votes
    7 Posts
    366 Views
    nebulonN

    We fixed the issue and the new package with typebot version 2.18.2 is out now

  • 1 Votes
    3 Posts
    300 Views
    micmcM

    @girish said in Migrate custom typebot app to official typebot app while keeping the same database:

    If typebot offers an export/import, then you can use that. Otherwise, you will have to migrate the database (https://docs.cloudron.io/guides/import-postgresql/) and the files manually . Just make sure the typebot custom package and the cloudron package have the same typebot version.

    @saranade Indeed you can export all your flows in Typebot, and then import them in your new instance.
    So, in any typebot, simply click the 3 dots menu bar on the top right of the typebot's canvas, then choose export flow.
    It will send you a json file to download on your computer.
    Then, you can import the files in your new instance when creating a new typebot you simply choose import file.