Help forum
- How to Set stater-pack Inline Value Edit Text Color
KillerK009
10 2 months ago
I 'm trying to use the starter -pack package inline -value -edit component and it looks like the default text color is black . This doesn 't work with the dark theme I 'm trying to use in my project since the background is dark and it makes the text hard to read . Is there any way to change the text color ? I 've tried setting the text color value on the parent div which changes other text elements but doesn 't seem to impact this component . - Why is the context data returning null when it is in a variable?
needtheanswers
5 2 months ago
Hi , I have a data component I use to pass data on via contexts . (data component to other component ) When I put the data of the context in a variable it returns null . What ´s the reason for that ? - Set text color based on range
Moonpie
4 2 months ago
How can i setup text color based a number range , say if its 0 then red , if its between 1 and 10 then yellow and if its more than 10 then green ? - Scroll Bar not showing
Jehex
7 2 months ago
Hi there , I have a small css issue about my scroll bar , Im currently building a chatbot where the messages scroll up , the problem is that I have to center my div ( which have layout set to auto and is a flex container ) for see the scrollbar , when I set this div to the bottom right , my scrollbar just dont want showing even if my messages are outside the div , sorry if its not clear , feel free to ask any infos . Thanks ! - How to proxi an external URL (do you know any solution)?
unicodes
7 2 months ago
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 ! - This Endpoint Requires Bearer token
mightBeMatt
27 2 months ago
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 ? - Why does this stripe call work?
ssssadsadasd
0 2 months ago
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 ? - Where to save the Stripe secret key?
ssssadsadasd
6 2 months ago
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 " . - PATCH without overwriting with null an existing value
unicodes
8 2 months ago
How do you update a table without overwriting with null an existing value ? I would like to avoid functions for this . Thank you ! - Selectfield problem in Safari
Nico
16 2 months ago
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 ? - My Toddle web component is not loading on my webflow site
Seun Orofin
5 2 months ago
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 ? - Change Dev/Prod API URL
Jay | DRAGXN
3 2 months ago
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 - Clone button
ssssadsadasd
✅13 2 months ago
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 - Filtering a list by greater or equal?
Lucvs
0 2 months ago
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 ? - Supabase Auth example/Tutorial
RobertG
6 2 months ago
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 .