-
Notifications
You must be signed in to change notification settings - Fork 98
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
An unhandled exception occurred while processing the request #32
Comments
Hey @kuldeep17910, Thanks for reporting. I will check the second one but didn't get you for the first one. On logout you get |
@mo-esmp Thanks for the support, I think I have not explained the first one in correct way. Let me try again Part A
Part B
Thanks |
@kuldeep17910 Good catch! I need to think about that how to give the access to logout action without checking the access and the problem is everyone can name and implement logout in a different way. A workaround for now is removing |
@mo-esmp Great! Thanks for the support. This is really good repository, keep adding to this ... **Role Deletion ** |
Hi @mo-esmp Thanks for this excellent repository. Some initial small problems I faced are :
I am using .Net Core 6.0
After successful login you can log out (error - Access denied You do not have access to this resource) because you do not have any default access and to give access you have to manually disable the restrictions (as comments [Authorize] in controllers & all required secure-content asp-area="" asp-controller="Role" asp-action="Index" in _Layout.cshtml).
I found that when creating role without any access it is throwing the following errors and same error when we edit the role and try to give the access from access list
ArgumentNullException: Value cannot be null. (Parameter 'value')
Newtonsoft.Json.Utilities.ValidationUtils.ArgumentNotNull(object value, string parameterName)
Newtonsoft.Json.JsonConvert.DeserializeObject(string value, Type type, JsonSerializerSettings settings)
Newtonsoft.Json.JsonConvert.DeserializeObject(string value, JsonSerializerSettings settings)
Newtonsoft.Json.JsonConvert.DeserializeObject(string value)
eis4.Controllers.RoleController.Edit(string id) in RoleController.cs
lambda_method364(Closure , object )
The text was updated successfully, but these errors were encountered: