Pricing Blog

Help forum

  • saillmone-1369593129572896820

    saillmone

    3

    2 months ago

    Delete not working as excepted
    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!
  • quietrocket-1369436844936269854

    QuietRocket

    18

    2 months ago

    Correct way of implementing dynamic SSR
    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
  • fjp3757-1369420018898436177

    FJP#84

    9

    2 months ago

    How to stretch/spread child divs evenly
    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?
  • fe_rojas-1369328897988104263

    FeRojas

    2

    2 months ago

    Change icon color when button hover
    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?
  • kova2966-1369298290541203466

    Kova

    15

    2 months ago

    SSL/TLS version?
    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?
  • mossi9682-1369066310700367882

    mossi

    4

    2 months ago

    Reasons for slow/laggy editor
    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.
  • banks7191-1369063767479947284

    Bankydoo

    8

    2 months ago

    maybe my macbook is broken
    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
  • elli4931-1368904032000934000

    Vizualinx

    4

    2 months ago

    Keyboard shortcuts
  • quietrocket-1368520679221366885

    QuietRocket

    8

    2 months ago

    Proper way of using skeleton
    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.
  • sanedealer-1368504713682882590

    Edwin Paul

    5

    2 months ago

    Dealing with API services that require a Static IP
    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.
  • gerson_ca-1368377116848160919

    Gerson CA

    23

    2 months ago

    How can I call an API inside a component from my main page?
    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.
  • fss21.-1368367844445650966

    fss21

    6

    2 months ago

    Is there any way to upload multiple sitemaps?
    It seems there is just only one sitemap page I can create... is there a workaround to it?
  • jehex-1367876958750511256

    Jehex

    14

    2 months ago

    input field call my API
    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
  • knotshell.-1367867564998525060

    knotshell

    5

    2 months ago

    Redirect Authentication not working
    Hello,

    I have followed this documentation: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 ~
  • jeroen4264-1367853618417504276

    Jerry

    6

    2 months ago

    File upload to Supabas
    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?