blogifierdotnet / Blogifier

Blogifier is an open-source publishing platform Written in ASP.NET and Blazor WebAssembly. With Blogifier make a personal blog or a website.
https://blogifier.net
MIT License
1.29k stars 521 forks source link

Unable to create a new user #86

Closed ugochirico closed 6 years ago

ugochirico commented 6 years ago

I've just installed the version 1.5 on my IIS 7 under windows Server 2008 R2 Enterprise. All seems to work except the creation of a new user. When I try to add a new user, by typing email, full name and password I got a blank page with this url: http://xxxxxx.com/Admin/Register?returnUrl=~%2Fadmin%2Fsettings%2Fusers and no new user has been created.

How can I create a new user?

rxtur commented 6 years ago

Try to turn off eTag middleware as described here. This should display error instead of blank page, looks like etagger suppresses it, I'm going to fix it.