- ABP Framework version: v4.4.4
- UI type: Angular
- DB provider: EF Core
- Tiered (MVC) or Identity Server Separated (Angular): yes
- Exception message and stack trace:
- Steps to reproduce the issue:"
Hi we are getting an error with our Auth server using the microservices model.
We haven't figured out how to reproduce this, but once it occurs the only way to fix it is by a restart the service, something that's not sustainable.
It's the standards Microservices solution from a previous version, but we recently upgraded to 4.4.4 I'm not sure if this has anything to do with it.
Stack Trace Extract.
System.Exception: Exception of type 'System.Exception' was thrown.\n at x973ltTuyr0iNFtkVC2.uoxoRDTMlI1EVNyvYXa.O5QlTBeshI(Int32 )\n at System.Linq.Enumerable.SelectArrayIterator2.MoveNext()\n at System.Collections.Generic.List
1.InsertRange(Int32 index, IEnumerable`1 collection)\n at IdentityServer4.ResponseHandling.DiscoveryResponseGenerator.CreateDiscoveryDocumentAsync(String baseUrl, String issuerUri)\n at IdentityServer4.Endpoints.DiscoveryEndpoint.ProcessAsync(HttpContext context)\n at IdentityServer4.Hosting.IdentityServerMiddleware.Invoke(HttpContext context, IEndpointRouter router, IUserSession session, IEventService events, IBackChannelLogoutService backChannelLogoutService)
3 Answer(s)
-
0
Can you watch the webserver memory and check it when it occurs?
-
0
Can you watch the webserver memory and check it when it occurs?
Will do.
-
0
hi chris.tune
Any update?