untangled

NEW CHANNEL: #fulcro
cjmurphy 2016-08-07T09:58:24.000336Z

Thanks @mahinshaw. I can see function handle-index being called. Handler functions have to have two parameters (the error message told me). What is the best way to find out what these parameters are? Also I'm being left with: java.lang.ClassCastException: java.lang.String cannot be cast to clojure.lang.Associative, and not sure where it comes from.

cjmurphy 2016-08-07T10:16:03.000338Z

From reading the source I think that env and match are the parameters.

mahinshaw 2016-08-07T20:02:52.000339Z

@cjmurphy: correct, your handler should take the env and a match. As a note, you will find the request inside the env.