Pricing Blog

Help forum

  • benjamin.h-1445520378976796866

    Ben H

    0

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

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

    16 hours ago

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

    Ibi

    4

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

    1 day 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

    1 day 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

    1 day 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

    3 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

    4 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

    7 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

    8 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

    8 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?
  • _.__._.__.__._-1442442132303380540

    Ethan

    1
    6

    8 days ago

    Supabase Refresh Not Working After Break
    Hi everyone,

    I have not touched my Nordcraft project in the last two weeks (busy with personal matters). When opening it today however I ran into an issue with Supabase's authentication. Logging in with an OTP works, but refresh tokens are not working, with the API call failing with code 500.

    When calling https://<project>.supabase.co/auth/v1/token?grant_type=refresh_token, I get:

    {
    "code": 500,
    "error_code": "unexpected_failure",
    "msg": "missing destination name oauth_client_id in *models.Session",
    "error_id": "9a37b289b0ca2b28-DUR"
    }


    Looking online this seems to be a known bug, but I'm not really sure how I could have caused it, or what needs to be done to fix it. Any suggestions would be appreciated!
  • s.lucian0777-1442312597113278544

    lucian0

    2

    9 days ago

    Scroll effect
    Possible to do this scroll down effect like this on toddle ? https://wokeroto.com
  • lfggjonesy-1442226163538727025

    Jonesy

    17

    9 days ago

    dynamic URLS, hiding elements.
    I have a webpage that has sub category tabs like Overview, Maps, Modes etc. My current url is setup myurl.com/statline/:player/:category.

    Right now i can get the URL to switch to what i need it to for example. myurl.com/statline/scrap/overview. My question is how can hide elements based off the URL or change styles of elements from the URL like a border or color of something?

    Thank you in advance