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