Ryan Teh

Results 4 comments of Ryan Teh

The following are the stack trace of exception, hope it helps. ``` at NHibernate.Loader.Loader.DoList(ISessionImplementor session, QueryParameters queryParameters, IResultTransformer forcedResultTransformer) at NHibernate.Loader.Loader.ListIgnoreQueryCache(ISessionImplementor session, QueryParameters queryParameters) at NHibernate.Loader.Loader.List(ISessionImplementor session, QueryParameters queryParameters, ISet`1...

I am using electronnet.cli 13.5.1, still having the same issue.

The walkaround I am using now is to override the `storageUtil` in the `OktaAuthOptions` like the following: ```typescript new OktaAuth({ ... storageUtil: { // Custom implementation } }) ```

I am using OktaAngular, the following is how I provide the `OktaAuth`. ```ts export const OktaConfigProvide: Provider = { provide: OKTA_CONFIG, useFactory: (appConfigService: ConfigurationService) => ({ oktaAuth: new OktaAuth({ issuer:...