You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In case it's helpful to anyone else, I was able to get this to work. At least for me, the issue was that I hadn't included the -----BEGIN PRIVATE KEY----- and -----END PRIVATE KEY-----
Once I added that, it worked, albeit with a warning:
DeprecationWarning: The `punycode` module is deprecated. Please use a userland alternative instead.
(Use `node --trace-deprecation ...` to show where the warning was created)
Following every step gives me:
Error: error:1E08010C:DECODER routines::unsupported
Seems to be OpenSSL related:
nodejs/help#4115
Has anyone found a solution yet?
The text was updated successfully, but these errors were encountered: