Hi all,
For the last month we have been developing an asset management application. The application itself works fine at the moment, but we are struggling with the following problem:
The app itself is currently of type ‘editor’. In a previous version, we had designed to use the Storage of Viktor, but in later versions we switched to AWS. The app is designed to be used by multiple users at the same time: it is an interface for database operations, so storing entities of the app should not be necessary. We would like to switch back to the ‘editor’ app type, because, as the documentation states:
The simplest app structure consists of a single editor only. The user automatically enters the editor when opening the application workspace, with no additional navigation functionalities.
However, when I try to switch back to the ‘editor’ type in the viktor.config.toml I get the following error:
App definition is invalid: It is not supported to migrate from simple
to editor
.
I even created an empty app and try to copy my files, but that did not seem to work. Is there a way to migrate this back?
Thanks a lot.
Ruben