- ABP Framework version: v4.4.4
- UI type: Angular
- DB provider: EF Core
- Tiered (MVC) or Identity Server Separated (Angular): Identity Server Separated (Angular)
- Exception message and stack trace: Attached BIMS Logs
- Steps to reproduce the issue:" After Login with Tenant and Idle for Some time the Error Occurs. Tried Clearing Redis Cache and Restarting IIS. but still not resolved.
16 Answer(s)
-
0
Can you try to clear the browser cookies?
-
0
Yes, we Tried. But after Multiple Tries, it gets resolved. but we can't as the End User to Follow this workaround. please provide the solution for this issue
-
0
https://github.com/abpframework/abp/pull/8916
You can consider to custom the
MultiTenancyMiddlewareErrorPageBuilder
-
0
Please Provide us with more Info. we are not sure how to proceed with the Link.
-
0
-
0
Hi
Do we need to override the Source of the MultiTenancy and custom built it, it is not working. Can you pls provide alternative solution.
And why this error occurs.
-
0
And why this error occurs.
The cookies contain a tenant but the tenant doesn't exist. You can try it in the incognito mode of your browser.
-
0
And why this error occurs.
The cookies contain a tenant but the tenant doesn't exist. You can try it in the incognito mode of your browser.
The tenant exists in the database but still we are getting this error.
Step 1: The user is using the applicaiton for say 10 minutes. Step2 : After say 10 mins when trying to access the application we get this error, Tenant not found. Step 3: After clearing cache ,it works.
Need to know why this happens when tenant exists.
-
0
After clearing cache
The redis? Does this have nothing to do with cookies for you
-
0
After clearing cache
The redis?
Does this have nothing to do with cookies for youYes we do run redis-cli flushall as well
-
0
I can't reproduce it, can we check it remotely? liming.ma@volosoft.com
-
0
I can't reproduce it, can we check it remotely? liming.ma@volosoft.com
Can we do it at 4pm IST time. Pls confirm
-
0
sorry for the delay, My work hours is utc+8
-
0
hi
We found a similar problem, which is under checking.
https://support.abp.io/QA/Questions/2319#answer-d8f486b3-fc13-3ab4-c83f-3a010c096435
-
0
Ok sure will try that fix.
-
0
👍