PricingBlog

Help forum

  • jehex-1305815392262029312

    Jehex

    4

    1 year 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

    1 year 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

    1
    11

    1 year 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

    1 year 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

    1
    5

    1 year 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

    1
    11

    1 year 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

    1 year ago

    Is there a way to stop an API call run while it's running?
    For example, let's say I'm making an HTTP request that's streaming output, how do I stop it if I want to run it again?
  • leo_o_o-1305381394889048154

    Leo

    17

    1 year 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

    1 year ago

    How do I use data from an API call as inputs for an Apex Graph, like in the dashy template?
    Looking to use data pulled from Airtable as inputs for a line graph.
  • tomthebigtree-1305296444303085588

    Tom Ireland

    7

    1 year ago

    Parse JSON newline character in textarea
    Hey, folks! Does anyone know how to parse/decode a newline character (\n) in a textarea's value attribute?

    When saving JSON to Supabase, if the textarea has been input with breaking spaces, it stores the content correctly with \n when sent via an API request, however when you load the content back in the text area, the breaking spaces are replaced with the newline character \n.
  • asad_90597-1305179375712600124

    asad

    10

    1 year ago

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

    Targox

    4

    1 year 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

    1 year 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!!
  • sachalebg4671-1305145271847616574

    sachag

    3

    1 year ago

    How to run an additional API call for each response of an original call?
    Hi everyone!
    New Toddler here 🙂

    I’m building a simple Pokédex app using the PokeAPI to get familiar with the editor before going to day 3 of the beginner course 🙂
    https://copper_nute_gunray_zany_finch.toddle.site/

    The app currently shows a list of the first 100 Pokémon using this API call:
    https://pokeapi.co/api/v2/pokemon?limit=100

    To retrieve additional details for each Pokémon, I need to run an extra API call for each entry using:
    https://pokeapi.co/api/v2/pokemon/{POKEMON NAME OR ID}/

    Does anyone know how I can set this up in Toddle? I haven't been able to find a solution on my own, apologies if this has already been covered somewhere else! Thanks in advance! 🙏
  • vanishklift-1305107153303900181

    vanishklift

    0

    1 year ago

    Media Folders
    Is it Possible to add Folders to the Media "Section" ?