Help forum
- HTTP Cookie Bug
0xJam3s
15 1 month ago
10 Dec 2024, 18:50
Hey guys , it seems my bearer token is saving but when I get the HTTP cookie it doesn 't get pass the value to the my following api calls . It was working earlier . Any ideas , why this might be ? - Space between
ssssadsadasd
✅16 1 month ago
10 Dec 2024, 15:01
In bubble (and in css from what i see ) there is an option called "space -between " which basically moves div A to the left and div b to the right of the parent row div (see pic ) . how can I do this in toddle ? I tried the different optins in the 3x3 grid but could not find a working combination . thanks - Max width for page?
ssssadsadasd
32 1 month ago
10 Dec 2024, 14:12
I want my page to not exceed 1200px and be located at the center . so in the main div of the page I set : max width = 1200 px and layout = align top center . but the div still remain at the left . how could I solve this ? thanks - API URL changes automatically
codenitrr
16 1 month ago
10 Dec 2024, 09:30
Hello . I 'm having some problems sending a REST API request . In terms of authentication , the API works as follows : GET URL : https://{api_key}:{api_secret}@{cluster_url}/{shop_language}/{resource}.json If I enter these values and put them in toddle 's URL box . Then it automatically removes the values before @ . So example (fake data ) with this request : https://e80d99sfgsf8adfadfadcb7sfg409a:ea624fc02226adfadf22222c1c032f09a@api.webshopapp.com/de/checkouts/123455.json the request is eventually made to https://api.webshopapp.com/de/checkouts/123455.json I don 't know if I 'm doing something wrong or if this is a bug . I also tried encoding the url , but this too was unsuccessful . I suspect it has something to do with the @ sign for api .webshopapp .com - 200 API response, but data appearing under error rather than data
Danny
4 1 month ago
10 Dec 2024, 04:28
Hi there ! Hoping someone might be able to help me out . Running into a super weird issue where I have a Xano API endpoint that works fine and returns a 200 response along with some data , but that data is showing in Toddle under error rather than data . Has anyone seen this before or have any ideas ? Everything in Xano looks normal . - Branch Syncing
Vizualinx
5 1 month ago
9 Dec 2024, 21:52
Up until now i have only been using branching for versioning , i never figured it out but now i have to figure it out . I am in middle of building a new feature for my app , and i had to fix some stuff on the live version , i created a new branch made the fixes and published it , i didn 't touch anything that i changed in the other branch . but now when i went back to the other branch i can 't sync it with the live version (see screenshot ) . I had the same when i tried doing this in the past , that 's why i have only used branching up until now for versioning only . - Chat template?
ssssadsadasd
3 1 month ago
9 Dec 2024, 13:35
Just wanted to know whether there is any chat template (whatsapp like ) that we can quickly copy -paste in our app . I could build this myself but just to make sure there is sth already built . thanks - Images not Loading from provided URLs
Alex
8 1 month ago
8 Dec 2024, 23:12
Hey - anyone able to assist ? I sue this same process on all my toddle projects but for some reason can 't load images in repeat lists in this new project ? - Pass data through attributes or URL parameters?
Vizualinx
10 1 month ago
8 Dec 2024, 14:32
In my app i have a lot of modal popups (like contact details , donation details , transaction details etc ) . What would be the best way to pass data ? I can think of 3 ways : On click of a row , 1 : I can pass the whole row to the popup via attributes . 2 : only pass the row id through attributes and make a new APl call inside the modal . 3 : pass the row id through URL parameters and create the APl call in the modal . What is the best way to do it ? - Parent width question
ssssadsadasd
4 1 month ago
8 Dec 2024, 11:12
I have a ul with max width = 600px . I set the li inside it as width = max _width = 100 % ; same for the div inside this li . Now this div is a row with two elements : an image and another div . This last div goes beyond the parent so I set max _width = 100 % , but this does not solve the problem in this case since 100 % is considered as the whole parent div and not 100 % - image _width . What should I do to make sure tha this last div does not go beyond the width of the parent ? thanks - Embed Component Not Calling Proper URL other than (Weather API by toddle)
Usama
4 1 month ago
8 Dec 2024, 04:15
I 've created a simple component and embed it inside webflow and it 's not calling the right url when it 's embedded . somehow the toddle own weather api url is working fine , but any other external api call are not targeting the right url . maybe it 's a bug or i 'm doing something wrong . . . Kindly help me you can see the screenshot to understand more I 'm calling this API : https://dummyjson.com/docs/products/1 website url : https://lumos-test-020bc5.webflow.io/test toddle url : https://toddle.dev/projects/bronze_bib_fortuna_northern_orangutan/branches/test/components/Weather%20Widget?leftpanel=design&canvas-width=800&canvas-height=800&rightpanel=style - NULL on query parameter request
Mr.R
✅113 1 month ago
7 Dec 2024, 14:24
Following the swagger from the api documentation gives me NULL result when adding the query parameter field . lso doen 't work to filter out certain data for example "Work hours " etc . Public api endpoint : https://jobsearch.api.jobtechdev.se/ - Bug with conditionals
Kittiphum
✅14 1 month ago
6 Dec 2024, 19:16
Hi there , I have the shown formula in toddle which should check if an item is included in an array . Altough the conditon is true it returns false and i checked multiple times in the database it should be true and not false . - How do I add head and body scripts? Google Tag and Analytics
Alex
6 1 month ago
6 Dec 2024, 08:45
Anyone completed a google tag manager set up in toddle ? - Web component not auto fetching
Chris Laupama
6 1 month ago
6 Dec 2024, 08:25
I had my web component working fine recent , now it 's just stopped working . I have it taking an argument , using that to auto fetch and populate the web -component , but I keep getting errors . It 's making a GET request to : /assistant / {assistant _id } ( this is using an input on the API request to populate ) However it only seems to be making a request to : /assistant /