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
fail: Microsoft.AspNetCore.Server.Kestrel[13]
Connection id "0HM8U1G4C1B89", Request id "0HM8U1G4C1B89:00000003": An unhandled exception was thrown by the application.
System.ArgumentException: An item with the same key has already been added. Key: homeNew
at System.Collections.Generic.Dictionary`2.TryInsert(TKey key, TValue value, InsertionBehavior behavior)
at System.Collections.Generic.Dictionary`2.Add(TKey key, TValue value)
at Blockcore.Features.Wallet.UI.Pages.Wallets.ReadWallets() in ...\src\Features\Blockcore.Features.Wallet\UI\Pages\Wallets.razor:line 253
When adding a new account (account 1), the http://localhost:port/Wallets page does not open. Error:
blockcore/src/Features/Blockcore.Features.Wallet/UI/Pages/Wallets.razor
Line 253 in ee7a4ff
The text was updated successfully, but these errors were encountered: