Help forum
- Limitation working with large JSONs as attributes and events test values
yoelfdz
0 1hour 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 - How to use the Reduce formula?
Edwin Paul
9 1 day ago
Trying to wrap my head around the Reduce formula in NC . I think I ’d get it better if someone could walk me through a use case . - CSS resize attribute set as variable not working in component instance
MVvdV
0 1 day ago
I have a component with resize : var ( - -resize ) ; set on the root div , the style variable gets its input from a component attribute . Inside the component works fine but any component instances on the page don 't show resize capabilities . - Convert HTMLcollections into Arrays to use Map and Filter
MVvdV
3 1 day ago
Is there a native Array .from ( ) method in nordcraft to make usable arrays from HTMLcollections ? - API Redirect For User Roles
Brian
5 1 day ago
Pretty New and I am working on an app that has 3 user roles . . .Admin , Staff , Hotel . I have it setup that when the user logs in , the response returns the auth token and the user 's role . Can someone help me with regard to the redirect . I have been trying to set it up where each user role is directed to their dashboard . for some reason , if I am using "admin " data in the test , it will not allow the setup for the "staff " or "hotel " redirects . I may be doing it wrong , but could someone give me some direction on the correct wetup , please ? Thank you in advance . - supabase & cloudflare turnstile
ssssadsadasd
9 1 day ago
has anyone managed to implement supabase turnstile for signup /login forms ? this is a bit different [from this ] ( https://www.youtube.com/watch?v=dmP5Xg4wW0E ) , as I am using supabase 's Bot and Abuse Protection features (see image ) . been getting the following error . I am pretty sure that all the sitekey and site secret data are correctly set up in supa , cloudflare and nordcraft app . any one has experiences this before ? thanks { "code " : 500 , "error _code " : "unexpected _failure " , "msg " : "captcha verification process failed " , "error _id " : "94eae23d37c2f5cb -AMS " } - Dynamic Subpages Not Listed in sitemap.xml (e.g., website.com/{city_name})
Luca Heck
8 2 days ago
I have a large website with many dynamically generated subpages , for example : website .com / {city _name } (e .g . , website .com /berlin , website .com /muenchen , website .com /prag , etc . ) I want to list all these subpages in my sitemap .xml so that search engines can index them properly . Currently , only pages without a path parameter are listed in the sitemap , and none of the dynamic subpages (with {city _name } ) appear . How can I generate and include all these dynamic URLs in my sitemap .xml ? Is there a recommended approach or best practice for adding a large number of dynamic pages to the sitemap ? Thank you for your support ! - why isnt markdown working in markdown block?
ssssadsadasd
3 2 days ago
I have this markdown which render well when I try it on https://markdownlivepreview.com/ but on the markdown block it is rendered as bold everywhere . any one has any idea why ? # Terms and Conditions for Facebook
**Last Updated:** [Date]
Please read these Terms and Conditions ("Terms") carefully before using the Facebook application and services (collectively, the "Services") operated by Facebook ("us," "we," or "our").
Your access to and use of the Services is conditioned upon your acceptance of and compliance with these Terms. These Terms apply to all visitors, users, and others who wish to access or use the Services.
By accessing or using the Services, you agree to be bound by these Terms. If you disagree with any part of the terms, then you do not have permission to access the Services.
### 1. Accounts
When you create an account with us, you guarantee that you are above the age of 13, and that the information you provide us is accurate, complete, and current at all times. Inaccurate, incomplete, or obsolete information may result in the immediate termination of your account on the Services.
You are responsible for maintaining the confidentiality of your account and password, including but not limited to the restriction of access to your computer and/or account. You agree to accept responsibility for any and all activities or actions that occur under your account and/or password. - Mobile app deployment
Richard Osborne
3 3 days ago
Having been used to building mobile apps in Noodl which deploys a static web app , I ’ve found it really nice deploying to mobile using Capacitor , so the front end works even offline . I came from wrapping apps in Bubble , which is SSR or some weird variant of it , and it was a bit sad that there was no option to deploy a static version for Capacitor . I know Nordcraft is SSR right now . Anyone have experience with working with mobile apps and Capacitor / offline mode ? Any chance of exporting static versions of Nordcraft apps in the future ? - Protect Site with Redirect to Login
Erik Fryscok
2 3 days ago
Got my Nordcraft project wired up with Supabase Auth , but kinda stuck on how to actually protect the site with it . Basically , if someone ’s not logged in , I want any page they hit to just boot them over to the login page . Simple enough , but I ’m not seeing a clean way to do it yet . If anyone ’s done this before —or has a more Nordcrafty way of handling it —I ’m all ears 👍 - How to hide an element in repeated div.
nyezi.
✅1✅1✅1✅1✅1✅1✅1✅1✅1✅1✅1✅1✅1✅1✅1✅1✅1✅1✅1✅1✅1✅1✅1✅1✅1✅1✅1✅1✅1✅1✅1✅1✅1✅1✅1✅1✅1✅1✅1✅1✅1✅1✅1✅1✅1✅1✅1✅1✅1✅1✅1✅1✅1✅1✅1✅1✅1✅1✅1✅1✅1✅1✅1✅1✅1✅1✅1✅1✅1✅1✅1✅1✅1✅1✅1✅1✅1✅1✅1✅1✅1✅1✅1✅1✅1✅1✅1✅1✅1✅1✅1✅1✅1✅1✅1✅1✅1✅1✅1✅1✅1✅1✅1✅16 4 days ago
Hi , I created a table with a repeat formula in the tr element . Each item has an image , however I want to hide one of them (specifically the one in index 0 ) but show the rest . When I use the show /hide formula on the image , I don 't really know how to structure the nodes or what logic to use . If I say index = ! 0 , it returns false , because in the equals function its comparing 0 to false , so then all the images disappear . I am getting the data form an API call , so I can 't show /hide for each image . Any help would be greatly appreciated . - An SVG challenge
Richard Osborne
16 7 days ago
Howdy y 'all . I 'm diving deep into the Nordcraft Newbie rabbit hole and I 've come up against a challenge . I want to make a component 'clickable icon ' which is a round bordered div with an SVG inside . I love the way you can just copy paste SVGs into Nordcraft . What I can 't wrap my head around is a way I could still have that ease of pasting but in a component attribute . Right now my test SVG (shown in the thread image ) has two path elements . Depending on the SVG I want to use in the future , could be one path or more . I 'm thinking the attribute should be an array of path values maybe ? Maybe then paste in an SVG arbitrarily to the editor just to get the path values and add them to the component attribute as an array of objects ? Have one path element inside the component and tell it to repeat the number of times there 's objects in the input attribute array ? Or am I massively overcomplicating my life as usual ? Thanks in advance for any tips ! - Redirect on 404 to home page instead showing 404 page
chrisr
3 8 days ago
Hi there , I created a /404 page but get redirected to the project 's home page when throwing a 404 nevertheless . Side note : I am working with a paid plan and the Nordcraft default 404 page is not showing . What am I missing ? Thanks a lot ! - highlighting searched text
Vizualinx
2 9 days ago
has anyone ever done this ? https://discord.com/channels/972416966683926538/1181222154960908358/1380211029438365907 - Do you actually need to add cloudflare to protect your supabase-nordcraft project?
ssssadsadasd
✅1✅1✅1✅1✅1✅1✅1✅1✅1✅1✅1✅1✅1✅1✅1✅1✅1✅1✅1✅1✅1✅1✅1✅1✅1✅1✅1✅1✅1✅1✅1✅1✅1✅1✅1✅1✅1✅1✅1✅1✅1✅1✅1✅1✅1✅1✅1✅1✅1✅1✅1✅1✅1✅1✅1✅1✅1✅1✅1✅1✅1✅1✅1✅1✅1✅1✅1✅1✅1✅1✅1✅1✅1✅1✅1✅1✅1✅1✅1✅1✅1✅1✅1✅1✅1✅1✅1✅1✅1✅1✅1✅1✅1✅1✅1✅1✅1✅1✅1✅1✅1✅1✅1✅1✅1✅1✅1✅1✅1✅1✅1✅1✅1✅1✅1✅1✅1✅1✅1✅1✅1✅1✅1✅1✅1✅1✅1✅1✅1✅1✅1✅1✅1✅1✅1✅1✅1✅1✅1✅1✅1✅1✅1✅1✅1✅1✅1✅1✅1✅1✅1✅1✅1✅1✅1✅1✅1✅1✅1✅1✅1✅1✅1✅1✅1✅1✅1✅1✅1✅1✅1✅1✅1✅1✅1✅1✅1✅1✅1✅1✅1✅1✅1✅1✅1✅1✅1✅1✅1✅1✅1✅1✅1✅1✅1✅1✅1✅1✅1✅1✅1✅1✅1✅1✅1✅1✅1✅1✅1✅1✅1✅1✅1✅1✅1✅1✅1✅1✅1✅1✅1✅1✅1✅1✅1✅1✅1✅1✅1✅1✅1✅1✅1✅1✅1✅1✅1✅1✅1✅1✅1✅1✅1✅1✅1✅1✅1✅1✅1✅1✅1✅1✅1✅1✅1✅1✅1✅1✅1✅1✅1✅1✅1✅148 11 days ago
So , I was trying to implement cloudflare to protect my supabase database from attacks . I am especially concerned about attack to read events as most of create /edit /delete are done via edge functions and there I can implement sth like [this ] ( https://www.youtube.com/watch?v=c_vVyLTz76g&ab_channel=JayCampbell ) . however , the thing is that if the supabase url and apikey are basically public , then anyone can ddos the direct database url from outside the site (even if I have RLS , they can call the same data over and over again ) . so , does it make any sense having cloudflare ? thanks