PricingBlog

Help forum

  • mohammed1236222-1460074862411251885

    mohammed123

    0

    38 minutes ago

    slider don't work
    I am trying to create a slider in Nordkraft with arrows and pagination, but it does not work at all. What is the solution?
  • roccles-1459933415796379681

    chrisr

    2

    10 hours ago

    "Could not find formula" in package
    Hi there,
    we're facing an issue where exported package components that use non-exported package formulas throw this specific error. Is this a mistake on our side?
    The "missing" formula holds the data source and branch used in the Header of each API request to our database.

    This can be seen here, for example: https://westhafen_operating_system.toddle.site/anmelden
    Using our package https://westhafen_designcore_v2.toddle.site/

    The error was also mentioned and fixed back in May: https://discord.com/channels/972416966683926538/1366791513874370570

    Thanks a lot!
  • .kittiphum-1459627467336843456

    Kittiphum

    3

    1 day ago

    Cookie sharing between domain and subdomain
    Hi there,

    I created an LMS in toddle for my client and now he wants an "add-on", preferably on a subdomain. My question is if it is possible to share a cookie between the main and subdomain, so that a user could just click a button and be navigated to the subdomain, where they would be automatically logged in, in nordcraft.

    Thanks in advance for your replies.
  • uunicode-1459506277066473658

    unicodes

    0

    1 day ago

    Formula of workflows called in contexts, continue to get lost.
    I just renamed a main component, and some of formulas of workflows called in context get lost.
    @Erik Beuschau I'm working right now on it to fix all the missing connections, you are member of the project, in case you want to check what's going on, please go for it. Please feel free to join "start" branch, I'm working right now on it and is the one with this issue.
  • enginhear-1459258800497492237

    enginhear

    6

    2 days ago

    Beautiful colors (I'm curious)
    Where are the core colors like "mediumorchid" from?
    They all look amazing!
  • alfred_66594-1459196745723547730

    Alfred

    13

    2 days ago

    CMS recommendations
    Hi
    I am starting a new project where we are building a new marketing website for an IT consultancy firm. They are moving away from Elementor and over to a new setup in Nordcraft. The idea is to make as much of the content dynamic as possible, both on single pages and on page types like customer cases, news, blog posts, and similar content.

    I am looking for a CMS that can handle extensive rich content. The marketing team is currently using Airtable for managing posts, releases, and other content, but their API rate limiting and simple rich text support do not seem suitable for serving dynamic content.

    I have set up a test with DatoCMS and I have also looked at Directus and Contentful, but they end up being a bit too expensive. I would like to hear if anyone has positive experience with cheaper alternatives that still offers extensive features hfor rich text, GraphQL, and similar needs.
  • fe_rojas-1458814316005560351

    FeRojas

    2

    3 days ago

    Deploying different app instances/versions with different env variables
    Is there an easy way to run the same app from a single repo as multiple instances, each with different environment variables and connected to different subdomains?

    Use case: I want to deploy identical versions of a web app (under same Nordcraft project), but each connected to a different subdomain and backend instance. The goal is to isolate different tenants so each business has its own subdomain and dedicated backend instance.

    I know that global formulas could be use like a env variable (but expose to the client). Could they be used dynamically—so that based on the subdomain the app connects for example to a different SUPABASE_PROJECT_URL and SUPABASE_ANON_KEY (global formulas), so each subdomain connects to different Supabase projects? Any advice on this would be appreciated.
  • binayek._89441-1458352237775687732

    binayek._89441

    0

    4 days ago

    Problem in storing auth-token in session cookie
    I was watching the No Code Coder CRM building tutorial, where I faced this problem of storing in a session cookie. I found the same problem posted previously in the comments, and it says it is fixed. What should I be doing?
  • nathandh.-1458173024673988679

    nathandh

    6

    5 days ago

    Question about Challenge 3
    In the 3rd challenge (with repeating country list), there's a step to bind the input variable to the search parameter in the API call. Looks like:

    ilike.%

    What does this string represent?
  • nick.repetun-1458041784818077706

    Nikita Repetun

    2

    5 days ago

    Change account email
    I want to change email on the account, but system doesn't allow. How can i solve this?
  • technikobst-1457413749446017024

    Marcel

    6

    7 days ago

    select bound to a variable wont show the right option
    I have a select where I have bound the value to a variable. However, after a reload, this select no longer shows the correct value but always falls back to the first option. I checked everything, the variable or value is set correctly. There seems to be a timing issue with the select as it works fine with text bound to the same variable. Unfortunately I can't think of any way to solve the problem (in Nordcraft) anymore.
  • uunicode-1457358242459029514

    unicodes

    2

    7 days ago

    Does Nordcraft uses a static IP address for the proxy service?
    I'm considering to add the proxy IP address to supabase whitelist in order to limit access to the database.
    Does Nordcraft uses static IP address or it changes?
  • arttnov-1457318023365918973

    ArtTnoV

    🐞1
    3

    7 days ago

    Can't access to Nordcraft Editor (app.nordcraft.com)
    When I press "Open app", or go straight to app.nordcraft.com - it redirects to 404 page
  • tinsoldiers-1454081469344518215

    Tinsoldier

    3

    16 days ago

    Supabase Graphql
    When I connect the service and go to editor, it shows all the collections but selecting a collection gives no data even thought public select is on.
  • benjamin.h-1453524356125692028

    Ben H

    5

    18 days ago

    what is the scope of style variables?
    can someone clarify the expected scope of style variables?

    i declared some style variables at the root element of the page i'm working in. inside that root div, i can see them available in the style panel as expected. however, in children of this div, sometimes they seem available and sometimes not.

    for example, inside one child component, referencing --font-color works as expected.

    however, in a different child component, referencing --font-color-secondary is not working.

    are there rules regarding where these declared style variables can be used?