Pricing Blog

Help forum

  • ssssadsadasd-1445844184891265086

    ssssadsadasd

    6

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

    11

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

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

    1 day 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
  • choeledmunds-1445473810286383295

    Joe

    4

    1 day ago

    Cannot see branches after changing my org role
    I cannot see any branches.
    Feel free to DM me so i can explain. Revoked myself and had to re-add myself to org to change my role to owner, now i cannot see any branches.
  • iampointi-1445424530804703374

    Stefan

    1

    1 day ago

    SSL-Certificate not generated for new domain
    It hangs in state "Issuing SSL certificate" for an hour now...
  • ibi_0909-1445347244243943505

    Ibi

    20

    1 day ago

    Auth/me not picking up HTTP-only cookie (Xano + Nordcraft)
    Hey everyone 👋

    I’m using Nordcraft + Xano to build a simple login flow. On my login page, using the “Auth/login” API, everything works: the token is returned and I set it as an HTTP-only cookie.

    However on my dashboard page, when I call “Auth/me, it fails: Nordcraft doesn’t pick up the HTTP-only cookie. The login was successful, but the token isn’t read. If I paste the token manually it works. But when I rely on Authorization: Bearer {{cookies.access_token}}, nothing happens.

    I’ve tried storing the token as a cookie, as a session-cookie, even saving to localStorage — and spent hours chatting with AI chatbots — but still no luck.

    Does anyone know what I’m missing? What should I check so that Auth/me correctly reads the HTTP-only cookie or token (or header)? Any help / insights from people using Nordcraft + Xano would be highly appreciated 🙏
  • klevelandbishop-1445102321422827650

    Kleveland Bishop

    33

    2 days ago

    Show/hide via context or attributes not working atm
    https://supercut.ai/share/boomin/9IUTZRY8rJG8sWZYbRarzv

    I'm using Show/Hide throughout my single-page application to allow my users to navigate through the app. I notice when I'm trying to show/hide components that are on the 2nd or 3rd path, show-hide stops working, ie those components still render on the UI. Is there a way to bulletproof show-hide even with deeply nested components?
    My entire route nav system is currently built off attributes, this was after I was experiencing the same issue using context to give the app intel on what the current path is
  • miles1991-1445031812844748914

    Miles

    4

    2 days ago

    Theme - Style-Variables-V2
    I f**d up!

    I set up my colors, fonts etc. Then I enabled the feature flag for style-variables-v2 to see if there is any way to set a shadow var. This was a mistake.

    I'm trying to go back to the old version by toggling off the feature flag, but when I do I can only see font with no vars set at all. If I toggle it back on, the vars are there.

    Any ideas on how I can toggle it off and get back to the normal theme and see all my vars as normal?

    Thanks 🙂
  • xavi_35974-1444964276874776576

    Xavi

    4

    2 days ago

    Supabase local development
    Is it possible to set up my Supabase service to talk to my local Supabase instance during development? Currently I'm setting the url to my local Supabase project but it's not working. Thanks!
  • mxi012-1444257308246020097

    𝓜𝓪𝔁𝓲

    1

    4 days ago

    Get Users IP when using Proxy
    Hey, we need to extract an visitors IP adress for geo purposes. Ive discovered that the nordcraft (cloudflare) proxy possibly masks the IPV4 adress via pseudo IPV4. Is that intended behaviour?
  • lfggjonesy-1444131779257696458

    Jonesy

    5

    5 days ago

    Setting background image of div element using style variables
    I have been trying to use style variables to dynamically set the backgound image of a Div that is reapeating. I tried using the AI but it didnt seen to know what was going on.

    I was able to get the style variable to return the image URL. but i was not able to get the variable to connect to the background image. and get it to display. Not to sure what i am doing wrong
  • ssssadsadasd-1442812212573110425

    ssssadsadasd

    10

    8 days ago

    how should I add the Open Graph image for a a page?
    right now it gets some random images from my supabase storage or I am not sure what
  • jonathanfors-1442691410217144341

    Jonathan Fors

    3

    9 days ago

    Custom subdomain still "Pending" after multiple days
    Hey! I'm trying to add a subdomain to a client project, but even after adding the required cname records and waiting longer than it should take, the status is still "Pending". See screenshot: https://share.cleanshot.com/M1jgQ5Py

    Could someone help please? Can share specific site details in DMs.
  • fe_rojas-1442606128390213653

    FeRojas

    3

    9 days ago

    Fixed header visibility
    I'm building a page with a fixed header at the top. It works perfectly until the user opens the keyboard to input text—then the header loses visibility. Does anyone know a trick to keep the header always visible, even when the keyboard is open?