jhagist
8 years agoNew Contributor III
Rest API Test For Completion
I have a pattern where I run a REST POST api call and then need to run a REST GET to see if the request has completed. I need to somehow loop back to run the REST GET again if it isn’t done.
Recom...
- 4 years ago
So in my case, this error was caused because I was trying to use an Ed25519 key, which snap (apparently) doesn’t support. Once I created a new key pair in RSA format and registered the public key on the server, it worked.