Navigation

    APPDRAG Community

    • Register
    • Login
    • Search
    • Categories
    • Recent
    • Popular
    1. Home
    2. jbenguira
    3. Best
    J
    • Profile
    • Following 0
    • Followers 0
    • Topics 0
    • Posts 156
    • Best 32
    • Groups 1

    Best posts made by jbenguira

    • RE: recapcha for white label login or not necessary?

      Hey Linda,
      Our forms use ajax + some home made bot detection process, it's enough to stop 99.99% of spam 🙂

      posted in General Discussion
      J
      jbenguira
    • RE: Node v.14 and/or ES2020

      Great news, Node.js 14 is now available on Cloudbackend, more details are available here:
      https://changelog-8f2785.appdrag.com/features/nodejs-14-serverless

      posted in Cloud Backend (Cloud DB
      J
      jbenguira
    • RE: Blog SEO - Blog Titles as H1 and SEO Sitemaps

      @Daniel-Mulroy google will crawl all sitemaps present in robots.txt but you should add that sitemap manually in google search console if you want to see it there 😉

      posted in Cloud CMS (Pagebuilder
      J
      jbenguira
    • RE: fileSaveUploaded issue (appdrag-cloudbackend node package)

      @hamza-hamzaoui that's correct, uploaded files will be available in an array in event.FILES

      There is no way to change this but it's not an issue, your code inside your backend function just have to read that collection 😉

      posted in Cloud Backend (Cloud DB
      J
      jbenguira
    • RE: Where to place the Google convert script?

      Please check here:
      https://support.appdrag.com/doc/Forms

      You can add your conversion script in the After submit action

      posted in How-to
      J
      jbenguira
    • RE: How many variant is it possible ?

      Hey Katya

      You are doing it wrong, your product have only 1 variant based on language and then indicate as many languages as you want!

      So remove your variant settings and add just 1 variant: lang
      And then add your langs couples

      posted in Cloud CMS (Pagebuilder
      J
      jbenguira
    • RE: Rotating/Changing API Key

      @Daniel-Mulroy yes indeed, FYI it's also an option since recently to use global context vars, this way no need to republish each function after a key rotation

      posted in Cloud Backend (Cloud DB
      J
      jbenguira
    • RE: Scrollable page

      Hey Steve, this is described in our doc here:
      https://support.appdrag.com/doc/Links-and-Anchors

      posted in How-to
      J
      jbenguira
    • RE: Paralax not working on Mobile (phone) view

      Hey Stephen

      Unfortunately, iOS do not support "background-attachment: fixed", this is what we use for the parallax effect ...

      posted in Cloud CMS (Pagebuilder
      J
      jbenguira
    • RE: fileSaveUploaded issue (appdrag-cloudbackend node package)

      @undefined that's correct 🙂

      posted in Cloud Backend (Cloud DB
      J
      jbenguira
    • RE: Unpublishing a website

      Hey Stephen, if you have a white label (available in our agency business offer) this page will match your white label branding.

      posted in How-to
      J
      jbenguira
    • RE: White label and sharing

      Hey Stephen, this means that you have not yet configured your white label.
      To do it go to the dashboard, click on your name in top right corner. And click on white label configuration. There fill at least your brand name, email and details then save. You can also attach a white label Domain

      Once done your invited users will be able to sign in 🙂

      posted in Cloud CMS (Pagebuilder
      J
      jbenguira
    • RE: Protection from DoS?

      Hey @mody-ibrahim, a DDOS attack will deplete your API quota and then your API will be rate limited

      I suggest you setup Cloudflare on your domain to add an additional layer of protection and configurable rules.

      We have a guide here about how to do that: https://support.appdrag.com/doc/Use-CloudFlare-and-Activate-SSL

      posted in Cloud Backend (Cloud DB
      J
      jbenguira
    • RE: URL redirection

      Hey Christopher,

      To serve traffic with https on root domain (without www) you need to follow our cloudflare tutorial here:
      https://support.appdrag.com/doc/Use-CloudFlare-and-Activate-SSL

      posted in Domains & Emails
      J
      jbenguira
    • RE: put a minimum quantity on the products of my shop

      Just create a product which is a pack of 5 😉
      So each quantity unit is a pack of 5 (1=5, 2=10, 3=15,...)

      posted in Cloud CMS (Pagebuilder
      J
      jbenguira
    • RE: Protection with WAF

      Hey @mody-ibrahim
      We do have a waf but it won't be configurable/adjustable by you this is why I recommended you to configure Cloudflare (free) to get an additional protection layer that you can configure with rules

      posted in Cloud Backend (Cloud DB
      J
      jbenguira
    • RE: Root domain not working

      Hey Ian,

      If you can setup a redirect from root domain to the url with www it will work. Usually redirects are not in the dns edition screen but in another menu specific to redirections.

      If you don't want the domain to be redirected to www, in that case yes you will need to follow our cloudflare tutorial to serve your website on root domain:

      https://support.appdrag.com/doc/Use-CloudFlare-and-Activate-SSL

      posted in Domains & Emails
      J
      jbenguira
    • RE: Cloudflare setup

      Hey Amir

      Your cname for www should point to custom-domain.appdrag.com

      Please try this and let us know 🙂

      posted in General Discussion
      J
      jbenguira
    • RE: Can we make a animated gif/picture/video ?

      Hey Samantha,
      Yes you can use GIF or videos as background of section, rows, columns

      posted in Cloud CMS (Pagebuilder
      J
      jbenguira
    • RE: Root domain not working

      You can remove those A records, they are used only for redirecting root domain to www
      But since cloudflare support cname for root domain ... No need of A records at all with cloudflare 🙂

      posted in Domains & Emails
      J
      jbenguira