Pricing Blog

Help forum

  • andreas_schaefer_04043-1389903721328152656

    andreas_schaefer

    7

    15 days ago

    Considering switching from Weweb - Supabase Questions
    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?
  • elli4931-1389759977610154014

    Vizualinx

    15

    15 days ago

    Fonts
    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?! 🤔)
  • chr.foss-1389561066060644394

    chr.foss

    10

    16 days ago

    Issues fetching data from Supabase
    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?
  • jehex-1389446885378621581

    Jehex

    6

    16 days ago

    my context workflow doesnt get call by my other component
    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
  • mossi9682-1389395124982911107

    mossi

    8

    16 days ago

    How to get values of fields for form that is repeated?
    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/
  • fe_rojas-1389347124948238356

    FeRojas

    5

    16 days ago

    Select with search using spark one
    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!
  • elli4931-1389335139544338472

    Vizualinx

    4

    16 days ago

    Exposing wokflows
    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)
  • uunicode-1388796270239420416

    unicodes

    1

    18 days ago

    Supabase, workaround for deleting without select RLS?
    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).
  • theodore_d-1388536548206842038

    theodored

    11

    18 days ago

    Hey,
    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 !
  • yung_novalis-1388526177886404668

    yung_novalis

    10

    18 days ago

    Connecting our Nordcraft-App to Xano-backend passes Nan instead of variable
    The 6 is not being properly bound to the request path. But why?
  • nathandh.-1388348785205186770

    nathandh

    13

    19 days ago

    Setting dynamic page parameters
    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
  • paspom-1388228411109019668

    Pascal

    16

    19 days ago

    Rich Text Editor – what do I need to know?
    My goal is simple:
    I want to build a Richtext (markdown,or whatever) Editor in Nordcraft
    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
  • nathandh.-1388179346463658095

    nathandh

    4

    19 days ago

    Uploading images
    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)
  • yung_novalis-1388155934341074996

    yung_novalis

    5

    19 days ago

    Help for implementing app functionality
    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!
  • uunicode-1388122286321569852

    unicodes

    39

    20 days ago

    Uploading Image on LinkedIn
    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?