Hi guys,
The problem is in: /block.json of the plugins so the perfect location of the file is
public_html/wp-content/plugins/contact-form-7/includes/block-editor
– Line 34 on editorScript includes/block-editor/block.json
– BEFORE: “editorScript”: “file:./index.js”
– AFTER: “editorScript”: “./index.js”