-
Notifications
You must be signed in to change notification settings - Fork 3.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Index was out of range #21611
Comments
hi Reproduction Steps |
@maliming login using the authorization code. after the code is consumed, this exception will occur when the code is consumed again. |
hi Can you share the details of the steps? |
You may not be able to catch this exception because of OpenIddict. I discovered it by analyzing the memory dump file on the server. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Is there an existing issue for this?
Description
When using abpframework+OpenIddict+EF core + postgresql, once the RevokeByAuthorizationIdAsyn method in EfCoreOpenIddictTokenRepository is called, the following exception is thrown:
And when in Linux, there may be an infinite loop trigger exception, causing very high memory.
After testing, if ExecuteUpdateAsync in the RevokeByAuthorizationIdAsyn method is changed to ExecuteUpdate, it works. I want to know why. Is it a problem with EF core, Npgsql, or abp?
Reproduction Steps
No response
Expected behavior
No response
Actual behavior
No response
Regression?
No response
Known Workarounds
No response
Version
8.2.1
User Interface
MVC
Database Provider
EF Core (Default)
Tiered or separate authentication server
Separate Auth Server
Operation System
Windows (Default)
Other information
No response
The text was updated successfully, but these errors were encountered: