Help forum
- Multi Step Form
Shrink Studio
3 5 months ago
Hey , I 'm building a multi -step form in Toddle but I seem to be failing at the first hurdle . On the first screen of the form we have a vehicle registration input . This needs to ping a an API URL to return vehicle registration details . At the moment though I 'm struggling to even get it to search for a vehicle registration in the api call without manually entering it in the API settings . Looking for someone to help as this is pretty time sensitive and need an assist ! Thanks so much - Auth token not being picked up in auth/me in toddle editor
Leon Marseglia
45 5 months ago
Anyone else not being able to set session cookie auth token ? I could yesterday but now it is not working (in the toddle app ) . On the preview page it seems to work but i need it working in toddle so i can use the data on the api request . I 've checked xano and it appears when it calls the auth /me it just provides an empty string . Not sure why ? Tried uninstalling and reinstalling the toddle chrome extension but still no luck . - Any way to add a .well-known directory when the domain is mapped to toddle?
⚡Joe
6 5 months ago
For verification with a third party we need to add a .well -known folder and drop a json file in there , issue is it has to be on a domain mapped to toddle , would there be any way to do this ? Thanks ! - Problems updating values via context
Raphael Walters
0 5 months ago
- Multi-language support
Nikita Repetun
13 5 months ago
I need to create a multi -language product . Is there a way how to do that using Toddle ? - Passing API call results to a Component
benjabievres
6 5 months ago
Hello , I 'm building a component that requires data coming from an API call (an Array of items ) . I want to call once the API when page loads , and then pass its response to the component . I tried with Attributes and with Context variables , but none allow me to see the structure of the data so that I can build my UI . Is there a way to show the data coming from the API response in my context ? Thanks - Xano API optimization: How do I avoid unnecessary requests with 100,000 page views in Toddle?
Luca Heck
4 5 months ago
Hello everyone ! Maybe someone can help me with my question - I would be very grateful again : I have connected Xano and load data for my events via the API . We already have 30 ,000 page views per month on our current live site . We expect the new Toddle site to quickly have over 100 ,000 page views . I am now interested in how I can optimize the API requests in order to improve performance and avoid placing an unnecessary load on Xano . It would be enough for me if the events were updated once a day in the frontend . Theoretically , the API does not have to be requested with every page view . . . that 's my amateur thinking haha There are a few other API requests that I would also only need to update once a day . Does it matter with the 100 ,000 page views because the number of views is not significant ? Or are there ways to store the data “statically ” in Toddle . I 'm not familiar enough with this because Toddle renders on the server side . - How to limit access to a page?
unicodes
9 5 months ago
If you introduce a new page to your website , is there a way to restrict access to that specific page ? I 'm not referring to hiding or showing the page content , but rather something like an API redirect that redirects to a 404 page . Thank you ! - Custom Domain
Lee Russel
6 5 months ago
Hi I have been having a hell of a time trying to add a custom domain to Toddle via GoDaddy . Toddle thinks everything is okay but I get a Site could not be reach error . I only added a CName Record . In the video on the domains screen it talks about adding a TXT record as well but I never get prompted with what that should be in the UI . Has anyone experience similar issues with GoDaddy ? Should I be using an A record instead ? - Need help with Toddle + Xano Authentication.
nikothekid
22 5 months ago
I have an issue when trying to access the auth /me endpoint from Xano , it is giving me an invalid token error . On the log in page , i have everything set up and once I test the login , i get an auth token which is then stored in the session cookie . Can anybody help me out on why am i getting this error from auth /me ? - I wan to use Login / sign up with google. How can i do that in directus/toddle
Yasir Khan
0 5 months ago
. - supabase auth with provider
Abhishek Sahni (Abhi)
7 5 months ago
Hi , I am using Supbase as a db and the Authentication . For the Auth part I would like to use login with linkedin . I created a button and added an onclick event to link to h t t p s : / / <my _url > .supabase .co /auth /v1 /authorize ?provider =linkedin _oidc &redirect _to = h t t p s : / / <my _url > .supabase .co /auth /v1 /callback . When I click on the button I am redirected to the linkedin login page and once I sign in an account is created in the users table in my supabase DB . Questions : 1 . Once the user successfully logins in with Supabase they are redirected to http://localhost:3000/#access_token= <XXXXXXX > . How do I bring the user back to the toddle app ? 2 . How do I extract the access _token from the call back url ? 3 . Is adding this as an API the recommended approach ? Based on the tutorials it is easier to extract the access token from the API response Thank you - Have you ever experienced scroll freezing on your website's (mobile)?
unicodes
0 5 months ago
I 'm building a website , and on two different devices and in two different browsers , I 'm experiencing scroll freezing . This means I can 't scroll unless I try multiple times . (I don 't have any JavaScript ; it 's all vanilla Toddle . ) - Need help in outputting data from Xano API
Godwin
9 5 months ago
Hello toddlers ! I have this weird issue that my Xano API returns data and it loads in the toddle editor but it doesn 't load in the browser . When I check the network tab in chrome , I see my responses and data there but when I log it to the console , it returns null . It 's weird and frustrating because I 'm not the only one working on this and we are both frustrated because we don 't know what the problem might be . Any help provided will be appreciated . - Get elements of an object array from a context variable ?
Jehex
0 5 months ago
Hi there , is it possible to get elements from a " context object array " inside a child component or I have to stock each elements into a unique context variable for share it with my childs components ?