Error while pushing the application to datomic ion

The following error encountered while pushing the clojure application using the command "clojure -A:ion-dev ‘{:op :push}’ ".

clojure.lang.ExceptionInfo: Data did not conform #:clojure.spec.alpha{:problems ({:path [:local :home], :pred clojure.core/string?, :val nil, :via [:cognitect.s3-libs.specs/local :cognitect.s3-libs.specs/home], :in [:local :home]}), :spec #object[clojure.spec.alpha$map_spec_impl$reify__1997 0x5fe46d52 “clojure.spec.alpha$map_spec_impl$reify__1997@5fe46d52”], :value {:description "git commit on ", :query-group nil, :app-name “app-name”, :op :push, :allow [slingionvalidator.validator/validatetx], :lambdas {:validatetx {:fn slingionvalidator.lambdas/validatetx, :description “Validates Transactions”}}, :datomic.ion.dev.config/resource “datomic/ion-config.edn”, :local {:home nil}, :bucket “datomic-code-asdfds-adfad-dfa”}}

1 Like

Did you resolve this issue?