Help forum
- og:image, title and description only work on branch link
Mr
5 5 months ago
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 - How to simulate On Success in context?
unicodes
0 5 months ago
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 ? - Issue Initial Value / Current value of an array
Jehex
15 5 months ago
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 - Using toddle url as webhook
Gabriel Salazar
10 5 months ago
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 ? - redirecting apex domain to www
Ben H
23 5 months ago
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 ? - Can't get data from iTunes API (Day 2 tutorial)
Palu
2 5 months ago
In the video Andreas just pastes the URL , but when I do don 't get any result - Avoid consecutive GET
unicodes
3 5 months ago
Is there a way to fuse them ? Path like [systemSkills , name ] ? - Open Source Editor
QuietRocket
26 5 months ago
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 . - Your console log looks like this too?
unicodes
4 5 months ago
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 ? - Day 2: iTunes search tool api issues
Abhishek Sahni (Abhi)
5 5 months ago
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 . - Why is the initial value of a variable not the same as the current value?
jackson
3 5 months ago
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 ! - How to Set stater-pack Inline Value Edit Text Color
KillerK009
10 5 months ago
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 . - Why is the context data returning null when it is in a variable?
needtheanswers
5 5 months ago
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 ? - Set text color based on range
Moonpie
4 5 months ago
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 ? - Scroll Bar not showing
Jehex
7 5 months ago
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 !