Currently running Umbraco v8.18.14 (built using Visual Studio 2019 + NuGet libraries).
I updated my NuGet libraries to v8.18.15, rebuilt in VS2019 and updated site via BackOffice.
When visiting public pages everything is fine, but when I visit a page requiring authentication, instead of being redirected to my login page (OpenIdConnect - IdentityServer4), I get a 401.
Reverted back to NuGet v8.18.14, rebuilt site and when requiring authentication I'm redirected to my login page as expected, no 401 error.
Latest patch (v8.18.15) breaks my site
Currently running Umbraco v8.18.14 (built using Visual Studio 2019 + NuGet libraries).
I updated my NuGet libraries to v8.18.15, rebuilt in VS2019 and updated site via BackOffice.
When visiting public pages everything is fine, but when I visit a page requiring authentication, instead of being redirected to my login page (OpenIdConnect - IdentityServer4), I get a 401.
Reverted back to NuGet v8.18.14, rebuilt site and when requiring authentication I'm redirected to my login page as expected, no 401 error.
Am I the only one with this error?
Surely a security fix shouldn't break my site.
Iain
is working on a reply...