Starts in:
0 DAY
21 HRS
53 MIN
0 SEC
Starts in:
0 D
21 H
53 M
0 S

Activities of "tech37"

I see these in the debug log which could be causing the issue.

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

If I place the IdentitySessionRepository.FindAsync(sessionId) request in a while loop. The second time it runs it finds the session and the application loads on the home page. This is very strange!

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

These are the packages my blazor poject depend on:

I dont have the same structure as you are showing. I have:

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

Hi thank you I tried that and my findings below:

var sessionCacheItem = await Cache.GetAsync(session.SessionId); returns null

when I force await IdentitySessionRepository.UpdateAsync(session); i get a websocket error as below

Showing 11 to 20 of 34 entries
Made with ❤️ on ABP v9.1.0-preview. Updated on November 20, 2024, 13:06