Fork me on GitHub
#hoplon
<
2016-06-03
>
leontalbot16:06:38

Hello. I got this error in Castra:

leontalbot16:06:50

#error {:message "Server error.", :data {:castra.core/exception true}}

leontalbot16:06:00

Is there a way to get more details?

leontalbot16:06:39

nothing in browser console and nothing in terminal...

micha18:06:04

you should be able to log the stack trace in the client

micha18:06:10

@leontalbot: where do you get the error?

micha18:06:23

like where did you copy that from

micha18:06:27

you can do (cell= (println (.-serverStack error-cell)))

micha18:06:24

does that work?

micha18:06:48

there is also a global error callback you can use when you set up the clientside castra stuff