Help forum
- Session authentication not saving in cookies
speedy.lizard
11 2 months ago
11 Nov 2024, 17:39
: I 'm leveraging basic authentication with Xano as my backend , having users login with email & password , then setting session cookies to the access token , and calling another API to get user information based on the authenticated user 's token . : Everything was working properly until I migrated the 'Get User ' API to the new UI , and now my bearer tokens don 't seem to be saving (I 'm unable to authenticate the user on the new page I redirect to ) . I can still see the access token saving when I call the login API (see screenshot ) , and I 've downloaded the browser extension . Any tips on troubleshooting ? Thank you ! ! - Error in Workflow within Component
Joce Nunes
5 2 months ago
11 Nov 2024, 16:16
I have a workflow with three conditions : Condition 1 : This is evaluated as true , displaying the "Senha Empty " message , which is correct . Condition 2 : This is evaluated as false , which is also correct . Condition 3 : Although this condition evaluates as false , the workflow still proceeds , showing the "Redirecionando " message , which shouldn 't happen (as shown in Image 2 ) . Is this a bug , or could there be an error in my logic ? - Api's don't work, is it just me?
Yaniv Tsoref
✅15 2 months ago
11 Nov 2024, 12:13
It keeps loading forever but no response , tried to create a new project to test the api and still no response . - Streaming Issue
Jerry
✅111 2 months ago
11 Nov 2024, 11:40
Hey ! I 'm trying to set up streaming but it 's not working . I 'm not sure if this is a problem from my backend set up (via Xano ) or Toddle . I receive the first message instantly , and then the rest of the stream will load at once . It does come in different events . I 've used event stream + turned off server side fetching - Is there a way to stop an API call run while it's running?
Chris Laupama
3 2 months ago
11 Nov 2024, 04:45
- Images Not Showing on Custom Domain – Need Help!
Leo
7 2 months ago
11 Nov 2024, 03:59
Hey everyone ! I recently purchased a Toddle subscription and added my own domain , but for some reason , none of my images are showing up on my domain they only seem to work on the toddle .site subdomain . Does anyone know why this might be happening or how to fix it ? - How do I use data from an API call as inputs for an Apex Graph, like in the dashy template?
Hausia
18 2 months ago
10 Nov 2024, 22:32
- Parse JSON newline character in textarea
Tom Ireland
7 2 months ago
10 Nov 2024, 22:22
- how do i select input text when clicked like this
asad
10 2 months ago
10 Nov 2024, 14:36
like this - Custom Tracking Script that customer can embed themselves - Lead tracking tool
Targox
4 2 months ago
10 Nov 2024, 14:36
Hi everyone ! I would like to build a platform where a new user gets an that they can add to the header of their websites . The goal is to capture data and send this information to my backend API . Would it be possible to create a custom JavaScript snippet that can dynamically add a unique tracking ID for each user and be embedded in different websites with Toddle ? Basically I 'm looking to create an alternative to snitcher , leadfeeder , . . . for a not yet covered local area with my own unique database with IP 's . Any insights would be greatly appreciated ! - Filter an array when a field CONTAINS a value
benjabievres
9 2 months ago
10 Nov 2024, 13:05
Hey ! I 've been testing a filter on the name of items in an array , but I didn 't find any "contains " formula . So I ended up using Match and checking if the lenght of the resulting string is not 0 , but it 's complex 😅 Is there any simpler way to do it ? Thanks ! ! - How to run an additional API call for each response of an original call?
sachag
3 2 months ago
10 Nov 2024, 12:21
- Media Folders
vanishklift
0 2 months ago
10 Nov 2024, 09:49
Is it Possible to add Folders to the Media "Section " ? - Best practice on creating a unique alphanumeric id
Tom Ireland
9 2 months ago
10 Nov 2024, 09:21
I 'm looking to create a unique ID to use in a URL but don 't want to use UUID . A bit like how toddle creates a unique id for nodes and classes . I usually create them by generating a random number in a formula , multiplying it by 100000 and then round it , which usually produces a 6 digit unique ID . My thinking is just to convert the number output to a string and then encode it as base64 . Would that work ? Anything I should be mindful of and is there a better way ? - ScrollBar X-Axis
vanishklift
9 2 months ago
9 Nov 2024, 22:30