Hi,
I’ve identified a workaround to address the issue described. Please follow these steps:
- Connect to your database.
- Navigate to the
strapi_core_store_settingstable. - Find the row corresponding to the API of the collection you’re attempting to modify. It will resemble something like:
plugin_content_manager_configuration_content_types::api::post.post. - Modify the content of the
valuecolumn by removing thestepfield for the field that triggers the error, for exampleplannedAt.
Once done, you should be able to configure the view without encountering errors.