Open Closed

After login, opening new page in menu with right click and then session is disconnected! #32


User avatar
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?


8 Answer(s)
  • User Avatar
    0
    Mehmet created

    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?

  • User Avatar
    0
    murat.kebabci created

    Yes I am encountering this problem in my local and prod that using v2.0. I created template from abp suit.

  • User Avatar
    0
    Mehmet created

    Please remove the browser local and session storage and try again. By the way, you can update the ABP NG packages. Remove yarn.lock and node_modules and run the yarn. v2.0.1 will be installed.

  • User Avatar
    0
    murat.kebabci created

    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"
    
  • User Avatar
    0
    Mehmet created

    We will fix this problem, thanks for the report

  • User Avatar
    0
    murat.kebabci created

    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",
    
  • User Avatar
    0
    Mehmet created

    Please remove the OAuthModule.forRoot() from imports array of app.module.ts file. The problem will be fixed.

  • User Avatar
    0
    murat.kebabci created

    Thank you, the problem fixed!

Made with ❤️ on ABP v8.2.0-preview Updated on March 25, 2024, 15:11