Help forum
- Cookie extention not really working.
Jonathan Fors
5 1 month ago
I am working with authentication for my application and as I understand it I 'm supposed to use the toddle browser extention . I 've got this installed and it used to (sometimes ) work but now it is just completely broken . Basically I 'm unable to test api requests or any logic directly in toddle if it uses a cookie , which is pretty annoying . I 'm making progress by testing with the branch staging link and adjusting in toddle , but it 's not ideal of course . What can I do to get the extention working again ? I 've tried reinstalling it , logging in /out of toddle , clear cache , clear cookies . - Updating text with variables
NicoAllgood
11 1 month ago
Can I update text on page using the first _name variable which has been set from data pulled from an API call ? I think I read that this is how it works , but it doesn 't seem to work for me . . . any ideas ? - Toddle is broken! I can't delete events.
NoCode ProCode
7 1 month ago
- What do you use for adding google tag in your project?
unicodes
9 1 month ago
I 'm looking to add google tag for analytics or other services like facebook pixels . Read here that there is Pixel and someone tried to add the script in the assets but doesn 't work . What do you use ? - Bug Bounty
vickyvk
π13 1 month ago
Hello Do you have a bug bounty program for your website ? Thanks - Error 500 after domain update.
unicodes
5 1 month ago
The new domain is active and loads correctly , but I cannot log in or sign up . I receive a 504 error when signing up and a 404 error when logging in . Logging in works from the Toddle URL , but signing up does not . Do you know how to fix this ? Thank you . - Realtime vs call the API every x minutes (Supabase, Notifications)
unicodes
1 1 month ago
I was considering calling the API every x minutes but this takes a lot of requests . What do you use for app notifications ? - Set path param from within nested component
Danny
6 1 month ago
Should I be able to set a page param from within a nested component (e .g . a navigation sidebar ) ? I 'm pretty sure I used to see the URL actions , but nothing is showing unless I 'm on the top level page component . - Move components between project with styling
A-Chivas
1 1 month ago
Faced an issue while migrating components from 1 site to another how do I change the colour as per the new theme ? - Web embed design and dimension
A-Chivas
4 1 month ago
Anytips on how to design components for the web embed , I am creating a form , and thinking what would be the best way to make it responsive and in such a way that the user of the component can control the dimensions with the parent div on the page it is embedded - Best way to move objects on the screen?
PandaBearMe
16 1 month ago
I have a habit of trying to drag elements on the screen but so far I 've only been able to manipulate positioning with the X and Y 's under placement . Is this the best way ? It feels really slow when I have to move several elements on the screen . - dont know why I can see these lines here on the screen, not part of the design..
A-Chivas
9 1 month ago
- Extracting Object Data via Find.
Iwooo
4 1 month ago
I 'm trying to get an Object data from Array . I 'm looking for an Object with exact value in "Name " key . Find function should do the job , but I 'm not sure how to set it up properly it seems π What am I doing wrong ? The output is always first object of an Arrray - not third (I 'm using name of third object for a test (JN1 -Item3 ) ) . - Popover API: Input fields on mobile/ touch
Janis
7 1 month ago
I have a popover in my app using the popover api . This popover has an input field where users can enter links . It works fine on desktop , but it doesnt work on mobile . I believe it has to do with the focus state but i cant figure out how to do it on mobile / touch . Does anyone have an idea how to solve it ? - Not receiving callback in preview mode
Jehex
0 1 month ago
Hi there , Im using a real time event that I send to toddle , then get the data of this event and set it to the attribute of my child component . On this child component Im using " on attribute change " who call an API for refresh a list , so basically when the component receive the callback or when the call back is updated , the event should be triggered . Issue is that everything working well on editor mode but the event is not triggered on preview mode : / What 's can be the solution ? If you need more infos let me know