You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The iDIN issuer keeps a set of (open) transactions stored in memory, which obviously get lost when the server restarts for whatever reason.
The issuer should store the transactions in an external memory/database (like Redis) in order to both prevent the transaction from faulting and being able to scale the webserver to multiple instances.