Pricing Blog

Help forum

  • uunicode-1330969950692573297

    unicodes

    7

    5 months ago

    How to proxi an external URL (do you know any solution)?
    I have a URL image that I download to transform into a blob and then manipulate. The issue is that the URL is not proxied, and in many cases, I receive a CORS error because it is an external URL (it is interpreted as scraping). However, it’s not scraping since I provide the external URL. Do you know of a proxy service, perhaps a free one, or a solution? I only need about 10-20 requests daily. Thank you!
  • flibbertigibbet4life-1330940094038937680

    mightBeMatt

    27

    5 months ago

    This Endpoint Requires Bearer token
    I have a simple login page that currently works which redirects the user to another page. On that page I am trying to retrieve information about that user. My backend is Supabase.

    I set up an API call for the user to Supabase and I made the formula in the screenshot to pass the bearer token to the API. But in preview it keeps giving me error 401: This Endpoint Requires Bearer token. What am I doing wrong?
  • ssssadsadasd-1330901255739932752

    ssssadsadasd

    0

    5 months ago

    Why does this stripe call work?
    I am calling the [stripe subscribe endpoint](https://docs.stripe.com/api/subscriptions/create). according to the doc, it requires the customer and the items in the body of the call.

    However, when I build it in toddle it works only when I set thet customer and items[0][price] as query parameters rather than an object in the body. when I enter them in the body it says "customer missing"

    any idea why this happens?
  • ssssadsadasd-1330897368341549097

    ssssadsadasd

    6

    5 months ago

    Where to save the Stripe secret key?
    I want to make a stripe api call. I need the stripe key in the header. but the key should be secret. how can i hide it?
    The AI told me to set the stripe key using the "set session cookies" action but this only allows to set the "access token".
  • uunicode-1330883185256566865

    unicodes

    8

    5 months ago

    PATCH without overwriting with null an existing value
    How do you update a table without overwriting with null an existing value?
    I would like to avoid functions for this. Thank you!
  • francomelanieh-1330861634507509800

    Nico

    16

    5 months ago

    Selectfield problem in Safari
    Hey guys, i have a problem using safari in my toddle project.
    i populate a selectfield with options from a api call (works)
    then i "set" the value based on another api call - this works in chrome very well, but doesent set the value using safari.

    i allready tried to prevent the default styling of select elements in safari, but it doesent change that strange behavior.

    any ideas?
  • carterux-1330827871748489216

    Seun Orofin

    5

    5 months ago

    My Toddle web component is not loading on my webflow site
    I am using a simple form i created in Toddle on my webflow website it was working before...but not loading anymore..please what could be the issue?
  • kingdragxn-1330679641958256762

    Jay | DRAGXN

    3

    5 months ago

    Change Dev/Prod API URL
    I'm using a local instance of Supabase as I'm developing and the API URL would be different than production.

    I was wondering if it was possible to change a URL based on if it's in the builder vs the published site.

    Example:
    - Dev: url-one.com/team-members
    - Prod: url-two.com/team-members
  • ssssadsadasd-1330635481939054602

    ssssadsadasd

    3

    5 months ago

    Clone button
    What is the purpose of the Clone button in the pic attached? It does not actually clone the current project but only the template it was created from
  • lucvs6078-1330322888649085079

    Lucvs

    0

    5 months ago

    Filtering a list by greater or equal?
    Hey guys,

    I'm creating a simple calendar, where I have a list of 35 items that I want I want to chop into 5 separate list so I can display a 5x7 matrix.

    To do this, I was gonna use less or equal and greater or equal functions to turn the 35 items into 5 lists by filtering.

    It works when I use index is less or equal in a filter, but for some reason it doesn't work when I use index is great than or equal in a filter?
  • robertg5128-1330272536495132713

    RobertG

    6

    5 months ago

    Supabase Auth example/Tutorial
    I'm following Toddle's Todo example that uses Supabase for authorization, and it's not working for me. It's old, and there have been changes with Toddle, and I suspect with Supabase. Are there any more recent examples I can follow? Supabase's site has a Toddle tutorial, but it doesn't do auth.
  • olumise-1330228904220164158

    Olumise

    4

    5 months ago

    Issue with clearing Query Parameter
    I want to clear the client query parameter upon close of the page or modal, I read somewhere in the discord server that you just need to set the query to null and it will totally clear but mine is showing an object instead.
    What can I do, I want to clear it totally when the user closes the page or modal.

    Thanks
  • uunicode-1330211069607678003

    unicodes

    5

    5 months ago

    API Query Param by email contains +2 not working
    If you are using in the database an email address like this example email+2@email.com, it will not perform the select, do you know why? It works if the email is without +2.
  • mesmoiron-1330209192039940168

    mesmoiron

    1

    5 months ago

    Dark theme, components, authentication and passing data inconsistencies
    Hi,

    After watching the tutorial I am cleaning up my app layout. Here is the thing

    - in my preview the pages are in dark mode.
    - in live mode only the first authenticated page works flawlessly
    - the other pages are dark and all data is passed
    - in life mode, components lose the dark mode and the current user data isn't passed down
    - after publishing a branch, I need to login again in order to proceed working. Then the above problems repeats.

    Search bar:
    - in the component the name is passed by the context and is shown
    - it is shown in the preview
    - in the life version the name is null

    I put the attributes back in for now. It is easy and understandable. Later I will make a table with the flow of data and which options are accepted while testing out the troubles. I think that static data vs dynamic data is confusing. Because then it seems like it is working while it is not and I have probably made some mistakes here.

    I totally got lost in the data. I am not building a one page app, but an app with multiple pages.
  • uunicode-1330156375422013470

    unicodes

    1

    6 months ago

    context name is null in API input select.
    Hi there, is just me that has the context name null in the API select input? It works in other cases but here is null.