die-wegmeister / Wegmeister.DatabaseStorage

A Neos CMS plugin to store data into Database and export it as xlsx (and other table formats). Also compatible with the Neos FormBuilder (https://github.com/neos/form-builder).
GNU General Public License v3.0
5 stars 7 forks source link

Neos instances without a configured dimension could not create records with version 2.x #36

Closed markusguenther closed 1 month ago

markusguenther commented 1 month ago

Error Description:

Starting from version 2.x, the DatabaseStorageService has been introduced. This service utilizes the configured content dimensions to manage content effectively. However, if the Neos instance does not have any content dimensions configured, the system encounters an error due to the lack of necessary dimension data.

This issue arises because the DatabaseStorageService expects at least one content dimension to be present. When no content dimension is available, the service cannot function properly, leading to the following error:

Screenshot 2024-08-30 at 09 50 30