NodeRSA fails when stored in hookstate
When trying to export the key from NodeRSA it fails with Hookstate-202, here's the code in question:
key.clientKey.get().exportKey("public")
I've tried putting the .get() in other locations, but it still seems to not work. When the .get() is put as keys.c...