You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 18, 2021. It is now read-only.
After update to beta4-1 we see alot of ERROR log statements.
at Autofac.ResolutionExtensions.ResolveOptionalService(IComponentContext context, Service service, IEnumerable`1 parameters) in c:\etc\Dropbox\thinktecture\IdentityServer.v3\Core\source\Core\Validation\TokenValidator.cs:line 0
at Thinktecture.IdentityServer.Core.Extensions.OwinExtensions.ResolveDependency[T](IDictionary`2 env) in c:\etc\Dropbox\thinktecture\IdentityServer.v3\Core\source\Core\Extensions\OwinExtensions.cs:line 90
at Thinktecture.IdentityServer.Core.Configuration.Hosting.RequireSslMiddleware.<Invoke>d__0.MoveNext() in c:\etc\Dropbox\thinktecture\IdentityServer.v3\Core\source\Core\Configuration\Hosting\RequireSslMiddleware.cs:line 39
Seems it's not able to resolve the ILocalizationService, but we have not yet begun to look at localization. I guess it should be able to resolve a default implementation of that service?
The text was updated successfully, but these errors were encountered:
Hi,
After update to beta4-1 we see alot of ERROR log statements.
Seems it's not able to resolve the ILocalizationService, but we have not yet begun to look at localization. I guess it should be able to resolve a default implementation of that service?
The text was updated successfully, but these errors were encountered: