Pricing Blog

Help forum

  • benjabievres-1305893276586344488

    benjabievres

    11

    8 months ago

    Having troubles with Session Cookies with any browser other than Chrome on Mac
    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
  • saillmone-1305865587284508752

    saillmone

    8

    8 months ago

    JSON data filters with Supabase
    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&collections->>slug=eq.incontinence"

    Can anyone guide me?

    Thank you!
  • jehex-1305815392262029312

    Jehex

    4

    8 months ago

    API message "ERROR_CODE_NOT_FOUND"
    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
  • benjabievres-1305588025345966090

    benjabievres

    35

    8 months ago

    How to choose between Session Cookies, Session variable and Local variable
    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!
  • speedy.lizard_60192-1305587692813156484

    speedy.lizard

    11

    8 months ago

    Session authentication not saving in cookies
    My workflow: 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.

    The problem: 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!!
  • jocenunes-1305566859898261565

    Joce Nunes

    5

    8 months ago

    Error in Workflow within Component
    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?
  • yantso-1305505783215034418

    Yaniv Tsoref

    5

    8 months ago

    Api's don't work, is it just me?
    It keeps loading forever but no response, tried to create a new project to test the api and still no response.
  • jeroen4264-1305497414035312782

    Jerry

    11

    8 months ago

    Streaming Issue
    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
  • chrislaupama-1305392984791191552

    Chris Laupama

    3

    8 months ago

    Is there a way to stop an API call run while it's running?
  • leo_o_o-1305381394889048154

    Leo

    7

    8 months ago

    Images Not Showing on Custom Domain – Need Help!
    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?
  • liltisa8661-1305299186517938226

    Hausia

    18

    8 months ago

    How do I use data from an API call as inputs for an Apex Graph, like in the dashy template?
  • tomthebigtree-1305296444303085588

    Tom Ireland

    7

    8 months ago

    Parse JSON newline character in textarea
  • asad_90597-1305179375712600124

    asad

    10

    8 months ago

    how do i select input text when clicked like this
    like this
  • .targox-1305179356120744058

    Targox

    4

    8 months ago

    Custom Tracking Script that customer can embed themselves - Lead tracking tool
    Hi everyone! I would like to build a platform where a new user gets an auto-generated tracking script that they can add themselves 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!
  • benjabievres-1305156483456962651

    benjabievres

    9

    8 months ago

    Filter an array when a field CONTAINS a value
    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!!