Can't find codec for a class
Closed this issue · 0 comments
zendevil commented
I'm querying a mongodb collection using monger like so:
(mc/find-one db "users" {:userId user-id})
But I get the following error:
HTTP ERROR 500 org.bson.codecs.configuration.CodecConfigurationException: Can't find a codec for class org.apache.http.impl.client.InternalHttpClient.
How do I fix it?