Pricing Blog

Help forum

  • niko_the_kid-1338118076721270887

    nikothekid

    1
    22

    10 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

    10 months ago

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

    Abhishek Sahni (Abhi)

    1
    7

    10 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

    1
    0

    10 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

    1
    9

    10 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

    10 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 ?
  • luca.heck-1337085563202961428

    Luca Heck

    3

    10 months ago

    Problem when editing a component from an installed package
    Hello support team,

    I tried to edit a component from an installed package, but encountered a problem.
    1. i installed the package with the accordion component and wanted to customize the included structure.
    2. i noticed that installed packages cannot be edited directly (e.g. by double-clicking on the component).
    3. therefore I cloned the package in order to copy the desired component into my main project.
    4. copying the component from the cloned package into my main project worked, but I still cannot open or edit it - it appears empty.

    My questions:
    - Is this behavior normal?
    - Is there any way I can customize components from an installed package myself or am I limited to working with the package defaults only?

    Thank you very much for your support!

    Best regards
    Luca
  • raphaelwalters-1336852935249891358

    Raphael Walters

    26

    10 months ago

    Problems accessing formula via context
    Hey everyone. I am having problems accessing a parent formula via context. Can anyone shed any light on what I might be doing wrong? Thanks. https://www.tella.tv/video/accessing-state-across-components-2e6y
  • uunicode-1336820945616375808

    unicodes

    3

    10 months ago

    selecting children on parent hover (style)
    is possible in toddle to select children on parent hover event (or other events) without using style sheet? I want to add style to children too on parent event, but like in CSS.
  • platon_777-1336791517544710316

    Platon777

    2

    10 months ago

    Cannot get the auth me of Xano working after saving to session cookies
    Who can help me figure it out how to make it Working
  • christiaan-1336777115978305596

    Christiaan

    3

    10 months ago

    Recommended way to invite freelancer
    I have a design in Figma that I want a freelancer to implement in Toddle. What is the normal way to do this? I could add this person to the project (at seat cost, but no problem for a short while) but this person then gets access to all other projects too. Can I add someone to a specific project or even branch?
  • petershaw99-1336724828752707604

    PeterShaw

    6

    10 months ago

    add cookie consent tool
    Hi all, I want to add a cookie consent tool via script but somehow it doesnt show the banner when reloading the page.

    I tried pasting the code into the content field as well as adding the content as attributes.
  • ssssadsadasd-1336715452122136649

    ssssadsadasd

    14

    10 months ago

    Can anyone call my supabase function?
    I have a toddle api that calls a supabase edge function. The authorization is simply the supabase apikey which is public. does this mean that anyone (authenticated or not) can call this function? thanks
  • spaumx-1336691370265415690

    Spaumx

    3

    10 months ago

    Telegram Mini Apps
    Is such support planned? Or can I install a custom library like this one? https://www.npmjs.com/package/@telegram-apps/sdk
  • paspom-1336668536084500503

    Pascal

    63

    10 months ago

    Local Storage on Page Load is PAIN
    I'm repeatedly trying to build a dark/light mode, and the only reliable way is to do it with fomula based colors and a local storage based dark/light mode
    Query Parameters and URL parameters did not reliably work at all.
    however, the page really builds only after the first 1 second, until all formulas seem to be unpacked and the local storage is read.
    I guess this is due to toddles core engine.
    In the video, darkmode is per default "true" and a potential lightmode will be read from the local storage
    This causes the flashing in the first second.