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
When starting a FireFly stack using a pre-existing Fabric network, the org name was already registered (from a previous failed run of the FireFly CLI). Fabconnect returns an HTTP 500 which causes the CLI to exit.
Error: http://127.0.0.1:5102/identities [500] {"error":"failed to register user: failed to register user: Response from server: Error Code: 74 - Identity 'org_0' is already registered\n"}
Because this is not the fault of Fabconnect, and repeatedly sending this request will not have a different result, I do not think 500 is the correct status code here. Perhaps 409? Open to input.
The text was updated successfully, but these errors were encountered:
When starting a FireFly stack using a pre-existing Fabric network, the org name was already registered (from a previous failed run of the FireFly CLI). Fabconnect returns an HTTP
500
which causes the CLI to exit.Error: http://127.0.0.1:5102/identities [500] {"error":"failed to register user: failed to register user: Response from server: Error Code: 74 - Identity 'org_0' is already registered\n"}
Because this is not the fault of Fabconnect, and repeatedly sending this request will not have a different result, I do not think
500
is the correct status code here. Perhaps409
? Open to input.The text was updated successfully, but these errors were encountered: