#[SOLVED] How to use account.get() in functions?
14 messages · Page 1 of 1 (latest)
I tried account.get() with jwt passed via payload same problem.
getting this response.
Can you try to convert the error to a string instead of passing the error itself?
showing {"error":"[object Undefined]"}
How did you convert it?
error: toString(error)
Can you try error.toString()?
There you go. That else block that sets the endpoint isn't being called
Thanks.
It was your issue solved @oak whale ?
yes.