London Dev Meetup Rescheduled! Due to unavoidable reasons, the event has been moved to 21st May. Speakers remain the same—any changes will be communicated. Seats are limited—register here to secure your spot!
AI OnAI Off
London Dev Meetup Rescheduled! Due to unavoidable reasons, the event has been moved to 21st May. Speakers remain the same—any changes will be communicated. Seats are limited—register here to secure your spot!
There is a line there that enables .net identity for Episerver. My best guess is that you accidentally removed that. That would cause an error like you described.
Make sure that you still have AddCmsAspNetIdentity called in your code. This is where it registers UIUserProvider
As a side note, you should try to use constructor injection instead of ServiceLocator
Hi all,
I'm currently running through the CMS training content with AlloyDemo, and I'm currently getting a server error for this line:
AdministratorRegistrationPage.cs
In addition, I'm getting a similar error for other classes when commenting out Administrator Registration. This happens whenever
provider
is null, given by the line: