Help forum
- JSON Syntax error when trying to trigger Make.com webhook
Hausia
2 6 months ago
Getting this error : "Unexpected token ' " ' , " # " is not valid JSON " Anyone able to help ? - Text cursor jumps to start of input field
needtheanswers
2 6 months ago
Hi , so I format my numbers on blur which works fine but when I delete them it only works fine for the decimals . Once the decimals are gone the cursor jumps to the start of the input field and ignores the remaining numbers . The problem occurs on mobile and desktop . Any ideas what could cause this ? I need the format of the numbers to be exactly as they are right now . Thanks - Realtime
ssssadsadasd
14 6 months ago
I understand there are some sparse resources for Supabse realtime (or real time in general ) ( [1 ] ( https://toddle.dev/projects/websockets/branches/main/components/HomePage?leftpanel=design&canvas-width=800&canvas-height=800&rightpanel=events&selection=onLoad.actions.0.events ) , [2 ] ( https://www.youtube.com/watch?v=Dl_cZUrJoh0 ) ) but I do not see any video or article specifically on this topic . E .g . , a demo app like [this one ] ( https://discord.com/channels/972416966683926538/1326509571786674236/1326553753477840946 ) , together with a video to dumb it down for us no -coders especially would be extremely useful . I personally don 't know where to start with this crucial topic ! ! ! also the AI is not helpful at all (default reply is : "I dont have resources " ) . thanks - Editor.js package
Janis
15 6 months ago
Since there does not seem to be a post in packages for editor .js , I 'm asking my question here : 1 . Does anyone know whether it is possible to completely remove the option for users to make any changes to a tool -type , e .g . in my case to the text . I only want the user to be able to change the text if required , but not add any further tools . I know I can set all the tools to but then it still shows the plus and drag icons . 2 . When I load the component initially , then the data is not shown . only after navigating to another tab and coming back to this tab , the data is shown . I tested both saving the content in a variable from the api call and from the call directly , but i always have to go back and fort . Thank you very much for your help ! 🙂 - Issues with log in Magic Link
A-Chivas
6 6 months ago
Not receiving the magic link on mail to login , my devs cant accesses toddle . Plz look into this asap - Can Toddle Session Cookies Track Affiliate Conversions?
Leo
5 6 months ago
Hi everyone ! I ’m working on tracking affiliate conversions in my app built with Toddle .dev . When a user lands on my site , the click _id is included in the URL as a parameter (e .g . , ?clickid =XYZ123 ) . I ’ve built an API in my backend (Xano ) to store this click _id when the user lands , but I need to tie this click _id to the user when they sign up so I can track the affiliate conversion . Can Toddle session cookies help persist the click _id and pass it during the signup process ? If not , what ’s the best way to reliably track and tie the click _id to the user for affiliate conversions ? Thanks for your help ! - chart JS
Miles
6 6 months ago
Hi 👋 I 'm working with the chart .JS package and running into an issue . The lowest value in the data set is pltted at the centre of the chart . it looks like the value is 0 (but it 's not ) . I see on the chart .js website they don 't have this issue in their examples of radar charts and other types . Is there a way to solve this with the chart .js package ? TIA - SVG in btn
Vizualinx
29 6 months ago
i have an svg in a button , when i hover above the svg it will prevent from clicking on the button . how can i fix it ? - Missed Payment: Does It Automatically Become an Open Source Project = Clonable?
unicodes
5 6 months ago
Hi @Andreas Møller , I ’m writing this because it ’s important for the community to understand what happens if a payment is missed (for any reason , including inability to afford it ) and to prevent going in a grey area . An open -source project means that the community can clone it , and in some cases , cloning a project that was initially private could lead to legal implications or cause damages . In such situations , what happens ? Will the project that was private become unavailable to new visitors , or will it automatically become open source and accessible for anyone to clone ? I would recommend implementing a mechanism where the project becomes inaccessible to everyone (including visitors ) except the developer (project owner ) . Additionally , it should not be published or made open source unless explicitly authorized by the owner (through payment of the plan ) or deleted . Is it possible to have a plan where the project isn ’t live (even open source ) , but you can continue creating in a private environment without granting visitor access (users that access your app ) ? For example , a plan where you pay x $ per year just to store your code and run your development environment when needed , but without access for visitors , in order to keep your maintenance costs and margins . I believe such a plan , even with a small margin and low cost , would be a success because of the affordability . Anyone would be willing to pay for having a private environment just for development (like pay to download and use Visual Studio Code , but not for publishing the code ) . Thank you and wishing you all the best ! - Global formula
Vizualinx
30 6 months ago
Is there a way for a global formula to access variables or APIs ? - Web Component Pricing
Maxime Brunet
57 6 months ago
Hello I want information about the pricing , my goal is to create a web component for a client . This web component will be visible on pages with millions of users (2 -5M ) . Is the starter plan ok ? - best way to store data in a session supabase and toddle
ssssadsadasd
19 6 months ago
In you can easily add new columns to a user table and then easily access those columns through e .g . "current user 's profile picture " . In you cannot add new columns to authentication and thus you need to add a new table with such columns as profile pic , first name , last name , etc . Now , I would need to have easy access to these values . What is the best way I can store these variables of the current user (profile pic , first name , last name , etc . ) in the session for easy access so that I do not have to make an api call everytime I need them ? So , the moment the user logs in the variables are stored and , ideally , they are updated automatically if the user changes them Thanks - Path parameter not updating on click
Seun Orofin
10 6 months ago
I am handling different views on my app based on the path parameter . . .but on click of each button that should update the path . . .it is not changing . . .it is working in the editor but not on the live preview - Still need help for this one!
vanishklift
0 6 months ago
- how to check when to use date from string?
unicodes
0 6 months ago
I tried using an if statement to check whether the input date needs to be formatted with date .fromstring or not , but it isn ’t working . Formatting the date with date .fromstring all the time causes issues in some situations (e .g . , when the input is empty ) . What solution do you use to determine when date .fromstring is needed and when it ’s not ?