Can't Make a Profile on My Mac

I am getting a very similar (if not the same) error. Iā€™m currently on macOS 11.2.2 (more system specs below) and radicle-upstream 0.1.11.

This is actually the second time I am creating an identity. The first time was a couple weeks ago, before I had updated macOS to Big Sur. I was successful but foolishly lost my passphrase, so here I am again.

Upstream error

{
  "code": "create-identity-failed",
  "message": "Could not create identity",
  "details": {
    "handle": "spengrah"
  },
  "source": {
    "code": "UnknownException",
    "message": "incorrect passphrase",
    "details": {
      "message": "incorrect passphrase",
      "variant": "INCORRECT_PASSPHRASE"
    }
  }
}

System specs

  • Macbook Pro 13 inch, 2018
  • OS: macOS 11.2.2 Big Sur (just updated a few days ago from Catalina)
  • Processor: 2.3 GHz Quad-Core Intel Core i5
  • Memory: 16 GB 2133 MHz LPDDR3

Upstream Console