Help forum
- Nordcraft return outdated data to Xano
Jehex
2 25 days ago
Hello , since this morning Im getting wrong data back from nordcraft to Xano in many endpoints ( didnt modify anything from Xano ) . If anyone know how I can fix this issue ? Wondering if the issue come from xano or nordcraft . - Event Management Website
vanishklift
✅14 25 days ago
Hey , a Client of mine needs a Website for their Senior Activities Club where they do Events like Trips or Sport -Events etc . Any tips on how to build the backend so they can manage everything in one place (Website Content , Events , Attendees , Custom Form per Event , Analytics (like how many 60 year olds participated last year ) Would this be a harder project to do in toddle ? - Slow Load Times – How Do You Optimize Xano Images?
Luca Heck
2 25 days ago
Hey everyone 👋 I ’m having slow load times because Xano sends image files in full resolution — even tiny ones like 48x48px profile pics . Xano offers ?tpl =medium and ?tpl =small , but : • small is way too compressed • medium is often too large • And both don ’t seem to improve load times much or work reliably Do you use srcset with Xano ? Do you resize /compress images before storing them (e .g . via Function Stack ) ? Or any other tips for optimizing image delivery ? Would love to hear your approach . Thanks ! 🙏 - Please give us back the old way to add values (size, etc)
unicodes
1 26 days ago
In the past , it was enough to change a value by simply typing or adding it . Now , you have to press Enter each time , and in most cases , even after pressing Enter , the values aren 't saved . You often have to come back and add them again because they weren ’t saved the first time . - Popover not working properly
Vizualinx
5 27 days ago
Can anyone explain why this is happening ? (or is this a bug ? ? ) - Events
Vizualinx
2 27 days ago
Is there a way to pass events from a few levels /components deep without having to pass them through every component /level ? (Like context but the opposite direction ) - How to update deep value in json tree
SkiinBerlin
11 28 days ago
I 'm building a self referencing component where you can add sub objects indefinitley . I got it work ! But the issue im having now is how to handle edits to the object . Lets say im a few levels in the json , and change a value . This level has no knowledge about its parents . So i try to send the data up , but sending the data up a level is on the child object , but that is the same component as the parent object . so aaaahh im really confused . here 's what i have so far . i tried with events and stuff but still wasnt able to get it working : https://editor.nordcraft.com/projects/sapphire_bossk_gastric_panda/branches/start/components&sourceid=chrome&ie=UTF-8&sei=_w9TaNTuFPrAi-gP9ZOY8Qg The end goal is that the json will be a value in a table . so any change done visually , will get sent to the db and then be reflected in the builder . Thanks ! - supabase & cloudflare turnstile (2)
ssssadsadasd
5 29 days ago
So I managed to make supabase and turnstile work as explained [here ] ( https://discord.com/channels/972416966683926538/1382765872522854612 ) . now , I need turnstile in three occasions : signup , login , and forget password . each of these is a component . however , when turnstile loads a second time (e .g . when I go from signup to login ) it says : [Cloudflare Turnstile ] Turnstile already has been loaded . Was Turnstile imported multiple times ? , which basically is how turnstile prevents the widget being loaded more than one time . the only way to make it work again is if I reload the page . now my question is : how can load turnstile once per session and then use that key that was generated in any call that the user makes ? thanks - Progress bar changes dynamically on a different page
Diposite
0 29 days ago
Hey everyone , I 'm trying to make a dynamic progress bar . On one page , I have a simple progress bar , and on another page , I have four buttons (100 /200 /300 /500 ) . The idea is that when I press a button on the button page , the progress bar advances based on the button 's value . (The bar goes up to 25 ,000 , so it 's a variable that converts the total amount of the variable into a % so that the progress is easy . ) I was able to make a bar with buttons on a single page , but I can 't do it on two different pages . Do you know if this is possible , and if so , how to pass the information ? (When the button is pressed , the bar should increase without reloading the page . ) Thnaks for the help ! - API staging / environments with Xano and Nordcraft
chrisr
0 1 month ago
Hi there , I 'm currently researching on how to setup staging and environments in Xano and Nordcraft . As far as I understood , I 'd have to work with different data sources and branches in Xano . Do you have any best practices for that and especially the integration of different environments in Nordcraft ? At this point , I 'd probably create a global formula with the environment -type in it and dynamically set the Services base urls based on it . However , I figured that APIs already in use would not update throughout the project if modifying the Service . Looking forward to hear your thoughts ! - The deleted package is still visible in the project.
Dmytro
✅18 1 month ago
Hello , I cloned a package (Spark Core ) from the Marketplace and installed it in my project . I then realised that this was not necessary and deleted the cloned package without uninstalling it from my project . However , the components from the deleted package are still displayed in the ‘Add element ’ window . And no package is displayed under Packages > Installed . What can I do to remove the package cleanly from my project ? - "www"-activation redirect of the Nordcraft website from
Luca Heck
1 1 month ago
I have deposited an individual domain on my project - > ueberstunde .com Now I want www .ueberstunde .com to be accessible as well . I know that you create a CNAME with www in my DNS Records and the website can then be accessed . I have done this , but despite waiting a few hours I get an error from Cloudflare . How can I make it so that when a user accesses www .ueberstunde .com , they are either redirected to ueberstunde .com or the page can be accessed via www ? - Three.js Support in Nordcraft? Trouble Loading Blender Models
Ekaterina Swoboda
2 1 month ago
Hi everyone , I 'm trying to create an application that uses Three .js to render multiple 3D objects I created in Blender . However , I 'm having trouble getting Three .js to work properly , and I 'm not even sure if it 's possible to load formats like .obj or .glb directly in this environment . Has anyone managed to successfully integrate Three .js or found a way to render Blender -exported 3D models ? Any help or direction would be greatly appreciated ! - Can I listen to a component event?
Pascal
0 1 month ago
To be specific : I 'm building a package this package has its internal Menu Interaction system I want to utilize the Spark Swipe Handler to make it close my menu element I want this without any setup in a separate project component Instead : I want to listen to the onSwipeOut event – but I can 't do a getElementById of course because the event is by the component - Limitation working with large JSONs as attributes and events test values
yoelfdz
13 1 month ago
I 'm working on an app in which we need to work with large JSON structures . I 'm constantly facing the issue of "Temporary connection issues " in the editor , which probably occurs because it 's unable to save large amounts of data through Cloudflare . This happens when adding test values on attributes and events It 's not allowing me to work on the project . Does this have a solution ? If not , I would appreciate any tips to bypass this limitation . I 've been struggling with this for quite some time