Help forum
- Redirect on 404 to home page instead showing 404 page
chrisr
2 11 hours ago
Hi there , I created a /404 page but get redirected to the project 's home page when throwing a 404 nevertheless . Side note : I am working with a paid plan and the Nordcraft default 404 page is not showing . What am I missing ? Thanks a lot ! - highlighting searched text
Vizualinx
2 1 day ago
has anyone ever done this ? https://discord.com/channels/972416966683926538/1181222154960908358/1380211029438365907 - Do you actually need to add cloudflare to protect your supabase-nordcraft project?
ssssadsadasd
✅1✅1✅1✅1✅1✅1✅1✅1✅1✅1✅1✅1✅1✅1✅1✅1✅1✅1✅1✅1✅1✅1✅1✅1✅1✅1✅1✅1✅1✅1✅1✅1✅1✅1✅1✅1✅1✅1✅1✅1✅1✅1✅1✅1✅1✅1✅1✅1✅1✅1✅1✅1✅1✅1✅1✅1✅1✅1✅1✅1✅1✅1✅1✅1✅1✅1✅1✅1✅1✅1✅1✅1✅1✅1✅1✅1✅1✅1✅148 3 days ago
So , I was trying to implement cloudflare to protect my supabase database from attacks . I am especially concerned about attack to read events as most of create /edit /delete are done via edge functions and there I can implement sth like [this ] ( https://www.youtube.com/watch?v=c_vVyLTz76g&ab_channel=JayCampbell ) . however , the thing is that if the supabase url and apikey are basically public , then anyone can ddos the direct database url from outside the site (even if I have RLS , they can call the same data over and over again ) . so , does it make any sense having cloudflare ? thanks - In-modal navigation/scrolling for ToC
Rei
0 4 days ago
Hello Nordcraft Community o / I created a modal component to view documents which includes a Table of Contents (ToC ) . The ToC links need to scroll the modal 's content area to the corresponding heading (identified by ID ) . Standard anchor links aren 't scrolling correctly within the modal . What 's the recommended way to implement scrolling to an element by its ID inside a modal component in Nordcraft ? Looking for any guidance on how to make these ToC links function . ToC is generated by a custom formula that extracts the headings from the document and saved to a variable . The objects in the array contain : , , . Currently (with standard anchor tags implemented ) , I can see my address bar add the but no scroll within the modal . - make.com webhook response consistently not recorded on the first call
R
12 4 days ago
Hi ! My make .com webhook response is consistently not recorded in Nordcraft on the first call . It works flawlessly after calling it the first time , but not on the first try . I can see the response pop up for a milisecond (unfortunately I think you cannot see this in the video , even though I saw it when recording ) , and then it is gone again . Does anyone know of a reason why this would happen ? Some things I already tried : It does this both in the editor as well as in the preview , and it does also not depend on the variables in the body . Autofetch is turned off . This is the link to a recording (it is cut off but contains all info ) : https://www.loom.com/share/e783c12e80ec4dd2adbd3aca8d141e12?sid=683843aa-df33-4a87-8a61-e6a23ea0a935 - Multiple filters with same query parameter
Targox
✅1✅1✅1✅1✅1✅1✅1✅1✅1✅1✅1✅1✅1✅1✅1✅1✅1✅1✅1✅1✅1✅1✅1✅1✅1✅1✅1✅1✅1✅1✅1✅1✅1✅1✅1✅1✅1✅1✅1✅1✅1✅1✅1✅1✅1✅1✅1✅1✅1✅1✅1✅1✅1✅1✅1✅1✅1✅1✅1✅1✅1✅1✅1✅1✅1✅1✅1✅1✅1✅1✅1✅1✅1✅1✅1✅1✅1✅1✅1✅1✅1✅1✅1✅1✅1✅1✅1✅1✅1✅1✅1✅1✅1✅1✅1✅1✅1✅1✅1✅1✅1✅114 4 days ago
I ’m trying to achieve this in my API call : https://requesturl.supabase.co?created_at=gte.2025-06-01&created_at=lt.2025-06-04 However , when I use the same query parameter ( created_at in this case ) multiple times , it gets replaced automatically in the UI , so I can ’t create range filters . Is there a way to send multiple filters on the same column without them overwriting each other ? - 404 page is gone after saving a branch
lucian0
0 5 days ago
i tried saving my last branch that was my website finished form but it seem to have messed with the domain im not sure what could be wrong - Chat ux pagination with intersect
ssssadsadasd
13 6 days ago
[here ] ( https://editor.nordcraft.com/projects/seno12/branches/start/components/test-scroll-up?canvas-height=800&canvas-width=800&selection=nodes.7xQPcxFd9K8K7aa2-mU_6&rightpanel=attributes ) , I am trying to build the logic of a chat with pagination . when I scroll up I want the new message to load , but without scrolling , i .e . my current view is not changed , but the messages are loaded at the top of the current message and I need to scroll up to view them . righ now , I cannot achieve this , and I immeidiately go to the top of the messages . anyone knows how to fix this ? thanks here is a [video ] ( https://vimeo.com/1089332063/e7b2658137?ts=0&share=copy ) that shows it - Signup Magic Link 404: Missing Access Token
Erik Fryscok
8 7 days ago
Trying to signup to Nordcraft , when I get the email , and even when trying to login from the email , I get to the page that has the button , but when I click it , I get a page saying with this in the address bar : https://nordcraft.com/auth-error?redirect_to=%2Fprojects&reason=Missing+access+token I don 't have any VPN or corporate network /firewalls in the way . - Response not updating in Edit API panel
madewithbill
11 7 days ago
Hi all . Getting started with the platform , so I very well could be misunderstanding the functionality here . I 'm trying to play around with API calls using the Rick and Morty API , and the initial creation always seems to work fine . But whenever I try to make changes to the endpoint parameters , Nordcraft doesn 't update the response . This is regardless of using auto -fetch or clicking the manual test button . I 've noticed it only updates when I change the actual name /title of the API call at the top of the panel . Is this normal behavior ? The tutorials I 've watched thus far suggest it 's supposed to auto update with changes . I was looking to use an input field with a search variable to dynamically change a query to the endpoint , similar to this intro video [ @ 4 :51 - What is toddle ? ] ( https://youtu.be/bjoA39sNz40?si=nLf8hu4FeHxHM67A&t=284 ) - YT video with dragleave/dragenter?
R
1 7 days ago
Does anyone know a video where the dragleave /dragenter events are used in Nordcraft ? Does not have to be a specific explanation video , just something where they are mentioned or shown . Background : I am building view where on dragging a file into a div , the file drop should be shown . It works for dragenter I am having some issues when adding dragleave however . - Help migrating a project to a clients account
Lee Russel
4 7 days ago
Hi Nordcraft team I need help in transferring a Nordcraft project from my account to a clients account . Who on the team can help me execute on this ? - google oauth response
ssssadsadasd
2 8 days ago
I have this curl curl -v -X GET \
'https://fbgdnqarkatcecjckioc.supabase.co/auth/v1/authorize?provider=google&redirect_to=https%3A%2F%2Fseno12.toddle.site%2Fauth' \
--header 'apikey: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJzdXBhYmFzZSIsInJlZiI6ImZiZ2RucWFya2F0Y2VjamNraW9jIiwicm9sZSI6ImFub24iLCJpYXQiOjE3MzMxMzE2NjcsImV4cCI6MjA0ODcwNzY2N30.60EHADCq9sgfwECGD7y_NZlLmV2ueKkYpt_2POciLyM'and I expect to get a redirect url . but I receive an html page . when I run it [here ] ( https://reqbin.com/curl ) , I receive the url in a redirect tab . AI is telling me that some how I receive the link , than curl goes to that link and returns the google sign in html page . anyone has any idea how to access the redirects link , or just prevent google from going to the html - Issue with from entries
knechtus paulus
2 8 days ago
Hello everyone , I 'm currently working on a university project and I 'm a bit stuck because I 'm having an issue with the "from entries " node . I 'm trying to create a JSON object with the structure { [id ] : isFilled } to save it in local storage . For this , I 'm using two Array nodes that lead into the "from entries " node . My problem is that I don 't understand why I 'm only getting undefined null in the output . Have a look at the attached image I 've already tried several debugging steps to find the cause : 1 . I checked if getid and isFilled provide the correct values . Neither of the values were initially undefined or null . 2 . I set the value of the isFilled variable to a number instead to see if the issue was related to the interpretation of false . 3 . I set defaults using the Default to node , but this also didn 't change the undefined null output . Maybe I 'm just doing it completely wrong or I have a fundamental misunderstanding , so I 'd be very grateful for your help . - sidebar animation
ssssadsadasd
16 8 days ago
I wanted to animate a sidebar like a simple slide -in /slide -out (see video ) but I am struggling to do so . anyone know how ? thanks [example ] ( https://editor.nordcraft.com/projects/moccasin_palpatine_chief_rook/branches/start/components/animation-sidebar?canvas-height=800&canvas-width=800&selection=nodes.UGCvQdRscB9JaKqlL90bU.style.animation.0&rightpanel=style )