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
If you instantiate an app, then go back to party selection and select a different party, you will see an infinite loader with reason='instantiating'. The reason is the following check:
Description of the bug
If you instantiate an app, then go back to party selection and select a different party, you will see an infinite loader with
reason='instantiating'
. The reason is the following check:This check fails due to
instantiation.lastResult
being truthy, probably because we already created an instance with a different party before.It may also be prevented by the implementation of the
instantiate
function:Steps To Reproduce
/#/party-selection
and select a different partyAdditional Information
No response
The text was updated successfully, but these errors were encountered: