Closed viktornar closed 2 months ago
Thanks for the report, there were a couple of problems with the way the module was set up. It didn't add the require for kit.edge.http.hato
in the core
namespace, meaning that the Integrant multimethod wasn't available at runtime, and it was referncing :http/client
instead of :http.client/hato
. I updated the module, but you'd have to make the changes manually for an existing project unfortunately.
@yogthos nice work. Tested and confirming that it works now :) Closing issue.
What
Unable to start server with
(go)
afterkit-hato
module is added.Steps to reproduce
Create a new project with template:
clojure -Tclj-new create :template io.github.kit-clj :name kit/guestbook
Start repl and add kit-hato module:
Start server with:
Getting error:
system.edn looks like:
Module install log (install.log.edn):