I have an angular 2 page with a service that tries to authenticate on a Identity Server 4 via token endpoint.
I'm trying to use Identity Server 4 with Entity Framework Core for Clients and Scopes and AspNet Identity for the users
but i'm getting a strange Missing method exception
Microsoft.AspNetCore.Diagnostics.DeveloperExceptionPageMiddleware[0]
An unhandled exception has occurred while executing the request
System.MissingMethodException: Method not found: 'Microsoft.EntityFrameworkCore.Query.IIncludableQueryable`2<!!0,!!2> Microsoft.EntityFrameworkCore.EntityFrameworkQueryableExtensions.ThenInclude(Microsoft.EntityFrameworkCore.Query.IIncludableQueryable`2<!!0,System.Collections.Generic.ICollection`1<!!1>>, System.Linq.Expressions.Expression`1<System.Func`2<!!1,!!2>>)'.
This happens after getting the clients and scopes validated
I can't understand what the error is... If you need any code just ask