Pricing Blog

Help forum

  • baba_bambule-1450462934621880382

    BabaBambule

    18

    15 hours ago

    use color-mix with variables
    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?
  • luca_6412-1448794669050888272

    Luca_

    4

    5 days ago

    How to prevent navigation flickering?
    is it possible to prevent this navigation flickering? The link elements are rendered from an array, all api call are running on serverside.
  • ssssadsadasd-1448673180704309452

    ssssadsadasd

    2

    5 days ago

    orphan node element was found
    what does this error mean? when I click over it I see nothing
  • mxi012-1448426341585387754

    𝓜𝓪𝔁𝓲

    0

    6 days ago

    Has anything changed in the way nordcraft handles Editor API calls?
    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
  • raphaelwalters-1448413796287909969

    Raphael Walters

    3

    6 days ago

    Clarifying workflow event behaviour
    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! 🙏
  • zarkk.-1448298175331827784

    Jamie w

    6

    6 days ago

    How does version control work?
    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?
  • iggy988-1448067111724384597

    Iggy

    4

    7 days ago

    Wrap doesn't work
    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?
  • baba_bambule-1447943567732641822

    BabaBambule

    1
    9

    7 days ago

    Need help with httpOnly API Fetch
    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?
  • ssssadsadasd-1447872641578041469

    ssssadsadasd

    1

    7 days ago

    Microsoft clarity implementations
    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
  • technikobst-1447518875712229397

    Marcel

    5

    8 days ago

    Catch-All Redirect
    Ist it possible to setup an catch-all redirect? I would like to temporarily redirect all pages of the domain to a maintenance page.
  • _.__._.__.__._-1446414321352577096

    Ethan

    1
    10

    11 days ago

    Cannot Delete or Edit Project
    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.
  • ssssadsadasd-1445844184891265086

    ssssadsadasd

    7

    13 days ago

    Recognize links
    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/
  • sinsayato-1445829486879965324

    Emilien

    17

    13 days ago

    How to locally use custom elements
    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?
  • knamuora-1445708235129753640

    knamuora

    2

    13 days ago

    Image quality loss
    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.
  • benjamin.h-1445520378976796866

    Ben H

    2

    14 days ago

    Anyone know how to achieve these sorts of effects?
    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