Activities of "fgao@primarypartnercare.com"

Answer

I tested this, but always get "error": "invalid_scope". I tried to use my email address as scope-Value. Still same error. Can you provide a sample value?

Question
  • ABP Framework version: v8.2.0
  • UI Type: Blazor WASM
  • Database System: EF Core (SQL Server)
  • Tiered (for MVC) or Auth Server Separated (for Angular): no
  • Exception message and full stack trace:
  • Steps to reproduce the issue:

I created an application with abp template. The swagger works fine. Now I need to test its APIs from Postman. For example, through GET https://my-company.com/api/identity/roles/all. (This API does not require parameters.) It does not return a list of roles, instead, it outputs a html page. It looks correct, because I haven't been authenticated.

Usually, I first need to GET a JWT bear token with my credential and then send http request to other APIs with the token in header. However, I couldn't find the endpoint on swagger to get JWT. I wonder if abp identity server supports JWT Auth? If so, how do I get the bear token? If not, how do I choose Authorization type from Postman?

Thanks

  • ABP Framework version: v8.2.0
  • UI Type: Blazor WASM
  • Database System: EF Core (SQL Server)
  • Tiered (for MVC) or Auth Server Separated (for Angular): no
  • Exception message and full stack trace:
  • Steps to reproduce the issue:

I generated a solution (Blazor WASM + EF Core) by abp cli. It runs fine on both of my local machine and Azure cloud.

I then added a customized page, which is very similar to the "Books" page in abp's tutorial "Acme.BookStore.Books". It runs fine in my local machine. However, when I run it on Azure cloud, I found a new console message as below:

"Thank you for using the free version of the Blazorise component library! We're happy to offer it to you for personal use. If you'd like to remove this message, consider purchasing a commercial license from https://blazorise.com/commercial. We appreciate your support!"

I need to run my application with abp framework in Azure cloud. Can I use Blazorise component in customized razor page within abp commercial?

Thanks,

It works as expected. Thank you!

Ok. I dug it out the type of IdentitySession from assembly and solved this issue. Now the HttpApi.Host seems running good. However, I got errors while Blazor site loading.

"Error: One or more errors occurred. (An error occurred during the initialize Volo.Abp.Modularity.OnApplicationInitializationModuleLifecycleContributor phase of the module Volo.Abp.AspNetCore.Components.WebAssembly.AbpAspNetCoreComponentsWebAssemblyModule, Volo.Abp.AspNetCore.Components.WebAssembly, Version=8.2.0.0, Culture=neutral, PublicKeyToken=null: Could not find 'abp.utils.removeOidcUser' ('removeOidcUser' was undefined). Error: Could not find 'abp.utils.removeOidcUser' ('removeOidcUser' was undefined)."

It looks like missing a package "removeOidcUser". I've tried to run abp update again, but it's no help. Please advise.

Your 1st link above clearly tells how to fix our current code to adapt this update. Thank you!

The 2nd link mentions another new feature, Session Management feature. MyDbContext now shows an error message saying it "does not implement interface member 'IIdentityDbContext.Sessions'". Is it related to this new feature? How do I "create a new migration"?

Do you have a document about the best practice to update the solution along with updating Volo NuGet packages?

Thanks,

  • ABP Framework version: v8.2.0
  • UI Type: Angular / MVC / Blazor WASM
  • Database System: EF Core (SQL Server)
  • Tiered (for MVC) or Auth Server Separated (for Angular): no
  • Exception message and full stack trace:
  • Steps to reproduce the issue:

I generated a solution with v8.1.3. It worked fine. Today, I updated the solution to v8.2.0. After that, there are some build errors "CS1729 'LanguageInfo' does not contain a constructor that takes 4 arguments". It arounds line 57-73 in DomainModule.cs. I found there is no FlagIcon parameter in LanguageInfo class constructor and ILanguageInfo interface on v8.2.0.

Is it a bug or by design?

Question
  • ABP Framework version: v8.1.3
  • UI Type: Blazor WASM
  • Database System: EF Core (SQL Server)
  • Tiered (for MVC) or Auth Server Separated (for Angular): no

I tried to customize the Login Page by following the Article https://community.abp.io/posts/how-to-customize-the-login-page-for-mvc-razor-page-applications-9a40f3cd. I wonder how to inherit from LoginModel. There seems no "Volo.Abp.Account.Web" Nuget package installed on my commercial template. Can you recommend a similar article for commercial?

  • ABP Framework version: v8
  • UI Type: Blazor WASM
  • Database System: EF Core (SQL Server)
  • Tiered (for MVC) or Auth Server Separated (for Angular): no
  • Exception message and full stack trace:
  • Steps to reproduce the issue:

I am trying ABP Studio to open an existing solution. The message shows "Do you want to initialize it as an ABP Studio solution?".

I wonder what exactly files/code will change? How do I reverse it back if I still need it to be worked out of ABP Studio?

Thanks,

Question
  • ABP Framework version: v8.1.1
  • UI Type: Blazor WASM
  • Database System: EF Core (SQL Server)
  • Tiered (for MVC) or Auth Server Separated (for Angular): yes
  • Exception message and full stack trace: The nuget command failed with exit code(1) and error(File '' does not exist. System.InvalidOperationException: File '' does not exist. at NuGet.Configuration.Settings.<LoadUserSpecificSettings>d__32.MoveNext() at System.Collections.Generic.List1.InsertRange(Int32 index, IEnumerable1 collection) at NuGet.Configuration.Settings.LoadSettingsForSpecificConfigs(String root, String configFileName, List`1 validSettingFiles, IMachineWideSettings machineWideSettings, Boolean loadUserWideSettings, Boolean useTestingGlobalPath, SettingsLoadingContext settingsLoadingContext) at NuGet.Configuration.Settings.LoadSettings(String root, String configFileName, IMachineWideSettings machineWideSettings, Boolean loadUserWideSettings, Boolean useTestingGlobalPath, SettingsLoadingContext settingsLoadingContext) at NuGet.CommandLine.Command.Execute() at NuGet.CommandLine.Program.MainCore(String workingDirectory, String[] args))
  • Steps to reproduce the issue: CI pipeline

I am new for abp commercial. I download through abp suite and run the abp template. It runs fine in my local machine. Now I am testing to deploy it to Azure from DevOps repo. I tried to build CI Pipeline, but got the above exception. Do you have a step-by-step instruction for deployment to Azure cloud? Or, even a sample YAML file may be helpful.

I searched on abp-support page and found a similar questions #1524. It is 3 years old and the link cannot be opened now.

Thanks,

Showing 11 to 20 of 20 entries
Made with ❤️ on ABP v9.0.0-preview Updated on September 19, 2024, 10:13