Activities of "liangshiwei"

could you share your redis configuration codes?

You forget add dbset to the dbcontext

https://abp.io/docs/latest/tutorials/book-store/part-01?UI=Blazor&DB=EF#add-the-book-entity-to-the-dbcontext

Sorry,

options.TokenValidationParameters.ValidIssuers = new[] 
{ 
   configuration["AuthServer:Authority"] + "/", 
   configuration["AuthServer:ValidIssuers"] //the port may different 
}; 

Hi,

could you please share a simple project to reproduce the problem? i will check it, thanks shiwei.liang@volosoft.com

Hi,

It seems you are using a tiered project, are they using the same Redis server(key prefix)?

could you share your redis configuration code?

you can try

options.TokenValidationParameters.ValidIssuers = new[]
{
   configuration["AuthServer:Authority"],
   configuration["AuthServer:ValidIssuers"] //the port may different
};

Hi,

Sorry again, i don't have a DevExpress license.

Unable to find package DevExpress.AspNetCore.Reporting with version (>= 24.1.3) [/Users/liangshiweis/Downloads/HQSOFT.MainApplication/HQSOFT.MainApplication.sln]

BTW could you try add [DependsOn(typeof(SystemAdministrationBlazorServerModule))] to Blazor module to check if it's work

Unable to find package HQSOFT.eBiz.CoreBackend.Domain. No packages exist with this id in source(s): /usr/local/share/dotnet/library-packs, ABP Nightly, nuget.org [/Users/liangshiweis/Downloads/HQSOFT.MainApplication/HQSOFT.MainApplication.sln]

sorry, i could not reproduce the solution

When user login and logout of the application, and attempt to login as a tenant, user cannot see the "Login with this tenant" element under the action button

Steps to reproduce:

  1. Log in as an admin user
  2. Go to "Saas" under Administration
  3. Select "Tenants" under Saas
  4. Click on the Action button for Greethem
  5. Select the "Log in with this tenant" element
  6. Click on the profile icon on the tenant page
  7. Click on the Logout (To log out as tenant and admin user)
  8. Enter the credentials again (as Admin)
  9. Go to "Saas" under Administration
  10. Select "Tenants" under Saas
  11. Click on the Action button for Greethem
  12. Check if the user can see the "Log in with this tenant" element
Expected: Users should be able to log in as tenants no matter how many times they log in and out of the application
Actual: Users cannot log in as tenants the second time

We have video for reference if we can upload it somewhere.

HI,

yes please upload the video to google drive, we will check it.

HI @i.ullah@fandaqah.com

See : https://abp.io/support/questions/3537/OpenIddict-WindowsCryptographicException-Access-is-denied https://support.abp.io/QA/Questions/4872/CryptographicException-Keyset-does-not-exist

Showing 751 to 760 of 5992 entries
Made with ❤️ on ABP v9.1.0-preview. Updated on November 18, 2024, 05:54