Has it happened to anyone that after scaffolding a few pages from the identity framework, they can no longer scaffold other pages?
Open
area-scaffolding
- Dominant language
- C#
- Stars
- 818
- Forks
- 260
- Avg merge
- 1d 8h
- Merged PRs (30d)
- 10
Description
I scaffolded a few basic pages from identity framework in my project like: login, register, forgot password, reset password etc... After a time I saw I need the ResentEmailConfirmation page and I scaffolded it succesfully also, but when I go to the page I get 500 error message and before when the page was not scaffolded it worked fine.
Does anyone have a solution?
Version: Identity Framework 5.0.17
Steps to reproduce the behavior:
1. Generate a standard web api project.
2. Add Identity framework
3. Add entity framework
4. Try to scaffold identity pages, except resend email confirmation.
Contributor guide
Assessment
This issue has not been assessed yet.