Pricing Blog

Help forum

  • uunicode-1362120626164203661

    unicodes

    17

    3 months ago

    Prefer estimated count using RPC (supabase)
    How to get the results of Prefer estimated=count but using RPC? I have a function with limit and offset but this doesn't work anymore with Prefer estimated count. A solution would be selecting all and then filter as per limit and offset but this isn't efficient for db, is there an efficient solution like Prefer?
  • petershaw99-1362022082937884852

    PeterShaw

    3

    3 months ago

    Calendar Question
    I am currently building a yearly calendar because unfortunately the components dont fit my needs.

    I am trying to let every month start with a monday but somehow I cannot figure out which node to use. The shown month should start on Wednesday.
  • dfeinberg5-1361805141702869254

    Danny

    19

    3 months ago

    Can API requests within components be done server-side or only at the page level?
    I thought API requests within components could be done server-side as long as auto-fetch and server-side fetching were both on, but it seems like they're fetched after page load (I can see the requests for each API in my network tab). Is that right or am I maybe missing something / misunderstanding?
  • martinf4630-1361708023747448983

    MartinF

    11

    3 months ago

    I can't create a page called login as previously deleted it.
    I need to get a deleted page made available again on a couple of projects. Can i DM someone with powers? Thanks
  • kova2966-1361372854574125250

    Kova

    4

    3 months ago

    robots.txt
    Hi there, could pappa Toddla help a toddler like me, just a quick question, does having a robots.txt in public repo on github, copy/pasting link in project settings under Robots.txt work, or is there another way of doing it? thank you 😄
  • .targox-1361353445818372336

    Targox

    3

    3 months ago

    Custom fonts for components
    Components don't have 'head assets' so there's no way to add a custom font through there.Is there a way to upload and use a custom font directly within a web component (not Google)? Since the component doesn’t inherit styling from the parent website, that’s not an option either. Thanks!
  • ssssadsadasd-1360987618501853224

    ssssadsadasd

    11

    3 months ago

    Best way t o store such data as user name, profile pic, etc.
    During a user section I want to save such data as user name, user profile picture, username etc so that I do not make an extra call everytime.
    I am using supabase, and I initially thought saving these in the supabase user_metadata would be the best solution but this is not reccommeded apparently. so I was wondering what is an alternative solution?
    save to local/session storage does not seem a good option? will the "save to cache" feature that will be coming to toddle fit to this case? thanks
  • petermac7886-1360949057685553312

    petermac

    8

    3 months ago

    Scrolling in toddle
    Hi

    I'm having problems scrolling in toddle menus, e.g. the right hand panel, say styling as an example. I'm on a laptop with no scroll wheel, sometimes I can scroll down with down arrow on keyboard, sometimes I can't. Sometimes holding down left button and dragging down will scroll sometimes it doesn't. Are there invisible scroll bars I'm missing? In general I find it hard to scroll down in toddle menus and sometimes I'm not sure if there are more items or not when trying to scroll. Any tips on scrolling on a laptop?

    Thanks
  • 101kwinner-1360544293101633607

    101kwinner

    12

    3 months ago

    authentication issue: No data in response of api call.
    Hi I am having issues with getting data in the response section of my api call for my sign up page. Every time I test it it gives me an error: "Unable to locate request". I have watched the tutorials, the body in the api call has the data in the formula, the submit action does trigger for the sign up form, and I have downloaded the Toddle plugin, though I am not sure what that does. Despite this, it still gives me the same error, I am using Xano for my backend. Any help would be greatly appreciated
  • petershaw99-1360357443808399501

    PeterShaw

    1

    3 months ago

    Popover for profile settings
    Whats the best way to build a profile settings modal as shown in the screenshot? Now its a popover but I struggle with the placement. I want it to be placed directly below the parent button which is a problem when the screen width changes
  • yann_prigent-1360222988967870702

    Yann

    0

    3 months ago

    Font size shortcut
    Hey there,
    I was wondering why when you choose a preset font size,ie font-size-base, it gives you a value of 1rem.
    Until here everything ok but once set if you use the shortcut(ie ctrl + arrow up or down) to increase or decrease it the value is reset to 0 and changed to pixel.
    Is it a normal behaviour?
  • immaculate_tiger_15139-1360220869443453048

    Kai

    11

    3 months ago

    passing values between pages
    Hi,
    I have a question about passing values.
    I have an overview page /members with a list of users. For each user, the name, email address, and a "view profile" link are displayed. How do I pass the user_id to the /profile page so that I can pass it to the Xano API?
  • iampointi-1359858225113071968

    Stefan

    10

    3 months ago

    Check if user is logged in
    Hi,

    I am trying to simply check if the user is logged in = has a session cookie "access_token".

    But if I get the cookie in a formula via "get http only cookie" it returns the placeholder {{cookies....}} - so it is never empty, also not if there is no cookie.

    Whats the best way to simply check if the user is logged in?

    PS: I dont want to make an api call just to now if the user is logged in.

    One idea would be to use session storage for that, but also not ideal I guess.
  • petershaw99-1359834685504753785

    PeterShaw

    6

    3 months ago

    Copy component
    Hi, maybe Im missing something but I cannot copy a component from project A to B.

    It says "this component does not exist in this project."

    Any ideas?
  • leo_o_o-1359543894068433026

    Leo

    5

    3 months ago

    Social media Infinite scroll
    Hey guys, I was wondering how to reproduce the infinite scroll like the one similar to social media where the more you scroll down, the more content gets rendered.

    I can’t quickly figure out how to make an API request and add the content on top of what has already been rendered.

    I would appreciate any response.