Pricing Blog

Help forum

  • luca_6412-1438929401101160529

    Luca_

    0

    1 day ago

    Problems with mixed content in local env
    I’m trying to build a printer UI that loads data from Xano over HTTPS and stores it locally using IndexedDB. The UI should work completely offline as a PWA with a service worker.

    The problem is: the connection to the print server is local and only supports HTTP. I also need to send HTTP requests directly to the printer to check if it’s available.

    I tried using an Nginx proxy with a self-signed certificate to bridge HTTPS → HTTP, but Chrome refused to accept the certificate. Ideally, I need a simple, stable solution that works 100% in production without browser errors.
  • knamuora-1438825391606206535

    knamuora

    3

    1 day ago

    Vanilla calendar styling
    Hey @Kamil , just wanted to ask whether there are other styling classes not listed in the documentation. If there were a location to describe what element a class specifically targets in brief would be definitely helpful as well. Thanks
  • catdeal3r-1438412575485198416

    catdeal3r

    19

    2 days ago

    Is there a way I can get the html of a project?
    I have been using nordcraft for a little while now, and I like it. Except that I can't seem to figure out how I can 'export' a project to some html files and css. One of the selling points is that its plain html and css. But its restricted to the platform, so whats the point?

    How can I get my project in plain html + css + js (if any).
  • founderlevin-1438191369180020846

    Founderlevin

    2

    3 days ago

    self-hosted project
    Hey everyone, I got a server and installed bun on it, cloned git, and made a build. But I'm not quite sure what to do next. How can I try hosting a project I made in NordCraft? Is there a guide?
  • uunicode-1438067882063040612

    unicodes

    10

    3 days ago

    Why spacing variables, aren't visible in viewport width/height?
    Should I use a different variable?
  • energetic_axolotl_08956-1437883158317109429

    ben

    14

    4 days ago

    Help Needed: Reliable Approach for Extracting Applied Styles & Persistent Image Edits for PDF Export
    Hello!

    I'm having trouble ensuring that all the correct, actively applied CSS styles from my Nordcraft-built app are consistently included when exporting pages to PDF using DocRaptor. My current JavaScript approach—collecting classes from elements and building the PDF layout based on .pdf-page containers—works in some cases but often misses certain styles or results in mismatches.

    Additionally, user-driven image adjustments (scaling/cropping via interact.js) aren’t reliably reflected in the PDF output. Despite trying many code variations (with AI tools and help from DocRaptor support), I haven’t found a robust solution.

    I'm looking for someone with deeper Nordcraft (and general web export) expertise to suggest a better way to reliably capture the real-time applied classes/styles and ensure edited images are faithfully carried over into the generated PDF. Willing to provide access and pay for your time!
  • luca.heck-1437849425643962489

    Luca Heck

    5

    4 days ago

    Implementing autosave API logic with queue-bases syncing
    Hey everyone 👋

    I’m building a frontend where users can edit “phases” and their “tickets.” Each phase can contain multiple tickets. The goal is to have an autosave workflow instead of a manual “Save changes” button.

    The problem:

    - Each ticket is created via an API that generates the real id on the backend.
    - When users create, reorder, or edit tickets (like changing text fields), I want the frontend to automatically sync these changes to the backend.
    - I’m using a low-code editor, so I can’t just drop in my own TypeScript class or debounce logic easily.

    I’m looking for advice or examples on how to implement:
    - Autosave or debounced API calls (PATCH/POST) for text inputs
    - Handling pending requests or reorder operations so the latest state is always saved (e.g. trailing debounce or “latest wins” logic)
    - How to structure this simply in the Nordcraft editor

    If anyone has done something similar — especially autosave or queue-based syncing — I’d really appreciate some guidance or a pattern I could follow 🙏

    Thanks in advance!
  • uunicode-1437782591125192736

    unicodes

    2

    4 days ago

    Refresh Token issue.
    As you can see from the screen shot the first time works perfectly.
    The second time the refresh token is called 4 times.

    The logic I'm using to refresh the token is the following.

    Switch - check if the refresh token is less than not + 12 minutes (timestamp).
    In case of false, just does nothing
    In case of true, refresh token and save the token and access token.

    At the end of the workflow it will call the sleep for 10 minutes and when ended call again the refresh-token.

    Why isn't working this solution?
  • enginhear-1437766768776052756

    enginhear

    2

    4 days ago

    Variable uses
    Hello!
    Is there a way to check where a variable is used or by which formula?
    I have a variable that I think I could delete but I need to see where it's used to make any necessary adjustment before deleting
  • andyputilin-1437512084060377199

    Andy Putilin

    4

    5 days ago

    Infinite Loop Detected
    Added a div and infinite loop happen. Not sure what I did wrongly.
  • uunicode-1437152955319976100

    unicodes

    5

    6 days ago

    What are orphans nodes?
    Hi there,

    I understand that it could be autofixed and easy to resolve, but what does orphan nodes mean? This error never appeared before, so why is it suddenly showing up now?
  • iampointi-1436383788975394947

    Stefan

    3

    8 days ago

    Issue with redirect rules
    I am redirecting to a 404 page if I dont get any data from my server-fetched request back.

    This works fine so far. BUT I see the request ALWAYS in the network tab, even if I get data back and can show the page. The request is shown (but it doesn't really redirect anyway as its aborted?)

    Does anyone know whats happening here and how I can prevent that request?

    I have a similar redirect rule, which is behaving also quite strange. (but lets fix that one at first)
  • uunicode-1436245457423568957

    unicodes

    4

    8 days ago

    z-index is broken, do you know how to fix?
  • lfggjonesy-1436093695941148795

    Jonesy

    6

    9 days ago

    Background color of page?
    Is there a native way to change the background color every page without div elements?

    Or do i have to use CSS, if so how exactly would i do that?
  • uunicode-1435958420476792912

    unicodes

    7

    9 days ago

    Where are the breadcrumbs from formula?