duct-framework / docs

Documentation for Duct
21 stars 9 forks source link

CNF after adding handler.sql #8

Closed pekeler closed 3 years ago

pekeler commented 3 years ago

In the guide, after adding the new dependency on handler.sql and restarting the REPL, (go) gives me

Syntax error (ClassNotFoundException) compiling new at (jsonista/core.clj:80:38).
com.fasterxml.jackson.core.exc.InputCoercionException

Should I change all the dependency versions like they're in the guide instead of using the generated ones?

weavejester commented 3 years ago

Could you give me your project.clj file so I can investigate?

pekeler commented 3 years ago

https://gist.github.com/pekeler/58b2639f7cb5439048aebd69fbf5a6ca

weavejester commented 3 years ago

I've fixed the issue. You can either run lein new duct ... again, or update the version of the duct/module.web dependency to 0.7.3. Then it should work as expected.

pekeler commented 3 years ago

That works. Thank you!