Help forum
- ScrollBar X-Axis
vanishklift
9 2 months ago
9 Nov 2024, 22:30
- Slots
zefunha
✅19 2 months ago
9 Nov 2024, 18:48
Hi I have created a component and added a alot in it . But when am back on the page where I have the component , I have not way to add an svg /img to the slot . - Bearer Access issue?
Fisher
7 2 months ago
9 Nov 2024, 15:46
Using API v2 , I 'm trying to add an authorization header . I didn 't have issues adding this in V1 , but with V2 , I now get this error : "JWSError (CompactDecodeError Invalid number of parts : Expected 3 parts ; got 2 ) " I 'm using the default "Authorization " string thing that toddle puts out . - Variable not bound to API input parameter
benjabievres
0 2 months ago
9 Nov 2024, 07:13
- API call not triggered when typing in an input
benjabievres
3 2 months ago
8 Nov 2024, 16:49
- contenteditable span event
asad
0 2 months ago
8 Nov 2024, 14:52
what event should i use for contenteditable span to use it as an input mainly because the input element cannot have auto resizing . - paste event - how to get the data?
needtheanswers
15 2 months ago
8 Nov 2024, 12:59
What exactly do I have to select here to get the text in my clipboard ? None of the things seem to directly get the value of the text . . . Thanks 🙂 - Supabase Webhook help
unicodes
13 2 months ago
7 Nov 2024, 21:59
- v2 API builder debounce not working and toddle test vs preview in new tab not matching
Leon Marseglia
3 2 months ago
7 Nov 2024, 20:18
I migrated an api to v2 of api builder and now debounce doesn 't seem to work (I have a input field for search and debounce of 300ms which worked before migration ) . Also when i type into my input and then clear the input , the api triggers and shows all results via toddle test (press T ) . This is what I want . However when i preview in new tab , type in the input then clear the input i get 0 search results . Weird that I get 2 different outcomes but it 's the same project version ? @Andreas Møller not sure if I 'm missing something here ? - Slower API after migrating to v2
Janis
14 2 months ago
7 Nov 2024, 20:10
I just migrated to v2 and noticed that my Supabase APIs now load significantly lower . I did not change any other settings apart from hitting the migrate button . did anyone else notice the same or is there anything else I need to configure ? - Issues with access_token
saillmone
0 2 months ago
7 Nov 2024, 10:50
Hey guys , I 'm having trouble with the cookie acces _token to call APi with Autorization (Supabase - I have already tested in the editor and in the preview page , I cannot access it . - The Toddle extension is installed . - No problem with a table without RLS (supabase ) - I cleared the cache . Can anyone enlighten me on this ? Thanks in advance - Repeat & Responsivess for cards
Matthieu B.
5 2 months ago
7 Nov 2024, 09:10
Hey toddlers , really struggling here for 2 things , related to "Repeat " and Responsive . 1 ° ) I 've tried to remove the "Repeat " over my div block , by removing the formula , but the repeat 🔁 symbol stays on my left panel . Why ? 2 ° ) I have a list of cards that use " " I want the card to vary width between 240 and 280px to stretch 100 % of the screen width . How do I do that ? - How to think about multiple on success events
Danny
6 2 months ago
7 Nov 2024, 06:17
When building an API , there are events , such as on success . However , there are also the same events when building different workflows . I 'm curious if anyone has thoughts on when to do it one way vs . the other (screenshots attached ) . They way I 've been thinking about it is setting the event on the API itself if I know it 's something I 'll want to do in that instance and setting the event in the course of a workflow if it 's specific to a certain instance , but not necessarily something I would want to do in all cases where I might call the API . Also , does the event within the API get called before the event in the workflow ? Hopefully that makes sense ! - API Redirect Rules
Joce Nunes
1 2 months ago
7 Nov 2024, 03:53
I 'm setting up a redirect rule so that if my API response status is not 200 , it should redirect to the Home page . The API has both auto -fetching and server -side fetching enabled . The issue is that , even when the API returns a 200 status (meaning it shouldn 't redirect ) , the rule is ignoring this condition and redirecting to Home constantly . I also tested using "is server , " but the redirection still happens without respecting the established logic . Does anyone know if this could be a bug , or am I doing something wrong in the implementation ? - Overflow and Scrollbars
Stockton
13 2 months ago
6 Nov 2024, 22:59
I have 6 scrollbars ! ! ! Amazing ! But how do I not have 6 ? I 've tried things but alas , I can 't figure out how to make it so I don 't have all the scrollbars . Also need to the main content area to allow for scrolling but not the left nav .