IdentityServer4.Admin icon indicating copy to clipboard operation
IdentityServer4.Admin copied to clipboard

How do Get this work with SQL server 2008?

Open neilhanekom opened this issue 4 years ago • 1 comments

I am getting the following error when I view the clients or any other list pages on Admin UI. SqlException: Incorrect syntax near 'OFFSET'.

neilhanekom avatar Oct 15 '21 07:10 neilhanekom

You can try to add UseRowNumberForPaging -> optionsBuilder.UseSqlServer(connectionString, builder => builder.UseRowNumberForPaging());

skoruba avatar Oct 15 '21 10:10 skoruba