Can't configure view in Content Manager

Hi there,

I’m trying to configure my view in the Strapi admin panel, but I’m getting this error when doing so:

{
    "data": null,
    "error": {
        "status": 400,
        "name": "BadRequestError",
        "message": "Bad Request",
        "details": {
            "name": "validationError",
            "errors": [
                "metadatas.StartTime.edit field has unspecified keys: step",
                "metadatas.EndTime.edit field has unspecified keys: step"
            ]
        }
    }
}

It’s giving a PUT 400 Bad Request to https://henna-happens-strapi-sdedu.ondigitalocean.app/content-manager/content-types/api::public-event.public-event/configuration.

This only happens on prod.

Any tips?

This topic has been created from a Discord post (1217149447717257336) to give it more visibility.
It will be on Read-Only mode here.
Join the conversation on Discord

Apparently it’s connected to changing the “Time Interval” on the Start / End date, but I no longer see the configuration option for that in the UI.

My guess is that I changed it, but then an update removed that from the UI - preventing me from resolving the issue.

updating strapi fixed it ¯_(ツ)_/¯