Forum Discussion

jhagist's avatar
jhagist
New Contributor III
8 years ago
Solved

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...
  • snapuser's avatar
    snapuser
    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.