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


Skip to content
  • 0 Votes
    5 Posts
    149 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.

  • 3 Votes
    17 Posts
    756 Views
    girishG

    I tried out using minio and it works - https://docs.cloudron.io/apps/typebot/#media-uploads

    @LoudLemur maybe try minio because it doesn't require that aws CLI tool. I could do everything with the gui

  • 0 Votes
    10 Posts
    306 Views
    jdaviescoatesJ

    @LoudLemur said in Typebot Chat invitation links appear on social media with an image - Where is that setting?:

    3rd party tools and and the text/image are already out cached in social media as the viral image

    The tools are provided by the social media platforms themselves and when you use them they remove and update the cache.

    But yes, ideal to know in advance.

  • 0 Votes
    13 Posts
    497 Views
    L

    @robi right on, Robi!

  • 6 Votes
    17 Posts
    651 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

  • Which AI does Typebot use?

    Unsolved Typebot
    3
    0 Votes
    3 Posts
    153 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.