There seems to be a bug in Datomic 990-9202 that breaks the d/tx-range function.
Earlier I could use the tx-range function the fetch data from my database.
But after upgrading to Datomic 990-9202 I get and exception when a transaction has too much data.
`
clojure.lang.ExceptionInfo: Response body did not conform to Datomic client protocol
cognitect.anomalies/category: :cognitect.anomalies/incorrect
cognitect.anomalies/message: "Response body did not conform to Datomic client protocol"
http-result: {:status 413,
:headers
{"apigw-requestid" "Vg4UxisCDoEEJsQ=",
"server" "Jetty(9.4.44.v20210927)",
"connection" "keep-alive",
"content-length" "38",
"date" "Tue, 19 Jul 2022 12:17:47 GMT",
"content-type" "application/json"},
:body "{\"message\":\"Request Entity Too Large\"}"}
`