Help forum
- Problems with mixed content in local env
Luca_
0 1 day ago
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 . - Vanilla calendar styling
knamuora
3 1 day ago
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 - Is there a way I can get the html of a project?
catdeal3r
19 2 days ago
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 ) . - self-hosted project
Founderlevin
2 3 days ago
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 ? - Why spacing variables, aren't visible in viewport width/height?
unicodes
10 3 days ago
Should I use a different variable ? - Help Needed: Reliable Approach for Extracting Applied Styles & Persistent Image Edits for PDF Export

ben
14 4 days ago
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 ! - Implementing autosave API logic with queue-bases syncing
Luca Heck
5 4 days ago
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 ! - Refresh Token issue.
unicodes
2 4 days ago
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 ? - Variable uses
enginhear
2 4 days ago
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 - Infinite Loop Detected
Andy Putilin
4 5 days ago
Added a div and infinite loop happen . Not sure what I did wrongly . - What are orphans nodes?
unicodes
5 6 days ago
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 ? - Issue with redirect rules
Stefan
3 8 days ago
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 ) - z-index is broken, do you know how to fix?
unicodes
4 8 days ago
- Background color of page?
Jonesy
6 9 days ago
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 ? - Where are the breadcrumbs from formula?
unicodes
7 9 days ago
