Is there any way to get a more descriptive error of what went wrong other than “reader error”?
I’m not sure if this will address your issue but you can add a custom error processor which you can use to pull out additional information (https://cljdoc.org/d/com.wsscode/pathom/2.2.30/doc/pathom-developers-guide#_error_handling)
Thanks I’ll give it a shot