Fork me on GitHub
#luminus
<
2017-11-01
>
ricardo10:11:48

Figured it out. The machine in question had a HOST environment variable set to “127.0.0.1:3000” for historical reasons.

danielsu20:11:54

Hi. I'm trying to get the picture gallery example app working (from the book web development in clojure) . Unfortunatley i get in the browser console: "Error: Assert failed: Invalid Hiccup form: [nil] (in page)". The stackdump is not of any help, more than that the problem probably accour in reagent. Anyone who have experience with this error? How can i find the faulty component?

danielsu05:11:59

Found the problem. The problem was in the code: [(session/get! :page)]. The value of :page was nil so react would try to render nil