Help forum
- Restart/interupt the sleep function
needtheanswers
2 6 months ago
Is there a way to restart the sleep function ? For example you click a button which triggers sleep 5000ms , after 2000ms you click the button again and it should start at 5000ms again . - qr code
FouadTarabolsi
8 6 months ago
hi , hello all , any idea how implements the following workflow ? : - I open a page on a laptop - I get unique QR code - I scan it with my mobile - in the mobile I login -once I login the original screen with the barcode will automatically detect i successfully authenticated and give me my content . I assume as beginning that QR code page will be considered as an authentication page , also the value of the QR code will be unique for to identify the session . . or there are better and secure ways . - best way to manage which page is on which domain?
needtheanswers
0 6 months ago
Hi , what is the best way to have page 1 on www .myapp .com , page 2 on auth .myapp .com and all other pages on dashboard .myapp .com for example ? If I set up multiple custom domains then every page is visible on every domain (as stated in the documentation ) . - Question on formulas
ssssadsadasd
4 6 months ago
I have a questions on formulas . Suppose I have an formula that outputs a text . Now , in a component /page I need the result of the app formula in several places . So , I would not want to call the app formula in every place but just get the output in one place and refer to it . My solution is to build a formula , use the app formula there , and get the result . The formula has an two variables as inputs . I dont know whether what I am doing makes sense , i .e . whether is is the same thing as calling the app formula . anyone has any idea how to solve this ? thanks - DNS TXT propagated but not detected by Toddle
yoelfdz
1 6 months ago
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
1 6 months ago
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
18 6 months ago
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 6 months ago
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 6 months ago
Is there a way to set global fonts ? For the whole project instead of per page ? - Cursor transition
ssssadsadasd
1 6 months ago
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
3 6 months ago
Apparently that is not possible , or am I missing something ? - Google OAuth Consent Screen issues
Ben H
0 6 months ago
- API response disappears after 0.1 sec..
unicodes
35 6 months ago
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 months ago
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
2 6 months ago
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 ?