Help forum
- is there a "go back to previous url" action in nordcrafT?
ssssadsadasd
29 1 month ago
I want to go back to previous url , and then back etc till the initial page . how can I do this in nordcraft ? Thanks - Hi iam looking for help.
Dorian
25 1 month ago
In my application i created several Pages that represent an app . What i understood is i cant reuse formulas because they are scoped . That is a problem for me . Aihelp told me the only viable option would be to create locale storage array where i can save data that i need . The use case is as follows : 1 . In my addPartner Page i want to click on a Logo , by doing so a script is triggered that upon clicking updates the local storage array with the partners ID or even name . 2 . In my homepage app i want to access localstorage array again and load up a dynimacally filled container that then contains the partnercards correponding with the appended data in the local storage array . What i foudn out via AI Help so far : I created a workflow saveSelectedPartnersToLocal that has KEY : selectedPartners and Value : [ ] . From there on AI help tells me to retrieve array from Local storage by using a formula and entering this : getFromLocalStorage ( "selectedPartners " ) . My Problem here is that the ai tells my i have to magically Input it . But i dont get where since the ai is not able to explain the correct place to me . Maybe im oversseing the obvious but i couldnt finish the job with ais help . - find formula null value
ssssadsadasd
2 1 month ago
In find it says "returns null if the predicate formula did not return true for any value " yet [here ] ( https://editor.nordcraft.com/projects/moccasin_palpatine_chief_rook/branches/start/components/tes1233?canvas-width=800&canvas-height=800&selection=nodes.H30OOJNDU_JlkReAoV1qU.value&rightpanel=events ) , when I try to do equals null it returns false . am I missing sth ? thanks - How to make a custom 404 page?
NoCode ProCode
2 1 month ago
I don ’t want toddles branding on my 404 page . - Selfhosted
vanishklift
2 1 month ago
Hey ! Could anyone tell me where we at with the selfhosting rn ? - Day 3 tutorial: The submit button on the form doesn't seem to call the api from Xano.
ImaginedWorld
0 1 month ago
Pressing the test api button seems to work , so the endpoint URL is good . The event on the submit button seems correct , or at least matches the video . Not sure what to do . I 'm just on the sign up part . - Looping through an array and comparing against another array.
Bazza
10 1 month ago
I am building a search page with filters . Our sites have various facilities , I want our users to be able to filter based on these facilities . When they click the facility in the filter , it gets added to the selectedFacilities array . In my formula I 'm trying to compare this array with each sites facilities (Also an array ) . The site facilities array is passed into this formula . If any of their selected facilities are in the site facilities array , it should return true (That gets passed out to a bigger filter formula ) I cannot get this to work at all , any help looping through arrays would be greatly appreciated . - There is no blank template?
ImaginedWorld
4 1 month ago
Going through the 7 day tutorials and he starts with a blank project where he can give it a name when it 's created , but I don 't see that as an option . - Div Follow Mouse, lose position.
unicodes
1 1 month ago
I want to prevent losing the position of the mouse , and as you can see in the video , it resets to the default during mouse movement instead of keeping the correct values . I created a mousemove event on the parent div to store the X and Y coordinates in variables . The zoom div uses these X and Y values to set its left and top positions . What would you recommend to ensure smooth movement of the zoom div ? - is it possible to update a variable inside a component without using an attribute
Jehex
19 1 month ago
Hi there , sorry if my question is confusing but Im facing this problem sometimes , probably obvious to fix I have one variable ( tokens ) inside a component who is set by a context variable ( screenshot ) The context variable get all user infos , on this example Im using the context variable for get the current tokens amount of the user Now , I would like to refresh the variable of the child component each time the user click on a button inside the PARENT component ( which minus 1 the tokens amount to the user table ) , the parent and the child component don 't share any attributes , how can I update the variable tokens inside the child component without using any attributes for the on attributes change event . Thanks - corect URL to Get Bucket content (Supabase)
unicodes
43 1 month ago
Do you know the corect URL to get the content of a bucket > folder ? I 'm using storage /v1 /bucket /images / {bucket name } / {folder name } , tried also storage /v1 /object /bucket /images / {bucket name } / {folder name } , none is working 😦 - AV Vertrag (Data Processing Agreement) for Using Nordcraft in a German Company
Carragos
7 1 month ago
Hi Nordcraft Team , I just wanted to say I really appreciate what you are doing with Nordcraft —the frequent updates , community involvement , and your overall transparency are fantastic ! I am actively recommending Nordcraft within our company as the platform for our next web application project . However , since we are a German company , we require a so -called "AV -Vertrag " (Auftragsverarbeitungsvertrag ) in order to comply with GDPR regulations . For reference , an AV -Vertrag (Data Processing Agreement ) is a legal contract that must be signed whenever personal data is processed by an external provider . Is it possible to obtain such an agreement from your side ? If so , could you please provide further information how we could get together ? Thank you very much in advance ! Best regards , Leon - hiden div in absolute position make the scroll bar appear
Jehex
1 1 month ago
Hi , sorry for my noob question but I 'm really struggling with the html part of Nordcraft and all new settings since the panel update which complexify everything for beginners like me . Would like to know how avoid that a absolute hidden div ( which is a notification popup / toaster ) make my whole page scrollable . - Requests
Bazza
2 1 month ago
Sorry if this is a silly question but what constitutes a request in Nordcraft ? I dont want to hit issues down the line with numbers of requests if I can avoid it so I 'm asing the question early on in development . - How to simulate a loop natively in Nordcraft?
unicodes
19 1 month ago
I need to simulate a loop for calling this supabase upload request . I want to do it native in Nordcraft , is it possible ?