Closed baciek-pl closed 6 months ago
Hello! @baciek-pl thank You for reported issue :) I introduce fix for daylight saving time in latest release https://github.com/jaktestowac/gad-gui-api-demo/releases/tag/v2.6.0
Please verify if that solves also Your case :)
While bug does not seem to be re-reported - closing.
Hi, There's an issue with adding articles when app is deployed in Glitch.
Steps to reproduce
Expected result Article is saved
Actual result Error "Article was not saved" is displayed. When you open network tab from the developer tools, you can see 422 error with the message:
{"error":{"message":"Date field is invalid: Field validation: \"date\" has date in future!","details":["date"]}}
After some digging, I found the issue is with the following function:
Issue was resolved after changing the code to: