Hi there,
I’m pulling my hair out trying to figure out why I am seeing this issue. The issue is happening when we upgraded from 5.8.0 to 5.10.0. It most likely has to do with sync/async stuff or some misconfiguration. Here is what I have:
- User tries to login with correct credentials at email/password at /api/auth/credentials
- Authenticates successfully but doesn’t insert the session cache_entry table and therefore following request are unauthenticated. Which makes sense because cache_entry is not populated.
- The logs does series of DELETE FROM “cache_entry” but never UPDATE and/or INSERT
- I’ve also tried using MemoryCacheClient for ICacheClient. Same thing…the subsequent request are not authenticated.
The issue is same whether I register just the IAuthRepository and IUserAuthRepository or the async versions of it or all four.
Here are screenshots of my configurations and logs when trying to authenticate.
Any pointer or help would be great! Thank you