I'm currently trying a migration from IdentityServer 3.x to 4.1.1, and I have followed this migration guide:
https://docs.abp.io/en/abp/4.0/Migration-Guides/Abp-4_0
The problem is that I got an IDX10501 error now, please have a look at the full log here: https://github.com/abpframework/abp/issues/7452
My "old" tempkey.rsa files are still there but new files are generated "tempkey.jwk".
So, do you think it is related? and how can I change this?
At the end, my goal is just to fix this IDX10501 error... any idea is welcome.