Concordium / notabene

Collection of tasks and bugs relating to identity provider Notabene.
0 stars 0 forks source link

"Forever pending" identities #10

Open concordium-cl opened 3 years ago

concordium-cl commented 3 years ago

Bug Description It can happen that an identity remains in state "pending" forever, when the apps don't get a response from Notabene’s server.

Those identities cannot be deleted, since this can cause all future identities to fail. We could implement an option to re-request information about a pending account, which could help resolve the problem. Or have an error message after a certain period of time like "something went wrong. don't wait, try again."

Steps to Reproduce unclear

Expected Result Identities remain in state pending only for some minutes, after which they succeed or fail. The user does not wait for more than a certain number of minutes.

Actual Result Identities remain in state pending forever. Users often wait for days.