Help forum

  • .kittiphum-1316552511313809418

    Kittiphum

    5

    3 months ago

    PDF package
    I am using the PDF package by @Jacob Kofoed and i am trying to load in a PDF File dynamically. So on click on a item it takes the url and puts it in but i only get Loading PDF. Nothing happens
  • jocenunes-1316434101489893427

    Joce Nunes

    19

    3 months ago

    Colias Authentication
    I’m currently facing an issue with authentication calls in my system. While all other APIs are working as expected, the authentication endpoints that require a token are returning a 401 Unauthorized error when accessed from specific domains.

    For example, this domain https://example.store.com/login is pointing to toddle customer.app.platform.store/store/my_store/login.

    If I authenticate on customer.app.platform.store/store/my_store, the call to authenticate customers works correctly. However, if I try to authenticate here: https://example.store.com/login, I get a 401 error.

    Here’s the fetch request from example.store.com:
  • petershaw99-1316429038214185040

    PeterShaw

    2

    3 months ago

    Buildship + Supabase + OpenAI
    Hey all, this is not particularly a toddle question but I am working on a backend with Supabase and Buildship to be able to communicate with OpenAI.

    In Buildship I trigger OpenAI by creating a new row in Supabase. Then I receive a generated text from OpenAI (for example 1. red, 2. blue, 3. green, 4. purple). I want to add these outputs into a new row in supabase.

    How can I seperate the output so that I can add 1.red to row color 1, 2. blue to row color 2,...?

    Many thanks
  • building_stuff-1316427527501250580

    Janis

    2

    3 months ago

    Dynamic API body -> keys
    I have a page where users can update various values in the same supabase table (e.g. business_name, ftes, location, domain). These values are edited one by one, so when one value is edited, they should be patched.

    How can I make the keys dynamic so that i don't have to add multiple api calls?
  • gedela-1316290127965978664

    GeDeLa

    1

    3 months ago

    Unable to copy-paste elements
    Hi all, I tried to copy paste a td-element (table data cell) in a tr-element (table row) but somehow a new td-element is not created, is this expected behaviour or a bug?

    See attached GIF.
  • sashakuzovlev-1316279337049264178

    Sasha Kuzovlev

    2

    3 months ago

    Working with GSAP Animation
    1. I tried to write a simple Action code (screenshot). But it gives an error.
    Uncaught (in promise) TypeError: Cannot set property window of #<Window> which has only a getter
    at gsap.min.js:10:160
    at gsap.min.js:10:175
    2. I have not found a good guide on how to properly connect GSAP so that it is available in the entire project, or at least on the entire page. Can someone suggest step-by-step instruction?
    3. Are there plans to create animation management functionality in the near future (as an example, you can look at the functionality of keyframes and states in RIVE)?
  • frankenwompus-1316138392882511963

    Fisher

    34

    3 months ago

    Setting Select Drop Down Option based on URL Parameter
    I'm able to get the URL Parameter from the URL, and set the Value of the Select option based on it, but I can't seem to figure out how to set which Select option is chosen based upon the URL param.

    It's like the Value is being set, but the Label isn't changing.
  • benjabievres-1316122983466664057

    benjabievres

    26

    3 months ago

    Best practice to chain API calls
    Hello,

    I have a select element filled from a API Call 1.
    When I choose an item in this select element, I call an API 2 and fill a second select element.
    And when I select an item from the second select element, it calls an API 3; results are displayed in a List.

    So far, it works fine, I leverage the « Changed » trigger of each select element. But I have some issues:

    - each select elements refreshed the change event of the other element show the last item of the resulting API calls => how could I ensure the first element is displayed first?

    - when I select another item in the first select element, API call 1 refreshes the second select element. But the list is not refreshed => shall I use a different event than « changed » in the second select element?

    Do you have any best practice to handle chained elements that leverage API Call?

    Thanks
  • james_97118-1316114828800037009

    0xJam3s

    15

    3 months ago

    HTTP Cookie Bug
    Hey guys, it seems my bearer token is saving but when I get the HTTP cookie it doesn't get pass the value to the my following api calls. It was working earlier. Any ideas, why this might be?
  • ssssadsadasd-1316057118658269194

    ssssadsadasd

    1
    6

    3 months ago

    Space between
    In bubble (and in css from what i see) there is an option called "space-between" which basically moves div A to the left and div b to the right of the parent row div (see pic). how can I do this in toddle? I tried the different optins in the 3x3 grid but could not find a working combination. thanks
  • ssssadsadasd-1316044778651254784

    ssssadsadasd

    32

    3 months ago

    Max width for page?
    I want my page to not exceed 1200px and be located at the center. so in the main div of the page I set: max width = 1200 px and layout = align top center. but the div still remain at the left. how could I solve this? thanks
  • codenitrr-1315973944024760360

    codenitrr

    16

    3 months ago

    API URL changes automatically
    Hello. I'm having some problems sending a REST API request. In terms of authentication, the API works as follows: GET URL: https://{api_key}:{api_secret}@{cluster_url}/{shop_language}/{resource}.json

    If I enter these values and put them in toddle's URL box. Then it automatically removes the values before @.

    So example (fake data) with this request:
    https://e80d99sfgsf8adfadfadcb7sfg409a:ea624fc02226adfadf22222c1c032f09a@api.webshopapp.com/de/checkouts/123455.json

    the request is eventually made to

    https://api.webshopapp.com/de/checkouts/123455.json

    I don't know if I'm doing something wrong or if this is a bug. I also tried encoding the url, but this too was unsuccessful. I suspect it has something to do with the @ sign for api.webshopapp.com
  • dfeinberg5-1315897924026372106

    Danny

    15

    3 months ago

    200 API response, but data appearing under error rather than data
    Hi there! Hoping someone might be able to help me out. Running into a super weird issue where I have a Xano API endpoint that works fine and returns a 200 response along with some data, but that data is showing in Toddle under error rather than data.

    Has anyone seen this before or have any ideas? Everything in Xano looks normal.
  • elli4931-1315798294978625599

    Vizualinx

    5

    3 months ago

    Branch Syncing
    Up until now i have only been using branching for versioning, i never figured it out but now i have to figure it out.

    I am in middle of building a new feature for my app, and i had to fix some stuff on the live version, i created a new branch made the fixes and published it, i didn't touch anything that i changed in the other branch. but now when i went back to the other branch i can't sync it with the live version (see screenshot).
    I had the same when i tried doing this in the past, that's why i have only used branching up until now for versioning only.
  • ssssadsadasd-1315673236301680771

    ssssadsadasd

    3

    3 months ago

    Chat template?
    Just wanted to know whether there is any chat template (whatsapp like) that we can quickly copy-paste in our app. I could build this myself but just to make sure there is sth already built.
    thanks

Stop scrolling. Start building.

toddle is a visual web app builder that rivals custom code — but accessible to your entire team!

Try toddle — it's free!

© Copyright 2024 toddle. All rights reserved.