Help forum
- Google OAuth Consent Screen issues
Ben H
0 3 months ago
- API response disappears after 0.1 sec..
unicodes
35 3 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 3 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
✅12 3 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 ? - Can I Optimize? Reducing Repeated Use of Map in Formula to Set 2 Values
KillerK009
2 3 months ago
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 3 months ago
When release web awesome on toddle ? - Meta auth No longer Server Side rendered
Kleveland Bishop
9 3 months ago
Hello toddle team , I am using a - Signup/login supabase template
ssssadsadasd
✅110 3 months ago
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 - Styling Question
jackson
19 3 months ago
I created a class "clicked " and began styling it by clicking on the "clicked " class under Styles . However , that style also changed the "default " even though I didn 't have it highlighted . Is this a bug or am I doing it wrong ? I 've attached a 12 sec video where the hover works but when the default is highlighted , the button colors do not match the colors selected (they are opposite ) . Any help would be much appreciated , thank you ! - sticky not working :(
unicodes
3 3 months ago
I want to make the image stay sticky to the blue parent . The blue parent and right childrens are stored in a parent container with a maximum height and vertical scrolling (scrollY ) . There is no hidden overflow or anything like that , but sticky doesn 't work . - API Data shows only in Toddle
vanishklift
😭174 3 months ago
Hey everyone ! I ’ve connected one API endpoint without any input , and it ’s displaying correctly both in the Builder and on the branch site in Chrome . However , the API endpoint where I provide an item _id to retrieve only objects matching that item _id is behaving differently . It shows everything as expected in the Builder but doesn ’t display anything on the branch site in Chrome . I hope this explanation makes sense ! Any ideas on what might be causing this ? - Shadow for svg
Vizualinx
4 3 months ago
How can i set a shadow for a svg (icon ) ? - redirect setup in toddle vs xano?
needtheanswers
0 3 months ago
Hi , I was just wondering if it is better to set my redirect rules in toddle or directly in xano ? Is it "safe " to do that it toddle ? Also how do I allow my clients to use their own domain for the redirects (whitelabel solution ) instead of my domain ? - get User info in all pages (no possibility to edit)
unicodes
3 3 months ago
Currently , I have an API call to fetch user information for all pages . The challenge is that if any changes are required , I have to update the API calls for all pages individually . I ’d like to avoid storing user information in cookies , local storage , or session storage , as some checks involve user categories (e .g . , certain user categories may or may not be allowed to view specific content and want to avoid user edit ) . The API I ’m using is an RPC (no input ) that retrieves user information based on the JWT . A function extracts the auth _id and then fetches all user details . I was considering implementing a component (like the menu or even an empty component ) that calls the API internally and returns the required values . Another idea was to use context , but I ’m unsure how to retrieve the output effectively when using context . What solutions do you typically use for this kind of scenario ? - Image element not rendering image on load via api
A-Chivas
7 3 months ago
mage element not rendering image on load via api even after having a url set , check the image attached here