Pricing Blog

Help forum

  • shrinkstudio_37633-1339275604104843284

    Shrink Studio

    3

    5 months ago

    Multi Step Form
    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
  • leonmarseglia-1339171916996677693

    Leon Marseglia

    45

    5 months ago

    Auth token not being picked up in auth/me in toddle editor
    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.
  • 1milliwatt-1339138317228314624

    ⚡Joe

    6

    5 months ago

    Any way to add a .well-known directory when the domain is mapped to toddle?
    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!
  • raphaelwalters-1338821123634237500

    Raphael Walters

    0

    5 months ago

    Problems updating values via context
  • nick.repetun-1338548761672290324

    Nikita Repetun

    13

    5 months ago

    Multi-language support
    I need to create a multi-language product. Is there a way how to do that using Toddle?
  • benjabievres-1338514819497590854

    benjabievres

    6

    5 months ago

    Passing API call results to a Component
    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
  • luca.heck-1338457899374215190

    Luca Heck

    4

    5 months ago

    Xano API optimization: How do I avoid unnecessary requests with 100,000 page views in Toddle?
    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.
  • uunicode-1338437989809913856

    unicodes

    9

    5 months ago

    How to limit access to a page?
    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!
  • leerussel-1338429868983062570

    Lee Russel

    6

    5 months ago

    Custom Domain
    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?
  • niko_the_kid-1338118076721270887

    nikothekid

    22

    5 months ago

    Need help with Toddle + Xano Authentication.
    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?
  • toddle_learner_48908-1338101298511482952

    Yasir Khan

    0

    5 months ago

    I wan to use Login / sign up with google. How can i do that in directus/toddle
    .
  • absahni-1337900401693032458

    Abhishek Sahni (Abhi)

    7

    5 months ago

    supabase auth with provider
    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 https://<my_url>.supabase.co/auth/v1/authorize?provider=linkedin_oidc&redirect_to=https://<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
  • uunicode-1337898208055132312

    unicodes

    0

    5 months ago

    Have you ever experienced scroll freezing on your website's (mobile)?
    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.)
  • godwin_nocode-1337697514765418536

    Godwin

    9

    5 months ago

    Need help in outputting data from Xano API
    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.
  • jehex-1337351656307953675

    Jehex

    0

    5 months ago

    Get elements of an object array from a context variable ?
    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 ?