Wappler 5 beta 10 resource manager - Can't associate Linode API key

Wappler 5 beta 10 resource manager - Can’t associate Linode API key

Wappler performs HTTPS request to:

https://api.linode.com/v4/profile/sshkeys

Response looks like this, slightly censored:

{
  "data": [
    {
      "id": 1000,
      "label": "mykeyname",
      "ssh_key": "ssh-ed25519 blahblahblah",
      "created": "2022-03-26T01:10:38"
    }
  ],
  "page": 1,
  "pages": 1,
  "results": 1
}

Wappler looks like this:

Last 2 lines of debug log:

[2022-07-17 00:37:17.874] connect to provider 
[2022-07-17 00:37:18.522] old-style fingerprint => c6:8e:18 (...)

What is the exact error you get?

There’s no error, it just hangs

This will be resolved in the next update

This has been fixed in Wappler 5.0.1

This topic was automatically closed after 46 hours. New replies are no longer allowed.