Hi,
After login, When I am opening new page in menu with right click or tab, Session is disconnected and redirect login page. But other pages has session.
How can we solve this bug?
8 Answer(s)
-
0
I encountered this problem on the commercial demo. I didn't encounter this problem on v2.1 and v2.0 in my local. Did you encounter this error in the your local or prod?
-
0
Yes I am encountering this problem in my local and prod that using v2.0. I created template from abp suit.
-
0
Please remove the browser local and session storage and try again. By the way, you can update the ABP NG packages. Remove
yarn.lock
andnode_modules
and run theyarn
. v2.0.1 will be installed. -
0
Sorry, Your solution has not been working. I am working incognito browser and removed all storages and cookies but nothings is changed. Package.json
"@volo/abp.ng.account": "^2.0.1" "@volo/abp.ng.audit-logging": "^2.0.1" "@volo/abp.ng.identity": "^2.0.1" "@volo/abp.ng.identity-server": "^2.0.1" "@volo/abp.ng.language-management": "^2.0.1" "@volo/abp.ng.saas": "^2.0.1" "@volo/abp.ng.theme.lepton": "^2.0.1"
-
0
We will fix this problem, thanks for the report
-
0
I updated all npm packages but problem has been continue in my local and prod env.
"@volo/abp.ng.account": "^2.1.1", "@volo/abp.ng.audit-logging": "^2.1.1", "@volo/abp.ng.identity": "^2.1.1", "@volo/abp.ng.identity-server": "^2.1.1", "@volo/abp.ng.language-management": "^2.1.1", "@volo/abp.ng.saas": "^2.1.1", "@volo/abp.ng.theme.lepton": "^2.1.1",
-
0
Please remove the
OAuthModule.forRoot()
from imports array ofapp.module.ts
file. The problem will be fixed. -
0
Thank you, the problem fixed!