0
murat.kebabci created
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?
Markdown supported.
Copy, paste, or drag & drop images and files (max 100 MB per file, 100 MB total per post)
8 Answer(s)
-
0
Yes I am encountering this problem in my local and prod that using v2.0. I created template from abp suit.
Markdown supported.Copy, paste, or drag & drop images and files (max 100 MB per file, 100 MB total per post) -
0
Please remove the browser local and session storage and try again. By the way, you can update the ABP NG packages. Remove
yarn.lockandnode_modulesand run theyarn. v2.0.1 will be installed.Markdown supported.Copy, paste, or drag & drop images and files (max 100 MB per file, 100 MB total per post) -
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"Markdown supported.Copy, paste, or drag & drop images and files (max 100 MB per file, 100 MB total per post) -
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",Markdown supported.Copy, paste, or drag & drop images and files (max 100 MB per file, 100 MB total per post) -
0
Thank you, the problem fixed!
Markdown supported.Copy, paste, or drag & drop images and files (max 100 MB per file, 100 MB total per post)