Activities of "464199480"

Hi @sumeyye.kurtulus

The sidebar of this env cannot be expanded.

Is there a temporary solution for this?

It has nothing to do with the newly added guard.

The sidebar of this env is normal.

\\ environment.ts

const oAuthConfig = {
  issuer: 'https://localhost:44311/',
  redirectUri: baseUrl,
  clientId: 'BookStore_App',
  responseType: 'code',
  scope: 'offline_access BookStore',
  requireHttps: true,
  impersonation: {
    userImpersonation: true,
    tenantImpersonation: true,
  },
};

The sidebar of this env cannot be expanded.

\\ environment.ts

const oAuthConfig = {
  issuer: 'https://localhost:44311/',
  redirectUri: baseUrl,
  clientId: 'BookStore_App',
  responseType: 'password',  // change this
  scope: 'offline_access BookStore',
  requireHttps: true,
  impersonation: {
    userImpersonation: true,
    tenantImpersonation: true,
  },
};

Hi @sumeyye.kurtulus

This temporary solution will only work for one module; it will need to be used by every module to solve the entire issue.

Does the module need to refer to permission.guard.ts separately in the next version?

I found a few addresses with the same situation

http://localhost:4200/audit-logs http://localhost:4200/text-template-management/text-templates http://localhost:4200/language-management/languages http://localhost:4200/language-management/texts http://localhost:4200/identity/organization-units http://localhost:4200/identity/roles http://localhost:4200/identity/users http://localhost:4200/identity/claim-types http://localhost:4200/identity/security-logs http://localhost:4200/saas/tenants http://localhost:4200/saas/editions

This link is not affected http://localhost:4200/setting-management

Sidebar refresh does not expand automatically after using the fix

Hi @sumeyye.kurtulus.

Any temporary solution?

Hi @maliming It has been sent.

Hi @sumeyye.kurtulus. After using the temporary solution, there is no error output. But I found this issue

  override isImpersonatorVisible(): boolean {
    console.log('isImpersonatorVisible');
    const {
      currentUser: { impersonatorUserId: userId } = {}
    } = this.configState.getAll();
    return !!userId;
  }

Thank you for your reply. Could you please tell me if there is a temporary fix for this error? Or, if you can specify the release date for the fix, we can arrange the upgrade plan accordingly.

Hi. It works. When will the fix be released?

Could you try to apply for a Microsoft clientId? It might help to reproduce my problem.

Showing 1 to 10 of 37 entries
Boost Your Development
ABP Live Training
Packages
See Trainings
Mastering ABP Framework Book
Do you need assistance from an ABP expert?
Schedule a Meeting
Mastering ABP Framework Book
The Official Guide
Mastering
ABP Framework
Learn More
Mastering ABP Framework Book
Made with ❤️ on ABP v9.3.0-preview. Updated on April 11, 2025, 10:10