PricingBlog

Help forum

  • ssssadsadasd-1384580388764127315

    ssssadsadasd

    5

    10 months ago

    supabase & cloudflare turnstile (2)
    So I managed to make supabase and turnstile work as explained [here](https://discord.com/channels/972416966683926538/1382765872522854612).
    now, I need turnstile in three occasions: signup, login, and forget password. each of these is a component.
    however, when turnstile loads a second time (e.g. when I go from signup to login) it says: [Cloudflare Turnstile] Turnstile already has been loaded. Was Turnstile imported multiple times?, which basically is how turnstile prevents the widget being loaded more than one time. the only way to make it work again is if I reload the page.

    now my question is: how can load turnstile once per session and then use that key that was generated in any call that the user makes?


    thanks
  • roccles-1384448085396164629

    chrisr

    0

    10 months ago

    API staging / environments with Xano and Nordcraft
    Hi there,
    I'm currently researching on how to setup staging and environments in Xano and Nordcraft.
    As far as I understood, I'd have to work with different data sources and branches in Xano.

    Do you have any best practices for that and especially the integration of different environments in Nordcraft?

    At this point, I'd probably create a global formula with the environment-type in it and dynamically set the Services base urls based on it.
    However, I figured that APIs already in use would not update throughout the project if modifying the Service.

    Looking forward to hear your thoughts!
  • dimape-1384273204637601883

    Dmytro

    1
    8

    10 months ago

    The deleted package is still visible in the project.
    Hello,
    I cloned a package (Spark Core) from the Marketplace and installed it in my project. I then realised that this was not necessary and deleted the cloned package without uninstalling it from my project.
    However, the components from the deleted package are still displayed in the ‘Add element’ window.
    And no package is displayed under Packages > Installed.

    What can I do to remove the package cleanly from my project?
  • luca.heck-1384112284158394468

    Luca Heck

    1

    10 months ago

    "www"-activation redirect of the Nordcraft website from
    I have deposited an individual domain on my project -> ueberstunde.com

    Now I want www.ueberstunde.com to be accessible as well. I know that you create a CNAME with www in my DNS Records and the website can then be accessed. I have done this, but despite waiting a few hours I get an error from Cloudflare.

    How can I make it so that when a user accesses www.ueberstunde.com, they are either redirected to ueberstunde.com or the page can be accessed via www?
  • vapaus22-1384108674666205234

    Ekaterina Swoboda

    2

    10 months ago

    Three.js Support in Nordcraft? Trouble Loading Blender Models
    Hi everyone,
    I'm trying to create an application that uses Three.js to render multiple 3D objects I created in Blender. However, I'm having trouble getting Three.js to work properly, and I'm not even sure if it's possible to load formats like .obj or .glb directly in this environment.

    Has anyone managed to successfully integrate Three.js or found a way to render Blender-exported 3D models? Any help or direction would be greatly appreciated!
  • paspom-1383517918343729152

    Pascal

    0

    11 months ago

    Can I listen to a component event?
    To be specific:
    I'm building a package
    this package has its internal Menu Interaction system
    I want to utilize the Spark Swipe Handler to make it close my menu element
    I want this without any setup in a separate project component
    Instead: I want to listen to the onSwipeOut event – but I can't do a getElementById of course because the event is by the component
  • yoelfdz-1383457629677944883

    yoelfdz

    13

    11 months ago

    Limitation working with large JSONs as attributes and events test values
    I'm working on an app in which we need to work with large JSON structures. I'm constantly facing the issue of "Temporary connection issues" in the editor, which probably occurs because it's unable to save large amounts of data through Cloudflare. This happens when adding test values on attributes and events

    It's not allowing me to work on the project. Does this have a solution? If not, I would appreciate any tips to bypass this limitation. I've been struggling with this for quite some time
  • sanedealer-1383104379996995664

    Edwin Paul

    21

    11 months ago

    How to use the Reduce formula?
    Trying to wrap my head around the Reduce formula in NC. I think I’d get it better if someone could walk me through a use case.
  • mvvdv-1383055720068681759

    MVvdV

    0

    11 months ago

    CSS resize attribute set as variable not working in component instance
    I have a component with resize: var(--resize); set on the root div, the style variable gets its input from a component attribute. Inside the component works fine but any component instances on the page don't show resize capabilities.
  • mvvdv-1382894291877232832

    MVvdV

    3

    11 months ago

    Convert HTMLcollections into Arrays to use Map and Filter
    Is there a native Array.from() method in nordcraft to make usable arrays from HTMLcollections?
  • m4dmurd0c-1382889777031811092

    Brian

    5

    11 months ago

    API Redirect For User Roles
    Pretty New and I am working on an app that has 3 user roles...Admin, Staff, Hotel. I have it setup that when the user logs in, the response returns the auth token and the user's role. Can someone help me with regard to the redirect. I have been trying to set it up where each user role is directed to their dashboard. for some reason, if I am using "admin" data in the test, it will not allow the setup for the "staff" or "hotel" redirects. I may be doing it wrong, but could someone give me some direction on the correct wetup, please? Thank you in advance.
  • ssssadsadasd-1382765872522854612

    ssssadsadasd

    17

    11 months ago

    supabase & cloudflare turnstile
    has anyone managed to implement supabase turnstile for signup/login forms? this is a bit different [from this](https://www.youtube.com/watch?v=dmP5Xg4wW0E), as I am using supabase's Bot and Abuse Protection features (see image).

    been getting the following error. I am pretty sure that all the sitekey and site secret data are correctly set up in supa, cloudflare and nordcraft app. any one has experiences this before? thanks

    {
    "code": 500,
    "error_code": "unexpected_failure",
    "msg": "captcha verification process failed",
    "error_id": "94eae23d37c2f5cb-AMS"
    }
  • luca.heck-1382733843714277396

    Luca Heck

    8

    11 months ago

    Dynamic Subpages Not Listed in sitemap.xml (e.g., website.com/{city_name})
    I have a large website with many dynamically generated subpages, for example:
    website.com/{city_name}
    (e.g., website.com/berlin, website.com/muenchen, website.com/prag, etc.)

    I want to list all these subpages in my sitemap.xml so that search engines can index them properly.
    Currently, only pages without a path parameter are listed in the sitemap, and none of the dynamic subpages (with {city_name}) appear.

    How can I generate and include all these dynamic URLs in my sitemap.xml?
    Is there a recommended approach or best practice for adding a large number of dynamic pages to the sitemap?

    Thank you for your support!
  • ssssadsadasd-1382460534749794445

    ssssadsadasd

    3

    11 months ago

    why isnt markdown working in markdown block?
    I have this markdown which render well when I try it on https://markdownlivepreview.com/ but on the markdown block it is rendered as bold everywhere. any one has any idea why?

    # Terms and Conditions for Facebook

    **Last Updated:** [Date]

    Please read these Terms and Conditions ("Terms") carefully before using the Facebook application and services (collectively, the "Services") operated by Facebook ("us," "we," or "our").

    Your access to and use of the Services is conditioned upon your acceptance of and compliance with these Terms. These Terms apply to all visitors, users, and others who wish to access or use the Services.

    By accessing or using the Services, you agree to be bound by these Terms. If you disagree with any part of the terms, then you do not have permission to access the Services.

    ### 1. Accounts

    When you create an account with us, you guarantee that you are above the age of 13, and that the information you provide us is accurate, complete, and current at all times. Inaccurate, incomplete, or obsolete information may result in the immediate termination of your account on the Services.

    You are responsible for maintaining the confidentiality of your account and password, including but not limited to the restriction of access to your computer and/or account. You agree to accept responsibility for any and all activities or actions that occur under your account and/or password.
  • richardosborne14-1382252250457702460

    Richard Osborne

    3

    11 months ago

    Mobile app deployment
    Having been used to building mobile apps in Noodl which deploys a static web app, I’ve found it really nice deploying to mobile using Capacitor, so the front end works even offline. I came from wrapping apps in Bubble, which is SSR or some weird variant of it, and it was a bit sad that there was no option to deploy a static version for Capacitor.

    I know Nordcraft is SSR right now. Anyone have experience with working with mobile apps and Capacitor / offline mode? Any chance of exporting static versions of Nordcraft apps in the future?