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
Run API playground, create an app, authorise it, and connect it to network using loginFromUri
The first connection should be successful
Run loginFromUri again and it should fail with a -2000: Unexpected (probably a logic error): Could not connect to the SAFE Network in API playground client and a Bootstrapper has no active children left - bootstrap has failed in the terminal running the browser.
Then execute another application, like web-hosting-manager, and it should successfully connect to network and you'll observe a 5th client connection in the safe_vault --first terminal.
The text was updated successfully, but these errors were encountered:
I'm still experiencing this error after running at least 8 nodes, I tried 25 as well, and making sure that white listed config properties are null and not [ ].
I can successfully create another connection in the API playground if I create a new app, by changing the name and vendor credentials, etc.
Why this is an issue is because developers need to refresh a tab when testing code, which might consist of connecting an app to the network, which has already been connected.
This is not the case on Alpha 2. A dev can run loginFromUri multiple times on the same URI without error.
Reproductions steps:
loginFromUri
loginFromUri
again and it should fail with a-2000: Unexpected (probably a logic error): Could not connect to the SAFE Network
in API playground client and aBootstrapper has no active children left - bootstrap has failed
in the terminal running the browser.safe_vault --first
terminal.The text was updated successfully, but these errors were encountered: