Blazor WASM Module Not Fully Functional in Non-Default Tenant #14730
Unanswered
hamna-python
asked this question in
Q&A
Replies: 2 comments
-
@hamna-python most likely you have to update |
Beta Was this translation helpful? Give feedback.
0 replies
-
@hamna-python little old sample but should wok on .NET 6 https://github.com/surevelox/OrchardCore.Samples/tree/ns8482e/blazor-wasm/MultiTenantBlazorWasm |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I am experiencing an issue with a Blazor WebAssembly (WASM) module in a multi-tenant application setup. The application consists of two tenants: the default tenant and a custom-created tenant. The Blazor WASM module, which includes a counter component, has been integrated and enabled in both tenants. However, the module's behavior differs between the two tenants.
Issue Details
Default Tenant: In the default tenant, the Blazor counter component works correctly. It functions as intended on the index page and can be successfully added to and operated on other pages within this tenant.
Custom-Created Tenant: In the tenant that I created, the Blazor counter component only functions on the index page. When attempting to add and use this module on other pages within this tenant, it does not work.
Expected Behavior
The Blazor WASM module, including the counter component, should work consistently across all pages in both tenants, just as it does in the default tenant.
Default Tenant:
index page:


about page:
Custom Tenant:

index page
about page( here it is not working)
Beta Was this translation helpful? Give feedback.
All reactions