PricingBlog

Help forum

  • neville9288-1475933591983624203

    Neville

    3

    2 hours 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

    2

    8 hours 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

    0

    23 hours ago

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

    mohammed123

    2

    23 hours 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 ?
  • adewale0905-1474905434526847249

    Sanni

    2

    2 days ago

    Force Ui reactivity
    I have this workflow that append a variable with new array which I have connected the variable to the ui as a chat . The variables shows increase in size But after append it is not showing on the ui. I guess it needs something to trigger the reactivity.
    Please help
  • uunicode-1474870981616075033

    unicodes

    0

    3 days ago

    OpenAI hasn’t provided any solution to my request.
    I had a specific request to build a simple card showing three separate elements. Maybe my request wasn’t precise enough, but I just spent 8 credits without getting a result. It returned only a few formulas, with nothing visual. I opened this thread, considering the AI is in beta to share these situations and help @Kedde check our logs. I’m confident this could be improved. I would recommend adding to our chat an "id" doing this we can share our experiences here.
  • lennartblmn-1474353879763124247

    lennartblmn

    3

    4 days ago

    Efficiently pass data
    I want to have a single drawer component at the app root, opened/closed via context from any page. That part works fine.

    My question is about passing data back to the component that triggered the open. Example: the clients page opens an "add client" drawer. The form submits, the backend returns the new client object, and I want to append it to the clients list — without a full reload.

    What's the recommended pattern for this in Nordcraft?

    I've been looking at createPromise / resolvePromise on window — the clients page creates a promise when it opens the drawer, the form resolves it with the API response, and the clients page awaits it to get the data back. It works but feels clunky.

    Is there a cleaner built-in way to handle this kind of trigger → async result → back to trigger flow?

    I also saw that workflow callbacks are a feature flag, but I'm not sure if that would solve my issue.


    Thank you for your help!
  • lennartblmn-1474077590930325628

    lennartblmn

    6

    5 days ago

    Editor Slow - how can I figure out the cause?
    I'm aware that the editor gets slowed down by things that will also slow down the app itself.
    Almost sure it's some custom action, that I'm calling repeatetly and is not getting cleaned up or something - but I just don't know which. It also happens on a page, where I don't use any custom actions, even after a full reload.

    This is not meant as a "slow editor" complaint, but rather as a "how can i quickly identify the cause" question

    Thanks!
  • carterux-1473709673382416619

    Seun Orofin

    7

    6 days ago

    issues with my subscription plan
  • uunicode-1473302330446446705

    unicodes

    8

    7 days ago

    Missing JWT editor, is just me having this issue?
    "Empty JWT is sent in Authorization header"
  • iconic4213-1473271512881561744

    Iconic

    34

    7 days ago

    My editor is lagging really bad, i can barely do anything.
    Been out of nordcraft for a while came back to build a new project and for some reason the editor is lagging, its so bad ihad to rework my whole api systemand its still lagging. what could be the issue?
  • devonmacdougall-1472943124996423930

    Devon MacDougall

    7

    8 days ago

    Did the method of logging a user out change?
    I'm using "/.toddle/logout" which was working properly for months but now it's just refreshing the page and leaving the user logged in.

    On refresh, the URL show's ".../.toddle/logout" but users aren't logged out.

    Any help would be appreciated
  • elli4931-1471565711582167061

    Vizualinx

    2

    12 days ago

    URGENT! Issue with Browser Fullscreen (F11) shrinking the app window
    Hey everyone!

    I’m running into a weird issue with my app.

    When I try to put the site into Fullscreen mode via the Chrome menu (or F11), instead of filling the monitor, the app window actually shrinks and becomes smaller on the screen.

    Has anyone seen this happen with Nordcraft layouts? Is there a specific "Viewport" or "Container" setting (like fixed aspect ratios or height: 100vh logic) that might be conflicting with Chrome's fullscreen toggle?
    (That's the only thing AI suggests is happening here)
  • .targox-1471470610323476582

    Targox

    1
    5

    12 days ago

    I am getting "Unable to create branch. Please try again or contact support."
    Anyone else?
  • corbin.harder_ppb-1471233485552226549

    Corbin Harder

    1

    13 days ago

    Main Branch Preview Not Working
    When I merge a branch it updates the main branch in the editor but the preview is not updated. I've tried clearing the cache and it still does not work. Thanks for any help you can provide!