Open merijndejonge opened 1 week ago
The OperationCancelled
exception is thrown if the HTTP request is cancelled. It is a way to abort processing of a operation where the client no longer will be present to receive the reponse. It is not an indication of an error if this happens. If the occurrences can be associated with a specific user it could be caused by that user having an unreliable Internet connection.
If this only appears in the logs you can safely ignore them. If there are associated user reports that the service isn't working for them this might provide a clue on what is happening, but it is not the root cause of the failure.
Have you been able to make any progress on this? Do you need anything more from us or can we close the issue?
Which version of Duende IdentityServer are you using? 7.0.8 Which version of .NET are you using? 8.0.10 Describe the bug All of a sudden for (as far as we can see) just one user, Duende server crashes on a System.OperationCanceledException. See stack trace below.
To Reproduce
We don't know how to reproduce, but for this user it seems to happen all the time
Expected behavior
I would expect that there is no OperationCanceledException thrown as is the case for all our other users.
Log output/exception with stacktrace