oqtane / oqtane.framework

CMS & Application Framework for Blazor & .NET MAUI
http://www.oqtane.org
MIT License
1.9k stars 547 forks source link

[BUG] #4850

Closed tranpl closed 1 week ago

tranpl commented 1 week ago

Oqtane Info

Version - 6 Render Mode - Interactive Interactivity - Server Database - SQL Server Server: IIS

Describe the bug

Getting a 302 error with "too many redirect" after upgrading from 5.2.4 I upgraded via the System Update update the web ui The site does not startup as it keeps redirecting.

Expected Behavior

Website to show

Steps To Reproduce

Remove cookies from browser, refresh and restart application.

info: Microsoft.AspNetCore.Routing.EndpointMiddleware[1] Executed endpoint 'Fallback {path:nonfile}' dbug: Microsoft.AspNetCore.Components.RenderTree.Renderer[4] Disposing component 0 of type Oqtane.Components.App info: Microsoft.AspNetCore.Hosting.Diagnostics[2] Request finished HTTP/1.1 GET https://domain/ - 302 - text/html;+charset=utf-8 12.9054ms info: Microsoft.AspNetCore.Hosting.Diagnostics[1] Request starting HTTP/1.1 GET https://domain/ - - - trce: Microsoft.AspNetCore.HostFiltering.HostFilteringMiddleware[2] All hosts are allowed. dbug: Microsoft.AspNetCore.HttpOverrides.ForwardedHeadersMiddleware[1] Unknown proxy: 128.172.22.221:55393 trce: Microsoft.AspNetCore.HttpsPolicy.HstsMiddleware[3] Adding HSTS header to response. dbug: Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware[5] The request path / does not match an existing file dbug: Microsoft.AspNetCore.Routing.Matching.DfaMatcher[1001] 1 candidate(s) found for the request path '/' dbug: Microsoft.AspNetCore.Routing.Matching.DfaMatcher[1005] Endpoint 'Fallback {path:nonfile}' with route pattern '{path:nonfile}' is valid for the request path '/' dbug: Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware[1] Request matched endpoint 'Fallback {path:nonfile}' dbug: Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware[7] Matched endpoint 'Fallback {path:nonfile}' is a fallback endpoint. trce: Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware[8] The endpoint does not specify the IRequestSizeLimitMetadata. dbug: Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler[9] AuthenticationScheme: Identity.Application was not authenticated. dbug: Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware[15] Static files was skipped as the request already matched an endpoint. info: Microsoft.AspNetCore.Routing.EndpointMiddleware[0] Executing endpoint 'Fallback {path:nonfile}' dbug: Microsoft.AspNetCore.Components.Endpoints.RazorC

Anything else?

image