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

24 Topics 175 Posts
  • Typebot - Package Updates

    Pinned
    29
    0 Votes
    29 Posts
    1k Views
    nebulonN

    [1.5.5]

    Update Typebot to 2.25.2 Full changelog (setVariable) Add Transcription system var (#1507) [40f2120] (whatsapp) Enable embed video thumbnail previ… [9b8298b] Fix bubble preview image full size [8151d7f] (bot) Fix bubble max widths and guest avatar shrinking [3662c0d] Convert answerv2 content field to Text field [41ccf24] (httpRequests) Fix save variable parsing [304bfcf] (transcript) Fix typebot link incorrect next group [fa45564] Fix select input displaying id instead of label on refresh [f211a3e] (wa) Fix WhatsApp session stuck if state object is empty [8351e20] (setVariable) Fix inline code parser [91603aa]
  • 3 Votes
    18 Posts
    956 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
    112 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
    135 Views
    RazielKanosR

    in long: how? ^^

  • New NEXT tag for docker

    2
    0 Votes
    2 Posts
    42 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
    91 Views
    CptPlasticC

    Thank You

  • 1 Votes
    5 Posts
    155 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
    256 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
    190 Views
    G

    Thanks for answering, you made my day.

  • Typebot not using theme

    Solved
    5
    0 Votes
    5 Posts
    115 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
    174 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
    54 Views
    luckowL

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

  • 0 Votes
    5 Posts
    177 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
    168 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
    206 Views
    nebulonN

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

  • 1 Votes
    3 Posts
    196 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.

  • 0 Votes
    5 Posts
    220 Views
    S

    There are basically two apps in one with Typebot. There's the "builder" app which is the admin interface used to create and manage bot flow (this has the auth tied to it), and the "viewer" app, which is where published bots can be viewed by the public. I don't think you can add auth to the viewer URLs.

    CleanShot 2023-09-03 at 19.24.05.jpeg

  • Top. Thanks for the app - my first typebot

    Solved
    12
    10 Votes
    12 Posts
    527 Views
    luckowL

    First: you must have a s3 storage like minio.
    Second: You need a bucket and some credentials configured in minio.
    Third: add the credentials for the s3 storage to the typebot env.sh file. Remember to add export to every key=value. (= export S3_ENDPOINT=minio-api.example.org) Restart the app.
    fourth: collect an image in your flow. insert the image into a variable.

    If you want to show the image to the user, add an image as a bubble and insert the variable into the link field.

    Here is a quick flow https://www.luckow.org/bot.html

  • 6 Votes
    17 Posts
    732 Views
    L

    You are amazing to have solved this and fixed it so quickly, @nebulon.

    To get the typebots you were running working again, you can try this:

    Restore from an earlier working backup Navigate to your typebot flow and at the three dots at the top right .... export the flow. Save it in a safe place. Reinstall Typebot in Cloudron create a new typebot by selecting the import flow When you try and re-publish, it will give the typebot a new address, so you might like to edit that option to set it to your previously published address:

    brave_bITJdJAtRT.png

  • Type bot "Invalid key length" Error

    Unsolved
    2
    1 Votes
    2 Posts
    139 Views
    nebulonN

    This is most likely the same issue as handled later in the thread at https://forum.cloudron.io/topic/9867/typebot-on-cloudron-is-great-you-should-try-it/13

    Basically if you reinstall it with the latest version, it's probably fixed.