fix #2125 - cannot login using WebAssembly, remove granular 404 logging as it is already managed by url mapping, make IModule ReleaseVersions optional when using EF Core migrations
This commit is contained in:
		| @ -1,6 +1,5 @@ | ||||
| using System.Net; | ||||
| using Microsoft.AspNetCore.Authentication; | ||||
| using Microsoft.AspNetCore.Authentication.OpenIdConnect; | ||||
| using Microsoft.AspNetCore.Mvc; | ||||
| using Microsoft.AspNetCore.Mvc.RazorPages; | ||||
| using Oqtane.Extensions; | ||||
|  | ||||
| @ -186,7 +186,6 @@ namespace Oqtane.Pages | ||||
|                             { | ||||
|                                 if (route.PagePath != "404") | ||||
|                                 { | ||||
|                                     _logger.Log(LogLevel.Information, "Host", LogFunction.Other, "Page Path /{Path} Does Not Exist", route.PagePath); | ||||
|                                     return RedirectPermanent(route.SiteUrl + "/404"); | ||||
|                                 } | ||||
|                             } | ||||
|  | ||||
		Reference in New Issue
	
	Block a user
	 Shaun Walker
					Shaun Walker