Invalid date format response updating very old post date
-
Hi there,
I got this response
{
“code”: “rest_invalid_param”,
“message”: “Parametro(i) non valido(i): date”,
“data”: {
“status”: 400,
“params”: {
“date”: “Data non valida. ”
}
}
}when I try to update in Gutenberg the date of a post published before 1901/12/14 This issue happens only in a wp stage site installed on windows IIS 10 hosted on microsoft azure. The same if I try to create a new post dated before 1901/12/14.
If I use the quick edit I haven’t the issue and all works fine. It’s evident that the issue happens only when the client works with the WP REST API.
How can I fix it? Thanks guys ??
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Invalid date format response updating very old post date’ is closed to new replies.