Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Tutorial 9: JDK 11 - java.lang.IllegalArgumentException: option :handler must be of type sym #454

Open
phi1ipp opened this issue Feb 18, 2019 · 0 comments

Comments

@phi1ipp
Copy link

phi1ipp commented Feb 18, 2019

Ran into the issue, trying to start boot dev

                     pandeiro.boot-http/eval473/fn            boot_http.clj:   36
java.lang.IllegalArgumentException: option :handler must be of type sym
        clojure.lang.ExceptionInfo: option :handler must be of type sym
    line: 43

Had to make a change to build.boot

  (comp
   (serve :handler 'modern-cljs.core/handler
          :resource-root "target"
          :reload true)

Not sure where it will lead me in the future though :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant