Activities of "shobhit"

  • ABP Framework version: v4.2.2
  • UI type: Angular
  • DB provider: EF Core
  • Tiered (MVC) or Identity Server Separated (Angular): yes
  • Exception message and stack trace:C:\Program Files\dotnet\sdk\5.0.408\NuGet.targets(131,5): error : Unable to load the service index for source https://nuget.abp.io/xxxx/v3/index.json. [C:\src\src\myApp.HttpApi.Host\myApp.HttpApi.Host.csproj]
  • Steps to reproduce the issue:" while building the container getting above error

Thanks berkansasmaz for great help.

Solution is working as expected.

Hello maliming, As i am not the expert in ABP features. can you help me out with sample where i have to make changes.

  • ABP Framework version: v4.2.2
  • UI type: Angular
  • DB provider: EF Core
  • Tiered (MVC) or Identity Server Separated (Angular): yes
  • Exception message and stack trace:
  • Steps to reproduce the issue:"

1- go to administration --> identity management --> Roles 2- select Permission option for any role 3- Assign all permission (we have more than 400 permissions) under your project to role 4- click save 5- screen stuck and loader keep roatating infinitely

Hello , Thanks a lot for providing detaild steps. in second last step i am getting this error:

        But my other dotnet commands are working fine.

Hello muhammedaltug , Thanks for help. my App.component.ts constructor looks like this. in last line of code

  .subscribe(() => this.authService.navigateToLogin());
  

.navigateToLogin() method not found. What is missing

constructor( private routes: RoutesService, private oAuthService: OAuthService, private authService: AuthService, private replaceableComponentsService: ReplaceableComponentsService ) { this.oAuthService.events .pipe(filter(event => event.type === 'token_refresh_error')) .subscribe(() => this.authService.navigateToLogin()); }

Hello,

We fixed navigating to the login page when the token expires in version 4.4 with this pr. Can you update your project to version 4.4 and try your steps again ?

Hi, We are using 4.2.2. Can i get fix for this. Currently we cannot upgrade due to release plan.

I am guessing you are not using refresh tokens.

Share your oAuthConfiguration in the envorinment.ts file, please.

oAuthConfig: { issuer: 'https://localhost:44388', redirectUri: baseUrl, clientId: 'MyApp_App', responseType: 'code', scope: 'offline_access MyApp', },

Hello Maliming, Thanks. Can you also guide me where i have to make these changes i.e. project and file.

great. thanks.

Showing 101 to 110 of 349 entries
Made with ❤️ on ABP v9.0.0-preview Updated on September 20, 2024, 08:30