Help forum
- Delete not working as excepted
saillmone
3 2 months ago
Hi guys , I 'm having a problem with the Delete (or Filter ) function . I 'd like to retrieve the array value once the Delete function has been executed . I feel like I 'm missing something , but I 'm going around in circles . I 've been stuck on this nonsense for 30 minutes . Can someone please point me in the right direction ? Thanks ! - Correct way of implementing dynamic SSR
QuietRocket
18 2 months ago
Hi ! I previously posted about making a community package for Convex . I advanced on that and am polishing by using it in my project and improving . One thing I noticed is that I found myself having to place a lot skeleton ’s while waiting for the convex client library to load and load data via the realtime socket . I was wondering , as a package /library creator , is there any way to achieve dynamic SSR ? Ideally I ’d like for the page to be completely rendered on the server , then dynamic hydration kicks in to allow for Convex ’s powerful realtime queries . Thanks - How to stretch/spread child divs evenly
FJP#84
9 2 months ago
Hi there , search this channel and played around with Nordcraft trying to create my own table /grid view . I used Weweb before , where I can stretch child divs so the are filling up the space of the parent div evenly . So how to do this in Nordcraft ? Should I used space -in -between in combination with flex grow or something ? - Change icon color when button hover
FeRojas
2 2 months ago
Hi ! If I want to make label and SVG icon color change when hover a button , what would be the best practice to achieve this ? - SSL/TLS version?
Kova
15 2 months ago
Hi guys , can anyone help ? I am a bit lost in trying to obtain A or dreamy A + ssllabs cert , current grade is capped to B because SSL /TLS is set to support TLS 1 .0 and 1 .1 , I have a custom domain on cloudflare , and I believe everything is set up properly , anyone has any idea ? - Reasons for slow/laggy editor
mossi
4 2 months ago
Could someone shed some light ? What exactly contributes to slowing down the editor ? Is it the number of elements , depth of nesting , volume or complexity of formulas , actions , workflows , API calls , hardware (ram , cpu , etc ) . . . ? I ’m hitting some excruciating lag in certain pages and components . In my case , it seems the number of elements causing the lag . Strangely , everything renders and performs fine in the browser — it 's just the editor that 's crawling . - maybe my macbook is broken
Bankydoo
8 2 months ago
but for some reason www .nordcraft .com is returning an error and not opening on my machine . this is about my first week of not accessing the website and i cant seem to figure out why . toddle .site and the others open as normal this is the error on the screen This site can ’t provide a secure connection nordcraft .com uses an unsupported protocol . ERR _SSL _VERSION _OR _CIPHER _MISMATCH Unsupported protocol The client and server don 't support a common SSL protocol version or cipher suite . please help - Keyboard shortcuts
Vizualinx
4 2 months ago
How can i implement keyboard shortcuts in my app ? https://discord.com/channels/972416966683926538/1181222154960908358/1368903125947387954 - Proper way of using skeleton
QuietRocket
8 2 months ago
In Spark One , is the so -skeleton supposed to have a child ? In the example , the width and height are hard coded and the skeleton has no child . I have some text that loads over time . The text element initially has null and then a value . I noticed the slot in the so -skeleton so figured I can put stuff inside it . It almost works ! But when I apply a border radius max to the so -skeleton , the underlying text passes through the borders . - Dealing with API services that require a Static IP
Edwin Paul
5 2 months ago
Some API providers require a static IP for whitelisting , but since edge workers use a wide range of IPs , it has gotten a bit tricky to make this work . I 've heard of the VPS proxy setup , but it 'd be great if someone who 's dealt with this kinda stuff before could share some tips . - How can I call an API inside a component from my main page?
Gerson CA
23 2 months ago
I moved my API to a component but I want to know if I can call it from my main page , or another component , after an API runs successfully . - Is there any way to upload multiple sitemaps?
fss21
6 2 months ago
It seems there is just only one sitemap page I can create . . . is there a workaround to it ? - input field call my API
Jehex
14 2 months ago
Hi there , probably an issue that some people already had but when I type on a input field ( who not supposed to trigger any api but is bind to a variable that I use as parameter for an api ) it 's just trigger my api even I set a stop propagation / prevent default on it , any idea ? Thanks - Redirect Authentication not working
knotshell
5 2 months ago
Hello , I have followed this d o c u m e n t a t i o n : https://docs.nordcraft.com/connecting-data/authentication#use-redirect-authentication and set up redirect in the third -party authentication to go to https://mydomain.com/.nordcraft?redirect_to=%2F&access_token=generated_access_token_from_third_party However - it lands in a 404 page and there is no access _token stored . As a workaround , I set up a formula ON LOAD to : a ) capture the acces _token on a dummy page from the URL , b ) store it using set session cookie formula and c )call an API to verify the token and d ) redirect based on profile verification through an API call if success . This however requires page load and the screen briefly flashes before logging into my app . My questiosn are 1 . Am I doing something wrong with the syntax for the redirect authomation ? 2 . does this method also verify the token or just store it ? 2 . is my workaround still secure ? thanks for any assistance ! I am not technical so any help will be appreciated - getting to learn a TON from ~ nordcraft ~ - File upload to Supabas
Jerry
6 2 months ago
Heyo ! I 'm trying to upload a PDF to Supabase and I 'm fighting for my life doing it . They get created in the bucket but with 0 bytes . I send the raw file in the body with application /pdf but still empty . I retrieve the file via file upload and get 'files ' and first item of the array . Looks good in the console log but still 0 . Any idea why ?