Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

NotFoundError: Failed to execute 'removeChild' on 'Node': The node to be removed is not a child o... #6516

Closed
AudreyH49 opened this issue Jul 18, 2022 · 1 comment

Comments

@AudreyH49
Copy link

Describe the bug

To Reproduce

Expected behavior

Screenshots

Applicable Versions:

  • Netlify CMS version: netlify-cms@2.10.192
  • Git provider: github
  • Browser version: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36

CMS configuration

locale: fr
backend:
  name: github
  branch: master
  repo: betagouv/beta.gouv.fr
  api_root: https://api.github.com
  auth_scope: repo
  base_url: https://betagouv-cms-auth.osc-secnum-fr1.scalingo.io
  commit_messages:
    create: Création de {{slug}} dans {{collection}} !
    update: Mise à jour de {{slug}} dans {{collection}}
    delete: Suppression de {{slug}} dans {{collection}}
    uploadMedia: Nouvelle image {{path}}
    deleteMedia: Suppression de l'image {{path}}
  open_authoring: true
  always_fork: true
  squash_merges: true
  use_graphql: true
media_folder: img/netlifycms
display_url: https://beta.gouv.fr
logo_url: https://beta.gouv.fr/assets/images/favicons/apple-touch-icon-180x180.png
show_preview_links: true
slug:
  encoding: ascii
  clean_accents: true
  sanitize_replacement: .
publish_mode: editorial_workflow
relation_default_options:
  widget: relation
  valueField: "{{slug}}"
  displayFields:
    - title
  searchFields:
    - slug
    - title
date_field_defaults:
  widget: datetime
  format: YYYY-MM-DD
  dateFormat: YYYY-MM-DD
  timeFormat: false
  default: null
collections:
  - name: startups
    publish: false
    label: Produits
    preview_path: startups/{{slug}}
    label_singular: Produit
    folder: content/_startups
    create: true
    delete: false
    editor:
      preview: false
    fields:
      - label: Quel est le nom de ta Startup d'Etat ?
        name: title
        hint: Ce nom sert d'identifiant pour la startup et ne doit pas dépasser 30
          caractères
        widget: string
        pattern:
          - ^.{1,30}$
          - Vous êtes limité à 20 caractères
      - label: Quel est son objectif principal ?
        hint: >
          Par exemple : "Faciliter la création d'une fiche produit". Pas besoin
          de faire plus long.
        name: mission
        widget: string
      - label: Administration sponsor ou partenaire
        name: sponsors
        collapsed: false
        valueField: /organisations/{{slug}}
        displayFields:
          &a2
          - "{{name}} ({{slug}})"
        searchFields:
          &a1
          - slug
          - name
        collection: organisations
        label_singular: Sponsor
        widget: relation
        multiple: true
        required: true
        value_field: /organisations/{{slug}}
        search_fields: *a1
        display_fields: *a2
      - widget: relation
        valueField: "{{slug}}"
        displayFields:
          &a4
          - title
        searchFields:
          &a3
          - slug
          - title
        label: Quel est l'incubateur qui t'accompagne ?
        name: incubator
        collection: incubators
        value_field: "{{slug}}"
        search_fields: *a3
        display_fields: *a4
      - label: Lien vers le produit
        name: link
        widget: string
        required: false
      - label: Lien vers le code source
        name: repository
        widget: string
        required: false
      - label: Email de contact
        name: contact
        widget: string
        pattern:
          - ^[^@\s]+@[^@\s]+\.[^@\s]+$
          - Ce doit être un email valide
        required: true
      - label: Statistiques d'usage publiques
        name: stats
        widget: boolean
        required: false
      - label: Lien vers la page budget
        name: budget_url
        widget: string
        required: false
      - label: Lien vers la page Dashlord
        hint: >
          Pour inscrire ta startup sur dashlord.incubateur.net, visite
          https://github.com/betagouv/dashlord/blob/main/dashlord.yml
        name: dashlord_url
        widget: string
        required: fa
...
@martinjagodic
Copy link
Member

Hi @AudreyH49, we believe that you have a problem, but in order for anybody to help you, you need to provide as much detail as possible. The issue template contains the bare minimum of what is required (how to reproduce, expected behaviour, screenshots, etc..).

I'm closing this issue for now. If the problem persists, please open a new issue with all of the details filled out. Also, before posting a new issue, please verify that everything is all right with your environment (computer, internet, browser) and verify whether this issue was already reported by someone else. For general help, please turn to our Slack.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants