skoruba / Duende.IdentityServer.Admin

The administration for the Duende IdentityServer and Asp.Net Core Identity ⚡
Apache License 2.0
549 stars 194 forks source link

Bug: role users pagination #169

Open daniil-saraev opened 11 months ago

daniil-saraev commented 11 months ago

Hi!

Describe the bug

There are many users with a certain role. When I go to 'Users' page that displays all the users with that role I can only view the first page, when I try to go to any other page I get an error: image And it looks like the problem is somewhere in url generating, because the url looks like this now: image while on the first page it's fine: image The role id parameter disappears for some reason, if I insert it manually - everything works: image

skoruba commented 11 months ago

Hi @daniil-saraev - thanks!