Open AdeZwart opened 6 days ago
To determine if this is an issue with IdentityServer, which I suspect it isn't, can you please try running a Razor pages application without IdentityServer in a docker container and see if you see the same behavior. If so, please repost this issue in the issue tracker for Razor pages.
Having said that, you can try the following:
content
.
Which version of Duende IdentityServer are you using? 6.2.5 6.3.10 7.0.8
Which version of .NET are you using? .net 6.0.36 .net 8.0.404
Describe the bug We use the Razor Pages in
/Pages/Account
. Somewhere in the last month those pages started to result in 404 Not Found responses when running a local debug build. When I run a release build locally the pages load with a regular 200 OK response. Thanks to this behavior it is only affecting our local development environments.It only affects the razor pages, as the API endpoints and
/.well-known/openid-configuration
work as expected.To Reproduce I have no clear idea what caused this and how to reproduce it other than running my solution.
Expected behavior The Razor Pages result in a 200 OK response for both debug and release builds.
Log output/exception with stacktrace
Additional context I've tried rolling back to v6.2.5 and pushing forward to v7 (and dotnet8) but the result remains the same.