created my nodes in three other dimensions. Now unfortunately I have a cr_default_p_neos_asset_usage table with around 10 gigabytes of data. I’ve tried a few things: contentstream:prune and then a cr:projectionreplayall, but the table blows up again. The system now reacts extremely slowly when publishing the workspace. Does anyone have an idea what I can do?
Hierarchy relation {“position”:128,“contentstreamid”:“9ac41adf-835f-4a93-9774-403cebba594b”,“dimensionspacepointhash”:“5797e6cfaca8c2b6d12c0fbb5c753642”,“parentnodeanchor”:32,“childnodeanchor”:33,“subtreetags”:“{}”} is disconnected.
Subgraph defined by content stream a0682a3e-7a8f-4b70-bdb9-9aeef55b84e5 and dimension space point {“language”:“fr”} is cyclic for node aggregates 9530b0a6-391a-4f69-b59f-be3e6a63c0d6,4656bc1a-cbff-4742-a37d-5e7b0727bb3d,019bceb1-6cc6-43a1-aeae-2f3bcd19a40d,d5ee101f-acdc-421d-9b56-824e2ea0af48,afd2322e-60d6-450a-ad83-e234e804fafc,8f84f268-0c59-410d-8afe-2c6c5f77545c,db697162-b712-41d2-82f9-562e7d56d7ed
and
Destination node aggregate 11e33631-2145-4874-a0d9-a6c024058dfb does not cover any dimension space points the source ea20c788-84b2-4bea-a94c-679c1c2daa01 does in content stream 9ac41adf-835f-4a93-9774-403cebba594b
I had a look into your data and as I said this issue with the asset usage table will be solved with the next beta release. We completly changed the way how the asset usages are stored, which is more efficent.
Regarding your disconnected nodes, I would suggest to create a new topic, as this seems to be unrelated to the asset usage.
I’ve now installed beta 14. However, I’m facing two problems:
I cannot excecute the nodemigration 20240924095647 - my system doesn’t find any migrations. The list is empty an trying to run the migrations leads to an “Error on applying node migrations:
Specified version is not available.”
When opening the website I get a:
Exception #1258721059 in line 62 of /home/httpdocs/Data/Temporary/Development/Cache/Code/Flow_Object_Classes/Neos_Flow_Security_Aspect_PolicyEnforcementAspect.php: The security context contained no tokens which could be authenticated.
Evaluated following 1 privilege target(s):
“Neos.Neos:AllControllerActions”: ABSTAIN
(0 granted, 0 denied, 1 abstained)
Okay, I found out that it was a path issue. After copying the the Migration file to the correct folder (Migrations/ContentRepository/Version20240924095647.yaml with “s” - I used the path from the yaml-file here: Migrating dimension config [v9] - Content Dimensions - Content Repository - Guide - Neos Docs) it worked. Now I can log into the backend, but my frontend is still not working:
Fatal error: Uncaught TypeError: Neos\Neos\Fusion\Helper\NodeHelper_Original::nearestContentCollection(): Argument #2 ($nodePath) must be of type string, null given in Data/Temporary/Development/Cache/Code/Flow_Object_Classes/Neos_Neos_Fusion_Helper_NodeHelper.php:56 Stack trace: #0 [internal function]: Neos\Neos\Fusion\Helper\NodeHelper_Original->nearestContentCollection(Object(Neos\ContentRepository\Core\Projection\ContentGraph\Node), NULL)
Okay, the migration didn’t succeed - although there was no error. I’ve still only one Neos.Neos:Site (empty dimension), although I’ve 4 configured dimensions.
I now tried the following:
created a new language dimension
create a new migration to this new empty dimension ( MoveDimensionSpacePoint accoring to 20240924093814.yaml)
new dimension showed up in “cr_default_p_graph_dimensionspacepoints”, but Site-Nodes was not assigned
UpdateRootNodeAggregateDimensions didn’t multiplicate the Site-Node’s, too
I’ll go to bed now - maybe I’ll have a good idea tomorrow
This makes the complete page crash. There is a content collection at site.footer. I cannot even make a Debug Output of props.content without crashing. No idea what’s wrong there, but it works with a static footer.
However, the whole beta14 feels to be much more responsive. Thank you for your hard work.