Hi, Just another update.
Even though the homepage loads, none of the menu options are now available as they were before the upgrade to v8.3.0.
I am logged in as admin and even the tenant admin menu options are not loading.
Hi Just an update my side. I did some more debugging
The above code cannot find the session in questions ("3cb289a7-6c89-410f-bce1-884ea1641a49")
But in the new AbpSessions table (created by v8.3.0) there is a record for that session in the table:
I would like to sort this out today as I go on a 2 week holiday tomorrow
Hi thank you. Can we do a quick google meet perhaps? my email address faldielb@gmail.com
Hi There.
Just following up to see if you have any updates on the issue?
Update:
I ran it again and saw this issue which if you continue the code continues to run
The override class is invoked 3 times in the process and the 3rd time is the following:
When the page changes to https://localhost:44370/signin-oidc it runs the override class again and the function protected override async Task<IdentitySession> UpdateSessionFromCacheAsync([CanBeNull] IdentitySession session) received a null value for session which causes the underlying issue