أنشطة "raju.thinnaluri@gmail.com"

Hi,

We implemented the Blazor WebAssembly app as a SaaS model in microservice template on abp 7.2.2 version

Added a Chat Module as a package. but chat page not loading. getting the below issue.

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

Hi,

yes previously working fine with version 5.3.2.

But after upgraded to vrsion 7.2.2 still able to redirect to Blazor app, but the user context not updating after redirected to Blazor App. only when i refresh the blazor app then only taking latest user context.

Hi,

after login into auth server can we redirect to Blazor app from auth server?

Hi,

Yes, Implemented as per empty sample application. but not working

Hi,

We implemented the Blazor WebAssembly app as a SaaS model in microservice template.

Applications Page:

Scopes Page:

And able load the all the services Swagger UI like Admin Service, SaaS Service but Web Gateway Swagger not loading

If you're creating a bug/problem report, please include followings:

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

Hi,

Am able to redirect the the Blazor app, but it's not taking the latest user account what i switched.

Thanks

Hi,

Yes from AuthServer using "Linked Accounts" option am trying to switch the user

After Switching the User, redirecting from AuthServer to Blazor App

but after redirecting to blazor app the new user context not updating until I force reload the page

Thanks

hi

Can you share the full steps so I can reproduce it in a new template project?

Thanks

  1. Created the new application using microservice template, and UI frame work Blazor WebAssembly
  2. Create multiple Tenants
  3. created same user in all the Tenants
  4. link the user accounts with user created under Host
  5. Login as Host user
  6. Then using My Account -> linked Users -> Login as This user from different Tenant
  7. then open the blazor app it still showing the host user until refresh the page

Thanks

Hi,

We implemented the Blazor app as a SaaS in microservice template.

I have a user account in all the Tenants and Linked the accounts. while switching the accounts the switched user not loading the switched user context after opening the blazer app, it switching user context only after reloads the page

  1. trying to switch

  2. after switching also it showing old user

  3. after reload (refresh) the page it showing actual switched user If you're creating a bug/problem report, please include followings:

  • ABP Framework version: v7.2.2
  • UI type: Blazor
  • DB provider: EF Core
  • Tiered (MVC) or Identity Server Separated (Angular): no
  • Exception message and stack trace: no error message
  • Steps to reproduce the issue:" create user in different tenants and link the accounts then try to switch the user

Hi,

We implemented the Blazor app as a SaaS.

I have a user account in all the Tenants and Linked the accounts. able to switch tenants and able to access the data.

And i am as a SaaS user I should be able to access all the Tenants Data in Dashboard. am bale to get the all the Tenants data and showing in Dashboard.

But When I click on a link of the item am unable to read the data since am might in that record Tenant currently.

So when ever i click on link of the item before loading the details if the record not from current tenant then in background I should be switch the user related to that Tenant of record.

something like below, make use of the API's of "Login as this account" in linked users.

if (tenantid == Guid.Empty) tenantid = null;

        if (CurrentTenant.Id != tenantid)
        {      
           // TODO:
           //Switch the User          
        }

can you please help on this?

If you're creating a bug/problem report, please include followings:

  • ABP Framework version: v5.3.4
  • UI type: Blazor
  • DB provider: EF Core
  • Tiered (MVC) or Identity Server Separated (Angular): yes
  • Exception message and stack trace:
  • Steps to reproduce the issue:"
عرض 41 الي 50 من 60 إدخالات
Made with ❤️ on ABP v8.2.0-preview Updated on مارس 25, 2024, 15:11