Cannot login due to storeToken error

After entering my email and password I receive the following error message:
[ERROR] MbedStudio - Request storeToken failed with error: Object does not exist at path “/org/freedesktop/secrets/collection/login” [
‘Error: Object does not exist at path “/org/freedesktop/secrets/collection/login”’
]

Hi, sorry to hear you’re having trouble with Mbed Studio. Which operating system are you using?

Sorry, I should have included more information in my original post.

TB ~ uname -a
Linux tigerblack 5.14.13-arch1-1 #1 SMP PREEMPT Sun, 17 Oct 2021 12:09:30 +0000 x86_64 GNU/Linux
TB ~

It doesn’t look like we test with Mbed Studio on your distro, but it should be possible to get your system working with Mbed Studio.

On linux, Mbed Studio uses libsecret to store a login token securely on your system. Have you got libsecret installed? Also, you need a secret service active on your machine, e.g. gnome-keyring.

If you’ve got all that, it looks from the error like you might need to create a keyring called “login”.

Hi, did you solve that problem? I also meet that on my Archlinux