Pricing Blog

Help forum

  • firdaus___-1332603861961281536

    Mr

    5

    5 months ago

    og:image, title and description only work on branch link
    hye, i;ve setup page meta, but somehow it work only on branch link not on live custom domain site.

    on browser it working as usual but not on other platform like facebook etc

    i did enable server side fetching and autofetch how to fix

    now : it show data fallback i set on project

    i want : dynamic data meta fetch from server

    thank you
  • uunicode-1332489703395688599

    unicodes

    0

    5 months ago

    How to simulate On Success in context?
    I need to implement logic that triggers an 'On Success' action after calling a workflow that interacts with an API. My initial idea was to use a formula in the context to handle the API response and reply accordingly. However, this approach would require defining separate 'On Success' and 'On Error' contexts for each API, which could quickly become overwhelming and lead to excessive context definitions. Do you have a better approach or suggestion that might simplify this process?
  • jehex-1332277231413624884

    Jehex

    15

    5 months ago

    Issue Initial Value / Current value of an array
    Hello, I have an issue where I use a context variable to verify the type of user and according the result, generate an array with items predefined ( for a menu ) Problem is that when my condition is meet, it's correctly set the array as initial value but the current value is not update. It's probably obvious but I dont see how update my array as current value ( maybe on load? ) Thanks
  • gabosca01-1332127500519608421

    Gabriel Salazar

    10

    5 months ago

    Using toddle url as webhook
    I am setting up an endpoint to handle a webhook from a payment gateway in Toddle. According to the documentation:

    "Once the customer's browser is redirected, Flow will respond via a POST request to the callback URL provided by the merchant in the url_return parameter, passing a parameter called token. The merchant must implement a page to capture the token parameter sent by Flow and then consume the customer/getRegisterStatus service to obtain the registration result."

    The webhook sends a POST request with the content type application/x-www-form-urlencoded, and I need to capture a parameter called token located in the body of the request.

    How can I configure a handler in Toddle to receive and process this type of data correctly?

    Additionally, are there any extra configurations or best practices I should consider when handling POST requests in this format within Toddle?
  • benjamin.h-1332085962964074506

    Ben H

    23

    5 months ago

    redirecting apex domain to www
    So, my understanding is that Cloudflare, and hence toddle, do not support apex domains. The workaround is to setup a redirect from your apex domain to the www domain. However, it appears that the DNS I'm using, Google Cloud DNS, does not support URL forwarding. And the registrar I'm using, porkbun, only offers URL forwarding if you're using their nameservers. My conclusion is that I must either (a) change my DNS provider to one that supports URL forwarding, or (b) use a redirect service like redirect.pizza. Does that sound right?
  • petoardo-1332018584502931516

    Palu

    2

    5 months ago

    Can't get data from iTunes API (Day 2 tutorial)
    In the video Andreas just pastes the URL, but when I do don't get any result
  • uunicode-1332004405880426516

    unicodes

    3

    5 months ago

    Avoid consecutive GET
    Is there a way to fuse them? Path like [systemSkills, name] ?
  • quietrocket-1331985078250770464

    QuietRocket

    26

    5 months ago

    Open Source Editor
    Hi there.

    I really love Toddle. As a software engineer transferring my workflows and projects to Toddle, I sometimes find limitations in the editor, and often times I wish to experiment. For example, I'd really like to add generative AI capabilities within the editor.

    When will the Toddle Editor be open source? It's probably a oversimplification to say that sharing and "open-sourcing" the editor is as simple as sharing a gigantic JSON file, but it does seem that way given Toddle is made in Toddle 😅

    Thank you. I really can't wait to tinker with the editor itself and bring back to the tool and community.
  • uunicode-1331974088385888286

    unicodes

    4

    5 months ago

    Your console log looks like this too?
    When I want to add something or to update, and I do not know if exist that value in the DB I do POST and GET for update. This process add a lot of errors in console log (isn't a blockage for the app, but could be a bad experience if the user open the console log ). How do you avoid this or is normal for an app?
  • absahni-1331851039628070942

    Abhishek Sahni (Abhi)

    5

    5 months ago

    Day 2: iTunes search tool api issues
    Hi,
    I am following day 2 of the 7 day toddle tutorial and I am having issues with the app.

    1. I setup a variable and a text input and I have bound the text input to the variable. When I test the app and type in a new artist name, the variable and API terms are updated but the API response is stale. When I run the query in the browser I get the right results as a txt file. Screenshots below
    2. I am able to test the app but when I click on preview app in new tab I do not get any of the list elements, screenshot attached.

    Appreciate any help here.
  • jreed5-1331842817248723005

    jackson

    3

    5 months ago

    Why is the initial value of a variable not the same as the current value?
    I created a variable and set the value using a formula but the current value remains null. I can't see the variables when I use them on the page in the editor (because they are null), but then when I publish the page, I see them. Does any one know why? I've attached 3 images which (hopefully) illustrates this. I would like to be able to see these variables and am not sure what I'm doing wrong. Thank you!
  • feraask-1331686755845410889

    KillerK009

    10

    5 months ago

    How to Set stater-pack Inline Value Edit Text Color
    I'm trying to use the starter-pack package inline-value-edit component and it looks like the default text color is black. This doesn't work with the dark theme I'm trying to use in my project since the background is dark and it makes the text hard to read.

    Is there any way to change the text color? I've tried setting the text color value on the parent div which changes other text elements but doesn't seem to impact this component.
  • needtheanswers-1331661381338009764

    needtheanswers

    5

    5 months ago

    Why is the context data returning null when it is in a variable?
    Hi,
    I have a data component I use to pass data on via contexts. (data component to other component) When I put the data of the context in a variable it returns null. What´s the reason for that?
  • moon.pie.-1331248592496889927

    Moonpie

    4

    5 months ago

    Set text color based on range
    How can i setup text color based a number range, say if its 0 then red, if its between 1 and 10 then yellow and if its more than 10 then green?
  • jehex-1331101852665905214

    Jehex

    7

    5 months ago

    Scroll Bar not showing
    Hi there, I have a small css issue about my scroll bar, Im currently building a chatbot where the messages scroll up, the problem is that I have to center my div ( which have layout set to auto and is a flex container ) for see the scrollbar, when I set this div to the bottom right, my scrollbar just dont want showing even if my messages are outside the div, sorry if its not clear, feel free to ask any infos. Thanks!