WilliamXu96 / ABP-MicroService

基于abp微服务架构的低代码平台
1.07k stars 324 forks source link

identity model issue when get role menus #52

Open jasonliaocn opened 1 year ago

jasonliaocn commented 1 year ago

with the latest version when call the "/api/base/role-menus" it throws below exception: Method not found: 'IdentityModel.Client.DiscoveryEndpoint IdentityModel.Client.DiscoveryEndpoint.ParseUrl(System.String)' the IdentityModel.dll version is 6.0.0 the ParseUrl is in the code

WilliamXu96 commented 1 year ago

It's weird. Maybe try updating your database's migration file. Because of these codes I can run. @jasonliaocn