Content disapears when using console command gc/run #980
Labels
bug report status: unconfirmed
A bug report that has not yet been reproduced by the maintainer(s), and more information is required
bug report
Bug Description
We have some content that seems to disapear from some neofields when running the garbage collector of Craft. After verification the neo blocs still exist in the database, but no corresponding neoblock_owner table row exist for these fields after it has run.
As a side note, this does not happen when resaving all neo blocks or resaving all entries through the command line.
As this is the website of an important client, we would like you to investigate the issue. We can provide the database and the composer.json which you will probably need. (And we can indicate an example entry (id=2278), where it happens.)
Steps to reproduce
Run craft gc/run in the console.
Expected behaviour
The garbage collector should run without removing the link of the neoblocks and the neobloc_owners in the database. (We did not look if other things happened, this is only what we have been able to analyse on our side.)
Neo version
4.2.23
Craft CMS version
4.13.9
What is the affected Neo field's propagation method?
userdefined {owner.translationStructure.value}
Does this issue involve templating, and if so, is eager-loading used?
This is not a templating issue
The text was updated successfully, but these errors were encountered: