Help forum
- DNS TXT propagated but not detected by Toddle
yoelfdz
✅11 3 days ago
11 Jan 2025, 12:54
Hi there ! I ’ve been trying to set up a domain for an app , but I ’m running into an issue with the TXT record . DNS propagation seems to detect it correctly , but it ’s still stuck on Toddle . The DNS provider ’s support team suggested I reach out to you . Could you please help ? 🙏 UPDATE : It got approved but the domain was not working , now it 's back to "Pending Validation " - input range bug on chrome
unicodes
0 3 days ago
11 Jan 2025, 12:01
My input range (min 0 max 5 ) is stuck at this point on chrome . It works on firefox , but on chrome shows the maximum at the beginning . Do you know please what to do in order to make it works normally ? Thank you ! - Swiper JS
Miles
7 4 days ago
11 Jan 2025, 11:11
Has anyone installed SwiperJS that is willing to share how to set it up ? I 'm adding the script and stylesheet in the head assets , then running a custom action on load . I have the attributes (data -swiper , data -swiper -wrapper , and data -swiper -slide ) attached to the relevant elements , but I can 't get it to work . Attached some images , including error in console log . Any help appreciated 🙏 - Zaraz load on prerendered pages
Sakamoto
3 4 days ago
11 Jan 2025, 09:59
Hi , I 'm trying to install Zaraz . I tried auto -inject and it works fine . However , it also triggers for prerendered pages . I could try triggering it manually with the script tag but it 's more difficult to manage . Is there an easy way to get around this ? - Global font?
Dark Yellow
16 4 days ago
10 Jan 2025, 18:06
Is there a way to set global fonts ? For the whole project instead of per page ? - Cursor transition
ssssadsadasd
1 4 days ago
10 Jan 2025, 16:31
I want to avoid this ( [see video ] ( https://vimeo.com/1045755332/9ecec1e7d4?ts=0&share=copy ) ) abrupt change of cursor when I hover an element . I try to add some transition and select cursor but I could not find a solution . anyone has an idea ? thanks [test app ] ( https://toddle.dev/projects/turquoise_o_en_lars_permanent_chicken/branches/start/components/test4?canvas-width=800&canvas-height=800&rightpanel=style&selection=nodes.KBhGnMp2JElsHzqdROJee ) - Div Background Color from API Response/Variable
Stefan
✅13 4 days ago
10 Jan 2025, 14:15
Apparently that is not possible , or am I missing something ? - Google OAuth Consent Screen issues
Ben H
0 5 days ago
9 Jan 2025, 18:07
- API response disappears after 0.1 sec..
unicodes
35 5 days ago
9 Jan 2025, 17:32
I 'm getting the response for 0 .1 seconds then disappears . Why the response disappears ? It does it on PATCH . - Undefined is suppose to be null but..
A-Chivas
10 6 days ago
9 Jan 2025, 11:26
dont know why it passes of as a string one day and null the other , also messes up the entire formula , her it is false for some reason , plz help - Session Cookie / Authtoken Problem
Nico
✅12 6 days ago
9 Jan 2025, 10:18
Hey guys , i have a strange problem . I get my auth -token from the xano endpoint and iam trying to save it in toddle for later auth on other pages . But it doesent work , cookie doesent get set . So i looked into network tab and it shows me this error : This attempt to set a cookie via a 'Set -Cookie ' header was blocked because the cookie had the attribute 'SameSite =Lax ' but came from a cross -site response that was not the result of a top -level navigation . does anyone know this problem ? - Can I Optimize? Reducing Repeated Use of Map in Formula to Set 2 Values
KillerK009
2 6 days ago
8 Jan 2025, 23:31
I 'm trying to calculate and add 2 new values ( tag and label ) to every element in an array where the 2nd new value ( label ) is dependent on the value of the first ( tag ) . Is it possible to set them both in 1 iteration of the Map function ? For example , I use the Map function , do some calculation for every element , then Set the tag value first . After this but still in the same iteration of Map I want to use this newly calculated tag value to also set the label on this same element . Can I do this in a Toddle formula without having to use Map and iterate over the entire array again ? Not a huge deal for what I 'm dealing with right now since the arrays are pretty small and it performs it quickly enough , just wondering if it 's possible to do it more efficiently or if I should even concern myself with trying to be as efficient with my formulas . I 'm used to traditional coding so looping over the same array twice in a row doesn 't feel right to my brain 😅 , I 'd instead just use a loop like this : foreach (element in array) {
element.tag = calculateTag() // calculate tag
element.label = calculateLabel(element.tag) // calculate label based on tag value
} - When release web awesome on toddle ?
Lucas TSD®
1 6 days ago
8 Jan 2025, 20:10
When release web awesome on toddle ? - Meta auth No longer Server Side rendered
Kleveland Bishop
9 6 days ago
8 Jan 2025, 12:41
Hello toddle team , I am using a - Signup/login supabase template
ssssadsadasd
8 7 days ago
8 Jan 2025, 11:15
How can we access the signup /login with supabase app built in [this video ] ( https://www.youtube.com/watch?v=Ol-rANqDclI&ab_channel=toddle ) or is there a template with signup /login with supabase ? none of the other templates has a signupl /login functionality . thanks