Help forum
- Anyone know how to achieve these sorts of effects?
Ben H
0 10 hours ago
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 - Cannot see branches after changing my org role
Joe
4 13 hours ago
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 . - SSL-Certificate not generated for new domain
Stefan
1 16 hours ago
It hangs in state "Issuing SSL certificate " for an hour now . . . - Auth/me not picking up HTTP-only cookie (Xano + Nordcraft)

Ibi
4 22 hours ago
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 🙏 - Show/hide via context or attributes not working atm
Kleveland Bishop
33 1 day ago
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 - Theme - Style-Variables-V2
Miles
4 1 day ago
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 🙂 - Supabase local development

Xavi
4 1 day ago
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 ! - Get Users IP when using Proxy
𝓜𝓪𝔁𝓲
1 3 days ago
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 ? - Setting background image of div element using style variables
Jonesy
5 4 days ago
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 - how should I add the Open Graph image for a a page?

ssssadsadasd
10 7 days ago
right now it gets some random images from my supabase storage or I am not sure what - Custom subdomain still "Pending" after multiple days
Jonathan Fors
3 8 days ago
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 . - Fixed header visibility

FeRojas
3 8 days ago
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 ? - Supabase Refresh Not Working After Break
Ethan
✅16 8 days ago
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 ! - Scroll effect
lucian0
2 9 days ago
- dynamic URLS, hiding elements.
Jonesy
17 9 days ago
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
