Text element "This is the homepage" always comes back

I have created a own site package, an some content element. I can place them, an view it in the frontend. But the default Element with the content “This is the homepage” comes always back. I delete it, publish all, reload, an there is it again. How can I permanently delete it?

It’s a known issue that this node easily becomes “stuck”.

The fastest way I currently know is to delete the node from the typo3_typo3cr_domain_model_nodedata table.
Find the node with the path /sites/<yoursitename>/main/text1

This autogenerated node will be removed in the next release:
https://github.com/neos/neos-development-collection/commit/1dcf1f2e0db3d0d7bd5f31f033be975227aa9cd0

1 Like