"Page Not Found" after adding Dimensions

I can’t get language dimensions to work.

What I do is:

  1. Install Neos according to https://neos.readthedocs.io/en/stable/GettingStarted/Installation.html
  2. Create a new vanilla site
  3. Adding to Settings.yaml the example configuration from https://neos.readthedocs.io/en/stable/HowTos/TranslatingContent.html#cookbook-translating-content
  4. Remove the settings added in step 3.
  5. Do: ./flow node:repair and confirm removing the 3 pages the system proposes (“Node /sites/dim has invalid dimension values: {“language”:[“en_US”]}”)

Result:

  • After Step 2: I have an empty site that runs. Adding a header like “Hello World” works fine
  • After Step 3: I get “Page Not Found” … “The requested node does not exist or isn’t accessible to the current user” for both / and /neos
  • After Step 4: The system works again
  • After Step 5: I get again “Page Not Found”, it seems the page is now ruined for good

Looks like [SOLVED] Content dimensions odd behaviour experienced a similar issue

It seems that this might be 2 issues (dimensions not working, and repair destroying the site).

Please advise.

Hi @jobe451,
Did you execute the migration

./flow node:migrate 20150716212459

(as from the paragraph Migration of existing content) after adding the Settings.yaml and before your step 4?

Bests,
Nicola

Hi @ilCerchiari

Yes, I did.

In fact I followed several instructions including the one from punkt.de. That migration step was described on both. I went through the instructions several times.

cheers
Dani

Opened GitHub Issue for this. Seems to be a bug (in code or documentation):