Help forum
- use color-mix with variables
BabaBambule
18 15 hours ago
So basically a follow up to this post https://discord.com/channels/972416966683926538/1266378893292732436/1266381383425720351 I want to add color -mix to my theme and using it like this color-mix(in, oklab, #E85002, 80%, #FFFFFF, 20%) already works , but I 'd like to replace the fixed color values for var ( - -brand ) and var ( - -white ) but writing color-mix(in, oklab, var(--brand), 80%, var(--white), 20%) always converts to color-mix(in, oklab, --brand, 80%, --white, 20%) and doesn 't work anymore . Is that just not possible yet or am I missing something ? - How to prevent navigation flickering?
Luca_
4 5 days ago
is it possible to prevent this navigation flickering ? The link elements are rendered from an array , all api call are running on serverside . - orphan node element was found

ssssadsadasd
2 5 days ago
what does this error mean ? when I click over it I see nothing - Has anything changed in the way nordcraft handles Editor API calls?
𝓜𝓪𝔁𝓲
0 6 days ago
Following works on the live site but NOT in the editor : We bootstrap a session and then sent consent into this session (cookie consent ) . After the consent we get consent and session data by calling bootsrap again with Autorisation . Server does NOT recieve the http cookie . (only for the nc editor ) Video : https://www.tella.tv/video/norcraft-editor-session-cookie-bug-7f4o - Clarifying workflow event behaviour

Raphael Walters
3 6 days ago
Hey everyone ! Documenting best practices for workflow 'callback ' events . I have some edge case questions about this pattern : 1 . Provider exposes workflow via context (e .g . , updateUser ) 2 . When triggered , the workflow calls an API and defines a 'callback ' event 3 . Child components subscribe , call the workflow , and listen for 'callback ' 4 . On API completion , onSuccess triggers the callback event 5 . Child reacts (close modal , show toast , navigate , etc . ) Questions : 1 . Event Deduplication If a user double -clicks "Save " and triggers the workflow twice rapidly : - Do both executions fire separate callbacks ? - Is the API debounce option (in Advanced settings ) the intended solution ? 2 . Callback Event Scope /Lifetime If a callback fires but no component is subscribed (e .g . , component unmounted before API completed ) : - Does the event get lost (fire -and -forget ) ? - Does it queue until a subscriber appears ? - Is there any error or warning ? 3 . Multiple Subscribers If two component instances both call the same provider workflow and subscribe to callbacks : - Does each only receive callbacks for executions it triggered ? - Or do all subscribers receive all callbacks ? - Example : Two modals editing different users simultaneously 4 . Unsubscribe Behaviour When a subscribed component unmounts : - Does it automatically unsubscribe from the callback events ? Understanding these helps establish best practices for : - Preventing duplicate API calls /race conditions - Handling loading states correctly - Building robust multi -instance components Interested to hear your thoughts . Thanks ! 🙏 - How does version control work?
Jamie w
6 6 days ago
Hi there , I am brand new to nordcraft and am inheriting an existing project from a previous developer . The project owner has had issues with bad code being released to production immediately , and it seems like the previous developer was not using branches correctly . On querying them , they have told me this is because (they believe ) we have a single database (through a xano connection , which I also don 't know much about yet ) , and when merging a branch into main , the state of the database at the time of branch creation is also merged into main , thus losing all database edits that have happened since branch creation . Surely this cannot be true ? Is there anything you can offer to help me unpack this ? - Wrap doesn't work
Iggy
4 7 days ago
Hello , I need some help . I have been trying for days to solve an issue with flex wrap . Wrap is enabled , but the div elements are not responding as they should . What am I doing wrong ? - Need help with httpOnly API Fetch
BabaBambule
✅19 7 days ago
So I am currently trying to authenticate a user based on the information stored inside my access _token httpOnly Cookie . My Token contains a stringified json with token and id as values . On my homepage I 've a graphQL call on auto -fetch with Server -side fetching and proxy request turned on . I am trying to get a user based on the id that is stored inside the httpOnly Cookie . But the reponse always gives me this error : "Invalid query . The filter value for " _eq " has to be a string , number , or boolean . " I am on this for hours , trying different stuff the AI suggests but nothing works . Do I have a fundamental mistake on how the httpOnly Cookies work ? - Microsoft clarity implementations

ssssadsadasd
1 7 days ago
Has anyone managed to implement microsoft clarity in an NC app ? I added the script to the head element of the page in nordcraft but I am getting no data after two days . thanks - Catch-All Redirect
Marcel
5 8 days ago
Ist it possible to setup an catch -all redirect ? I would like to temporarily redirect all pages of the domain to a maintenance page . - Cannot Delete or Edit Project
Ethan
✅110 11 days ago
Hi all , A few months ago , I requested that an organisation I made be transferred to a different account . This organisation has one project . I think something has gone wrong with this process however , as I can only edit the project from the previous account (the new one cannot ) . I also cannot delete the project or edit the project 's details from either accounts . My end goal would be to have the project belong to and orgnaistion belonging to my new account , with no association with the old account . Many thanks . - Recognize links

ssssadsadasd
7 13 days ago
what is the best way to implement a text element that recognizes links ? so besides text you also have links that are clickable , e .g . https://discord.com/ - How to locally use custom elements
Emilien
17 13 days ago
Hello , I am currently testing Nordcraft locally and wanted to know if it is possible to use custom elements when self -hosting a project . I see that it was possible at one point , because there is an example in examples /custom -element on GitHub . But how can this be done now ? - Image quality loss
knamuora
2 13 days ago
As soon as i add images in my project they 're turning blurry and insanely loose quality visually though normally they are of high resolution , any help /tip of how i go about this would be appreciated . - Anyone know how to achieve these sorts of effects?
Ben H
2 14 days ago
https://imgur.com/a/cQ4YBLy It looks like some can be achieved by animating CSS gradients , but I 'm not sure about the rest . I 'm assuming the skiers is a video animation being played on repeat ? What about the sparkles over the CSS gradient ? Can that be done in pure CSS too or are they using Javascript or three .js ? I was trying to look at the source code but was confused about what was going on lol
