Help forum
- Nordcraft and Google Tag
unicodes
4 3 months ago
Hi there , who are you ? I was looking into how Nordcraft added the Google Tag because , in my case , it is impacting performance significantly . I noticed that Nordcraft isn 't using Google Analytics , or if they are , it ’s not visible in the header . What do you use guys ? Since the Google Tag was affecting performance , I added async set to true . Do you know if this affects the Google Tag in any way ? It worked to reduce the down rate of lighthouse and is visible in google tag manager , but maybe some of you tested this and find that maybe asyc included in this way limits the tag . Thank you ! - Help on Toast
Sakamoto
4 3 months ago
I need some help with setting up toast messages after an API call . I 'm using Spark Core but I 'm having trouble understanding the documentation for this specific feature . Has anyone done this before ? Is there a good guide or tutorial you could point me to ? Any help would be greatly appreciated ! - Password protecting individual pages
Baffour
10 3 months ago
- Components Library
Sebastien T - gAIme changer
9 3 months ago
Hello , instead of building everything from scratch , do you have any components library ready to use ? Thank you ! - Optimize dynamic data from api calls
Jehex
0 3 months ago
Hi there , Im in the process to optimize the speed of my app , especially the api calls : some take 1 to 2 seconds to load and it 's make sometimes the experience of navigation not smooth ( especially when some htlm elements showing or hiding depending of the data return ) Would like to know if it 's still possible to use storage session for dynamic data , for example an api call who return a list of conversation + number of conversations ( chatbot ) and who is store into the session storage . At each " on load " I verify if the number of conversations is egal to the number stored into the cache ( so the user didnt create any conversations ) , if yes > I just load the data from the cache if not > I reload the api with the new data . Im not sure if it 's a good idea as it 's complexify a bit more the app . Thanks ! - Page overscrolling

ssssadsadasd
5 3 months ago
- Maximum call stack size exceeded - how to find the element?

needtheanswers
26 3 months ago
- How do you organize your variables?
Luca_
3 3 months ago
When you have a main object that includes related “addon ” data , how do you structure and manage it on the frontend without ending up with a messy implementation ? Example : You fetch a Product object from your API , which already includes its Category as an addon . In your form , you need to edit the product ’s details and also choose a category from a separate list you ’ve fetched via another API call . How do you handle the incoming object with its addons and track the user ’s edits ? When submitting changes , do you send only the modified fields (PATCH ) or the entire object ? What is considered the most flexible best practice for this scenario ? - Find a specific object of my array store in local storage
Jehex
30 3 months ago
Hi there , sorry it 's obvious but the ai assistant not working for me and as I working with data from local storage I cannot really see what Im getting into the formula tab . Im just wondering how get a specific object from my array of object by looking for one of his key /value ( let 's said I want to get the object who contain the key value name = nicolas ) Thanks you 🙂 - Issue with Supabase Bearer token

Xavi
4 3 months ago
Why do I keep getting the error "This endpoint requires a Bearer token " when trying to get the current user in Supabase ? I 'm using the node "Get Http -Only Cookie " . I 've already checked the cookies in my browser and the access _toke exists , so I don 't know what I 'm doing wrong . - How to Save Slider Output in a Variable
Loki11
✅11 3 months ago
I have created a slider component using HTML , CSS , and JavaScript . Now , I want to store the weight value output from the slider so that I can send it to the backend via an API . - placement in select field

PeterShaw
4 3 months ago
Unfortunately I cannot place the content of a select field centered . Is there a bug ? - AI assistant not working at all
Jehex
32 3 months ago
Hi there The nordcraft ai assistant not working , I try everything to make it work but it 's keep loading without getting any answers , I clean the cache and cookie , use incognito tab , disable all extensions , try another browser , disable by firewall / antivirus / proxy / adblockers and even reset everything from my network . Few days ago I use a VPN and it 's worked but now when I using the same vpn / country it 's still not working . I had a similar issue with Xano with their chatbot and disable completely ad blocker Ad guard did the job , for nordcraft the issue seems more deep I just have this weird error from the google search console with nothing else ( screen ) Here a quick video of the issue : https://www.loom.com/share/052e00178e234491a1699182f1546182 I really need the assistant , would be awesome if anyone can help me 🙂 - Why does html oninput not work when the input field is wrapped in a component?

needtheanswers
17 3 months ago
Hi , I have an input field component and wanted to allow only numbers , dots and commas . For that I ´m using "oninput " . It does work but only when the input field is on the page . If the input field is wrapped in a component it doesn ´t work - doesn ´t matter if the value for oninput is hardcoded or set via attributes . Why is that ? - Redirect URL
Jehex
3 3 months ago
Hello there , very quick question , my landing page is finish and I would like , for security reason redirect every users who try to have an access to my /app page to the homepage page , I know theyre is redirect rules but it 's for api as I remember and unfortunately the ai assistant not working for me 😅
