Skip to content
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

registering as a new user ends up with error #2

Open
kukoman opened this issue Aug 5, 2021 · 1 comment
Open

registering as a new user ends up with error #2

kukoman opened this issue Aug 5, 2021 · 1 comment

Comments

@kukoman
Copy link

kukoman commented Aug 5, 2021

An unhandled exception occurred while processing the request.
ArgumentNullException: Value cannot be null. (Parameter 'items')
Microsoft.AspNetCore.Mvc.Rendering.MultiSelectList..ctor(IEnumerable items, string dataValueField, string dataTextField, IEnumerable selectedValues, string dataGroupField)

@deanitz
Copy link

deanitz commented Feb 1, 2022

Most probably you are trying to use too short password, or another invalid parameter in register form.
Sadly this is not handled correctly in course code.
I would suggest you to debug Mango.Services.Identity AccountController.Register method
Indeed I understand that this post is more than 6 months old

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants