You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
Endpoints from cases classes where the last field is an Option[Int] or Option[Long] result in BadRequest when the request body is pretty printed json.
Describe the bug
Endpoints from cases classes where the last field is an Option[Int] or Option[Long] result in BadRequest when the request body is pretty printed json.
To Reproduce
See this issue and PR
That PR should be acted on and a new version of zio-schema should be released this project should update its dependency to reflect the new version.
Expected behaviour
Valid and correctly encoded JSON should not result in BadRequest.
Screenshots
If applicable, add screenshots to help explain your problem.
The text was updated successfully, but these errors were encountered: