Issue with default_content_deploy

Created on 14 July 2025, about 6 hours ago

The default_content_deploy module works by exporting content (node/term/etc) data into JSON files. When better_normalizers is disabled, running a Default Content Deploy import can yield the following error:

In ContentEntityBase.php line 616:
Field data is unknown.

This is because the JSON data contains a "data" key added by better_normalizers, and when the module is disabled DCD no longer knows what to do with this key. I fixed this by manually removing the "data" key from the JSON.

I believe both modules are probably working correctly here but this behavior confused me for a bit so I thought I'd document it in case it bites anyone else.

πŸ’¬ Support request
Status

Closed: won't fix

Version

2.0

Component

Miscellaneous

Created by

πŸ‡ΊπŸ‡ΈUnited States joshf

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Comments & Activities

Production build 0.71.5 2024