ok I'm creating an issue for this request. https://support.abp.io/QA/Questions/1743/Blazor-Server-Audit-Logs-shows--blazor-on-every-single--HttpRequest
When will there be support for the Payments UI (configuration through the Admin UI) and Chat for Blazor Server?
Can you explain in details of configuring Payments and chat?
we'll test the if there's any issue while adding payment module to the Blazor-Server project.
hi,
sorry but the live support is not available to the Team license plan. and please create a new ticket for the new question. you can also purchase 50 question pack. contact to info@abp.io to purchase extra questions.
IMultiTenant
interface then the entity will be a shared entity across the tenants.Bank
entity with Tenant
entity then create a new table TenantBank
entity.
TenantBank entity properties are: TenantId <guid>
, BankId <guid>
Select bank.name, bank.id from TenantBanks where TenantId = xxxxxxx
IBankDomainService : IDomainService
and BankDomainService : DomainService, IBankDomainService
in the *.Domain
project.Let us know if we can get support via calls or online meetings
is this duplicate of https://support.abp.io/QA/Questions/1979/Exception-When-creating-BUnit-tests-for-Blazor#answer-c9001c91-e3ee-56b4-21c0-39ffb0f55e57 ?
"this is not possible with the known methods right now" says Microsoft developer. See this comment https://github.com/dotnet/aspnetcore/issues/37728#issuecomment-948511840
closing the issue. you can reopen anytime.
this is related to Identity Server configuration.
Also set your environment to Production/Staging (anything else rather than Development)
ASPNETCORE_ENVIRONMENT = Development
https://support.abp.io/QA/Questions/1849/Running-the-Micro-service-Solution-on-Dockers#answer-0440d6d4-a097-2e90-3ab5-39fefb172a24