starblade
Problems using @apple/app-store-server-library, how do I debug?
I'm still working on this and still stuck. I'm now able to reproduce the problem locally using the deno command line utility. I've got it hooked up to a debugger and I've pinpointed the resulting issue but still can't figure out the underlying cause or how to fix it.
In the end some cryptographic named curve is coming back as 'p256' in deno but it comes back as 'prime256v1' in node, which is causing the error to be thrown in the jsonwebtoken library when it attempts to validate the key.
I'm debugging into a file called
ext:deno_node/internal/crypto/keys.ts
The op_node_create_private_key
function is the first instance of the string 'p256' I can see appearing in my program, but I can't step into it.6 replies