PricingBlog

Help forum

  • _.__._.__.__._-1482644438978400266

    Ethan

    1
    1

    11 hours ago

    Supabase Password Reset Redirect URLs
    Hi all,

    I am trying to implement a password reset page. We use Supabase for authentication. I am using the PCKE flow, and am trying to trigger the request for a reset password email via https://<project>.supabase.co/auth/v1/recover, however I am having an issue with the redirectTo parameter.

    I POST to the endpoint with the following body
    {
    "email": "admin@pf360.co.za",
    "redirectTo": "https://pf360.co.za/reset-passsword",
    "code_challenge": "<Not generated yet>",
    "code_challenge_method": "s256"
    }


    I have tried the redirectTo parameter as https://patch-2026-03-12-processflow360.nordcraft.site/reset-password as well.

    I have the following redirect URLs enabled in my Supabase dashboard, with my site URL set as https://pf360.co.za:
    https://*-processflow360.nordcraft.site/**
    https://pf360.co.za/reset-passsword
    https://patch-2026-03-12-processflow360.nordcraft.site/reset-password


    regardless of what I set the redirectTo parameter to, my email contains the following link:
    https://<project>.supabase.co/auth/v1/verify?token=<token>&type=recovery&redirect_to=https://patch-2026-03-12-processflow360.nordcraft.site/_toddle/preview

    The redirect_to parameter is set to https://patch-2026-03-12-processflow360.nordcraft.site/_toddle/preview.

    I can't figure out why this is, any help would be appreciated.

    Many thanks.
  • uunicode-1482439235058401361

    unicodes

    3

    1 day ago

    Where to find events from an exported component?
    I just built a component and exported it. How can I communicate information to the outside when something happens inside the component? Is there a way to catch the events that the component creates?
  • lennartblmn-1479404267243569225

    lennartblmn

    4

    9 days ago

    What is the intended workflow for using API responses with context
    When I fetch data via an API on a parent component and pass it through context, the value is null in the editor — so I can't see or test how child components will look with real data. I end up using placeholder/hardcoded values to preview the UI, but then risk forgetting to remove them before going live.


    What is the recommended way to handle this?
  • lessofchristian-1479147545593905212

    Christian Beatty

    1
    5

    10 days ago

    Domain not adding.
    CNAME is added to the DNS settings, but the domain isn't propagating/setting to Active in the domain panel (been nearly 24 hours).

    You can see the DNS setting here and the right settings in a DNS lookup tool.

    https://mxtoolbox.com/SuperTool.aspx?action=a%3aportal.dodekadigital.com&run=toolpage
  • iconic4213-1479130275727540295

    Iconic

    1
    38

    10 days ago

    issue with local storage in editor.
    I have an issue regarding local storage, im trying to generate a user session id and store it in the local storage then always call it to check the users sessions and use it for corresponding api calls but gfor some reason nordcraft isn't seeing it even when it shows in the dev console. tried all methods and ai keeps returning null errors and burns my credit regardless
  • miles1991-1479081471472963644

    Miles

    1
    4

    10 days ago

    Update Query Params
    Hi 👋

    I want to update the url query params in a workflow.

    As I understand it, I should see an action to do this in the workflow as per the Nordcraft Docs, but I can't see it. https://docs.nordcraft.com/pages/static-and-dynamic#working-with-url-parameters

    *I have query params set in the page settings.

    Has anyone achieved this without creating a custom action?

    Thanks 🙂
  • baba_bambule-1479029629728850023

    BabaBambule

    4

    10 days ago

    Pass down data with exposed workflows?
    I am having a hard time wrapping my head around this and trying to understand exposed workflows and formulas here.

    So I took a look at spark core that has multiple exposed formulas in their sc-provider. These pass down information like is android or is iphone etc.

    So I tried to emulate that for my application that I'm building. So my app-wrapper have an api call for tenants. If that auto-fetch is successful I store the fetched data in a variable, trigger an exposed workflow and a exposed formula.

    the formula gets the data from the variable.

    In one of the child components of my app-wrapper, I activated context, got my formula and workflow and try to get my fetched data but nothing happens. The formula is used on load to fill the data of a variable, but this variable remains empty no matter what I do.

    Even tried the ai but it was utterly useless for my scenario 🙁 told me repeatedly to use the attributes, which is fine I guess but I wanna understand the exposed context
  • miles1991-1478419630635745360

    Miles

    1
    9

    12 days ago

    sc-slider
    Hi 👋

    I'm trying to make this slider work. The values should be 0-10 which I have set as the min/max values. The value is linked to a var, as is the default-value.

    The min/max buttons update the var and clicking them works. When i click max, the slider goes all the way to the right, and when I click Min the slider goes all the way to the left.

    The problem is I can't actually interact with the slider. When I try to click and drag the thumb nothing happens. I can't slide the slider...

    Set up attached.

    Any help appreciated 🙏
  • adewale0905-1478378512607088670

    Sanni

    4

    12 days ago

    Elevenlabs integration in nordcraft
    I wanted to integrated elevenlabs into my project, I have pasted the elevenlabs embed code into my project with the attributes of agent ID and allow microphone but each time I try to start the flow , I get an error occurred or permission denied
  • tinsoldiers-1478055257647874138

    Tinsoldier

    1
    7

    13 days ago

    URL in background
    Does anyone know how to put a formula in url for background for a div?
  • razgy_-1477792522116796437

    razgy_

    1
    6

    13 days ago

    Web download
    Hello, is there any way to download the website? Complete HTML, CSS, JavaScript, and so on?
  • needtheanswers-1477579100951548038

    needtheanswers

    13

    14 days ago

    Nordcraft font variants
    Hi everybody,
    I recently changed my font to “Geist” and noticed that only the 400 weight is available. However, when I set it to 600 or 700, the weight still changes slightly (although there’s no visible difference between 600 and 700, as you can see).

    Out of curiosity, is it normal for some fonts to have only one available weight while others (like Inter) have multiple weights? And if so, why am I still able to set the weight to 600 or 700 even though those weights shouldn’t exist?

    Thanks 🙂
  • iconic4213-1477305263374729368

    Iconic

    1

    15 days ago

    Issue preselecting data
    I have a few functions I'm running that supposed to preselect an item in an array on page load and api request success but they don't work. I've tried multiple methods all to no avail, whats the best way to approach this
  • fe_rojas-1476568707021930568

    FeRojas

    31

    17 days ago

    Cant use http-only-cookies on editor
    Im having trouble using the http-only-cookies on the editor, is something that always has work well using Nordcraft extension, but since some weeks the extension stop working for me. Authentication flows work well on production and on preview pages, is just in the editor that the extension is not getting the cookies. I can see cookies in the browser DevTools Application tab under Cookies https://editor.nordcraft.com/ for both cookies (with domain of preview pages)

    Could someone guide me through the most common things to check when troubleshooting?
  • neville9288-1475933591983624203

    Neville

    3

    18 days ago

    How to create a box shadow with theme variables
    Hello folks!
    I need some help using the new themes to create a box shadow for a component (or any div).

    The resulting CSS should be "box-shadow: 0 10px 25px rgba(15,23,42,.08)".

    I've tried creating a "syntax any" variable containing "box-shadow: 0 10px 25px rgba(15,23,42,.08)" and then adding that as a CSS variable to a div, but nothing happens (visually).

    I suspect I may not be using the CSS variable correctly.

    Can anyone point me in the right direction please?
    Thanks!