PricingBlog

Help forum

  • lessofchristian-1479147545593905212

    Christian Beatty

    1
    5

    5 hours ago

    Domain not adding.
    CNAME is added to the DNS settings, but the domain isn't propagating/setting to Active in the domain panel (been nearly 24 hours).

    You can see the DNS setting here and the right settings in a DNS lookup tool.

    https://mxtoolbox.com/SuperTool.aspx?action=a%3aportal.dodekadigital.com&run=toolpage
  • iconic4213-1479130275727540295

    Iconic

    1
    38

    6 hours ago

    issue with local storage in editor.
    I have an issue regarding local storage, im trying to generate a user session id and store it in the local storage then always call it to check the users sessions and use it for corresponding api calls but gfor some reason nordcraft isn't seeing it even when it shows in the dev console. tried all methods and ai keeps returning null errors and burns my credit regardless
  • miles1991-1479081471472963644

    Miles

    1
    4

    9 hours ago

    Update Query Params
    Hi 👋

    I want to update the url query params in a workflow.

    As I understand it, I should see an action to do this in the workflow as per the Nordcraft Docs, but I can't see it. https://docs.nordcraft.com/pages/static-and-dynamic#working-with-url-parameters

    *I have query params set in the page settings.

    Has anyone achieved this without creating a custom action?

    Thanks 🙂
  • baba_bambule-1479029629728850023

    BabaBambule

    4

    13 hours ago

    Pass down data with exposed workflows?
    I am having a hard time wrapping my head around this and trying to understand exposed workflows and formulas here.

    So I took a look at spark core that has multiple exposed formulas in their sc-provider. These pass down information like is android or is iphone etc.

    So I tried to emulate that for my application that I'm building. So my app-wrapper have an api call for tenants. If that auto-fetch is successful I store the fetched data in a variable, trigger an exposed workflow and a exposed formula.

    the formula gets the data from the variable.

    In one of the child components of my app-wrapper, I activated context, got my formula and workflow and try to get my fetched data but nothing happens. The formula is used on load to fill the data of a variable, but this variable remains empty no matter what I do.

    Even tried the ai but it was utterly useless for my scenario 🙁 told me repeatedly to use the attributes, which is fine I guess but I wanna understand the exposed context
  • miles1991-1478419630635745360

    Miles

    1
    9

    2 days ago

    sc-slider
    Hi 👋

    I'm trying to make this slider work. The values should be 0-10 which I have set as the min/max values. The value is linked to a var, as is the default-value.

    The min/max buttons update the var and clicking them works. When i click max, the slider goes all the way to the right, and when I click Min the slider goes all the way to the left.

    The problem is I can't actually interact with the slider. When I try to click and drag the thumb nothing happens. I can't slide the slider...

    Set up attached.

    Any help appreciated 🙏
  • adewale0905-1478378512607088670

    Sanni

    4

    2 days ago

    Elevenlabs integration in nordcraft
    I wanted to integrated elevenlabs into my project, I have pasted the elevenlabs embed code into my project with the attributes of agent ID and allow microphone but each time I try to start the flow , I get an error occurred or permission denied
  • tinsoldiers-1478055257647874138

    Tinsoldier

    1
    7

    3 days ago

    URL in background
    Does anyone know how to put a formula in url for background for a div?
  • razgy_-1477792522116796437

    razgy_

    1
    6

    3 days ago

    Web download
    Hello, is there any way to download the website? Complete HTML, CSS, JavaScript, and so on?
  • needtheanswers-1477579100951548038

    needtheanswers

    13

    4 days ago

    Nordcraft font variants
    Hi everybody,
    I recently changed my font to “Geist” and noticed that only the 400 weight is available. However, when I set it to 600 or 700, the weight still changes slightly (although there’s no visible difference between 600 and 700, as you can see).

    Out of curiosity, is it normal for some fonts to have only one available weight while others (like Inter) have multiple weights? And if so, why am I still able to set the weight to 600 or 700 even though those weights shouldn’t exist?

    Thanks 🙂
  • iconic4213-1477305263374729368

    Iconic

    1

    5 days ago

    Issue preselecting data
    I have a few functions I'm running that supposed to preselect an item in an array on page load and api request success but they don't work. I've tried multiple methods all to no avail, whats the best way to approach this
  • fe_rojas-1476568707021930568

    FeRojas

    31

    7 days ago

    Cant use http-only-cookies on editor
    Im having trouble using the http-only-cookies on the editor, is something that always has work well using Nordcraft extension, but since some weeks the extension stop working for me. Authentication flows work well on production and on preview pages, is just in the editor that the extension is not getting the cookies. I can see cookies in the browser DevTools Application tab under Cookies https://editor.nordcraft.com/ for both cookies (with domain of preview pages)

    Could someone guide me through the most common things to check when troubleshooting?
  • neville9288-1475933591983624203

    Neville

    3

    9 days ago

    How to create a box shadow with theme variables
    Hello folks!
    I need some help using the new themes to create a box shadow for a component (or any div).

    The resulting CSS should be "box-shadow: 0 10px 25px rgba(15,23,42,.08)".

    I've tried creating a "syntax any" variable containing "box-shadow: 0 10px 25px rgba(15,23,42,.08)" and then adding that as a CSS variable to a div, but nothing happens (visually).

    I suspect I may not be using the CSS variable correctly.

    Can anyone point me in the right direction please?
    Thanks!
  • fe_rojas-1475841422015074324

    FeRojas

    12

    9 days ago

    Refresh session modal instead of Refresh page
    In a web app, I'm using WorkOS for authentication (with Convex), and I use a refresh page to refresh the session token, inspired by the Nordbase template. I was wondering if it would be a good option to replace or complement the refresh page with a modal that has the same functionality — refreshing the token — with the goal of improving UX by not losing what the user was working on, and also being faster since we don't have to load an entire new page and then return to the original one.
    The specific use case is when the user navigates to an external page and comes back after a while to the app with an expired session. Instead of redirecting to the refresh page, a modal would load inline within the current protected-page-wrapper component, preserving the user's state, refresh the token and then show = false.

    Is anything in particular that should I worry about this approach? I am only asking because it is a security sensitive flow, so I want to be sure that it is secure approach.
  • mohammed1236222-1475615064319983676

    mohammed123

    1

    9 days ago

    paypal payment
    how can i integrate paypal payment with nordcraft ?
  • mohammed1236222-1475614601738715188

    mohammed123

    2

    9 days ago

    token check
    hello
    i want in page load to check if the token is Valid or not via api
    and if not
    it clear the access token
    how can i do that ?