Help forum
- Having troubles with Session Cookies with any browser other than Chrome on Mac
benjabievres
11 8 months ago
Hello , I built a new web app that asks users to log in and that stores an access _token in a session Cookie . It works well on Chrome in Mac (the one I used to build the web app ) , in normal and incognito mode , but when I use any other browser , the API calls I make contain an empty access _token . I tried on iPhone with Chrome , Safari and Firefox , as well as Safari on Mac , none work with my session Cookie . Note that I 'm using the preview of the App . Is there any specific configuration I should do ? Thanks . Benjamin - JSON data filters with Supabase
saillmone
8 8 months ago
Hi everyone ! I have filter problems with JSON data with supabase . I 'm trying to push supabase a little further than a simple table but I 'm finding myself having difficulty . My API call without filter returns me the data . But as soon as I want to make a filter on the JSON "collections " , impossible . I have a status code 200 but an empty response . "products _collections _variants ?select =title ,collections " Can anyone guide me ? Thank you ! - API message "ERROR_CODE_NOT_FOUND"
Jehex
4 8 months ago
Hi there , sorry by advance it 's probably something very easy to fix but I reopened an old project who was built under the api system v1 , now when I try to call my api ( who work correctly on xano after test ) I get the error "ERROR _CODE _NOT _FOUND " . All was good under the api v1 , would like to know if something has to be modified ? Thanks - How to choose between Session Cookies, Session variable and Local variable
benjabievres
35 8 months ago
Hey dear Toddle Community ! Once a use logs in (from a Login page ) , my endpoint returns 2 tokens . I need to use these token in all pages of my app . What do you recommend between session and local variables ? I tested Session Cookie Access _token for one of the tokens , it worked fine on my computer , but not on my iPhone ? ! ? ! (I tried on Safari and Chrome , same result : the variable is not substituted ) . If I use session variables , how long do they last ? How do I detect the session is expired (so that I redirect the user to the login page ) ? Thank you ! - Session authentication not saving in cookies
speedy.lizard
11 8 months ago
: 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 8 months ago
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
5 8 months ago
It keeps loading forever but no response , tried to create a new project to test the api and still no response . - Streaming Issue
Jerry
11 8 months ago
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 8 months ago
- Images Not Showing on Custom Domain – Need Help!
Leo
7 8 months ago
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 8 months ago
- Parse JSON newline character in textarea
Tom Ireland
7 8 months ago
- how do i select input text when clicked like this
asad
10 8 months ago
like this - Custom Tracking Script that customer can embed themselves - Lead tracking tool
Targox
4 8 months ago
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 8 months ago
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 ! !