Help forum
- Considering switching from Weweb - Supabase Questions
andreas_schaefer
7 15 days ago
Hi , I 'm still evaluating on what frontend builder I want to use for my application . I currently demoing weweb and I actually prefered it over my first try with nordcraft . I like how it makes working with dates much easier than NC and the supabase plugin is great . It basically provides an easy to handle RBAC for supabase right out of the box . They are apparently not as reliable as competitor . They had a massive outtage a few days ago and the handled it poorly . The other Restriction I really dont like is that your limited to supabases public schema with their plugin since thats apparently a limitation on the Supabase SDK . So how does NC handle this ? Can i get access to custom schemas when exposing them thru the API ? are there any resources to learn how to properly handle dates in NC ? e .g . add / subtract days . How can I run custom JS in NC ? - Fonts
Vizualinx
15 15 days ago
When I started to build my project I used nordcrafts default theme . Meaning it by default used the sans font for all text , I didn 't even select any font when adding text . Now I want to change the font and it should apply to all the text in the project . How can I do that ? If I add a new font and delete the original one , what happens is that it won 't use that font , it will use the default HTML font (looks like in the 19s ) . (I don 't want to have to go through every single text element in my app and have to select that font ! ) Another question : How can I have different fonts for different languages ? (Am I crazy for not wanting to have to select each text and set conditions for the font ? ! 🤔 ) - Issues fetching data from Supabase
chr.foss
10 16 days ago
Hey guys , Super new to Nordcraft & Supabase but I got my login working and I 'm setting the auth token cookie and can see the request is authorized in Supabase . . On my homepage (after login ) I 'd like to fetch some data and display it , but I can 't seem to make the GET request work properly . I 'm getting a 200 response but with no data in Nordcraft and in Supabase I can see the request (select = * ) . I have one row in the 'tenants ' table . I 'm setting the apiKey in the API setup in NC , but on the Supabase side it says 'anon ' , is that correct ? Any ideas ? - my context workflow doesnt get call by my other component
Jehex
6 16 days ago
Hi there , would like to know why my context workflow is not " call " but a component from a different parent who share the same " level " , sorry if it 's not clear I tried to make a schema . Is it possible to call a workflow from here ? Thanks - How to get values of fields for form that is repeated?
mossi
8 16 days ago
I have created a component that is a simple form . The form has a repeate formula inside the component with an attribute that controls the repate . I also set Event actions so I could get data from component to the page . I import this form in a page and via component attributes i send data to component to repeat it . Everything works except I don 't know how I can save the values of forms fields when the form is repeated . The event actions only capture the last data entry obviously . How is it possible to get each repeated fields value and save it in an array variable in the page ? below is the link to a test form . https://app.nordcraft.com/projects/apricot_bail_prestor_organa_religious_sa_fish/ - Select with search using spark one
FeRojas
5 16 days ago
Has anyone successfully created a searchable dropdown using the Spark One Kit 's select component ? My idea is to replace the default trigger button with a text input . However , my first try didn 't worked . My ultimate goal is to have a searchable dropdown that filters a data table . The user should be able to type into the input to filter the dropdown options themselves . Any help , examples , or references to accelerate development would be greatly appreciated ! - Exposing wokflows
Vizualinx
4 16 days ago
A dumb question here . . What does it mean to expose workflows in context ? i didn 't manage to understand it from the docs . (i am trying to trigger an event inside a child component ) - Supabase, workaround for deleting without select RLS?
unicodes
1 18 days ago
I have a public table and I need workaround for deleting without having a select RLS . I can not add select RLS because PostgREST doesn 't support filters in RLS , like (you can select only if you provide the id ) . - Hey,
theodored
11 18 days ago
I am coming from Bubble and Weweb and I am trying to create a calendar like view , but not for calendar features . The purpose is to have cards for all days , for each month . Can someone point to me how I can build this ? Thank you ! - Connecting our Nordcraft-App to Xano-backend passes Nan instead of variable
yung_novalis
10 18 days ago
The 6 is not being properly bound to the request path . But why ? - Setting dynamic page parameters
nathandh
13 19 days ago
Read the docs but still unclear how to configure dynamic pages . According to this page : https://docs.nordcraft.com/pages/static-and-dynamic How do I pass a value from a different page to the new page ? Where would I input it ? Is the param stored as a variable on the dymamic page somewhere ? Sorry if this is obvious , just having a hard time wrapping my head around it - Rich Text Editor – what do I need to know?
Pascal
16 19 days ago
My goal is simple : One that looks like the usual suspects (Notion , Editor .js ) I guess some Library is required without dying of dispair , right ? But I want full design - and logic -control . I want to use real Nordcraft components for every aspect of the UI I want it to be 100 % whitelabel style -wise , so that it blends seamlessly into the rest of the UI . I 'd love to hear some suggestions what I could do - Uploading images
nathandh
4 19 days ago
These are all done in the new Media tab now , right ? Then we grab the URL to paste in the src attribute . Asking because an older video with Andreas showed an upload icon at right below Attributes , which doesn ’t appear now (and which would be handy ) - Help for implementing app functionality
yung_novalis
5 19 days ago
hello ! we need to work with nordcraft for an university project . we designed an app called dishdash . the idea is to work with smart fridges and recipes to generate shopping lists on the go 🙂 the idea is to have a smart fridge that knows all the items in stock and have recipes on site . then the app will crate a shopping list , so that you just shop for the items you dont already have . we already designed the ui , but we are a bit lost implementing the functionality , because we don 't really understand how to use formulas correctly . we just need to get a prototype going . so i thought of the following : - store the items currently in the fridge in a data structure (array or list ) - store the items of the recipe in another data structure (also array or list ) - generate a new shopping list (items in recipe , subtract items already in fridge ) since its a prototype , we want to hardcode the items and dont want to implement a full working backend just yet . i 'm a bit lost on how to get started . and currently our app works with different sites , connected by a taskbar . is there a way to have persistent data , that all the different sites could access ? and what is the most simple way to get the shopping list generation done ? thank you so much in advance ! - Uploading Image on LinkedIn
unicodes
39 20 days ago
I 'm on the step of uploading an image to linkedin . Step 1 - InitializeUpload (POST ) Step 2 - Upload the image (PUT ) I get 201 from step 2 , but when I check for the image I get "PROCESSING _FAILED " . Do you know what else needs the Upload image on LinkedIn ? Is a PUT - URL (uploadURL from Step - 1 ) Header Content -Type : image /jpeg (as per image ) media -type -family : STILLIMAGE Content -Lengh : 3199852 Authorization Bearer {access _token } (the one received connecting to linkedin ) Tried Also - Authorization : Bearer Redacted ' " https://www.linkedin.com/dms-uploads/ . . . " (as per doc ) but doesn 't work . Have you been in this issue ever ? How did you fixed it ?