decaporg / decap-cms

A Git-based CMS for Static Site Generators
https://decapcms.org
MIT License
17.66k stars 3.02k forks source link

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

Closed HAG87 closed 3 weeks ago

HAG87 commented 4 months ago

Applicable Versions:

CMS configuration


backend:
  name: bitbucket
  repo: ...
  branch: main
  app_id: ...
  auth_type: implicit
  commit_messages:
    create: Create {{collection}} “{{slug}}”
    update: Update {{collection}} “{{slug}}”
    delete: Delete {{collection}} “{{slug}}”
    uploadMedia: "[skip ci] Upload “{{path}}”"
    deleteMedia: "[skip ci] Delete “{{path}}”"
local_backend: true
media_folder: static/img
public_folder: /img
gxanshu commented 4 months ago

same issue

martinjagodic commented 4 months ago

Hi @HAG87, please fill out all the fields in the issue template. The information you provided is not enough to debug the problem.

jackmahoney commented 2 months ago

Also experiencing this. The auth is failing with 404 for bitbucket implicit.

martinjagodic commented 3 weeks ago

Closing as duplicate of #7183

razzeee commented 3 weeks ago

Also duplicates https://github.com/decaporg/decap-cms/issues/7105#issue-2137512462