0
BassaSolutions created
- ABP Framework version: v5.1.2
- UI type: Blazor Server
- DB provider: EF Core
- Tiered (MVC) or Identity Server Separated (Angular): no
- Exception message and stack trace:
- Error: System.InvalidOperationException: Sequence contains no elements
- at System.Linq.ThrowHelper.ThrowNoElementsException()
- at Volo.Abp.SettingManagement.Blazor.Pages.SettingManagement.SettingManagement.OnInitializedAsync()
- at Microsoft.AspNetCore.Components.ComponentBase.RunInitAndSetParametersAsync()
- Steps to reproduce the issue:
- Load the latest startup template (e.g. 5.1.2)
- Without logging in, try to open http://localhost:5000/setting-management (without logging in)
- Exception, Application hangs up!
All other pages redirect to login. http://localhost:5000/setting-management crashes. This should be fixed.