hi
If your tenant has a separate connection string, you should switch the tenant of the current context to switch the DbContext using a different connection string.
https://docs.abp.io/en/abp/latest/Multi-Tenancy#change-the-current-tenant
You should not create DbCotext manually, abp will manage it automatically.
Try FromForm
PostUploadFile([FromForm]IFormFile file)
hi FarReach
We will check your license. : )
hi
Please share some screenshots.
hi
I think you can use IAccessTokenProvider
to get access token.
https://github.com/abpframework/abp/blob/dev/framework/src/Volo.Abp.Http.Client.IdentityModel.WebAssembly/Volo/Abp/Http/Client/IdentityModel/WebAssembly/AccessTokenProviderIdentityModelRemoteServiceHttpClientAuthenticator.cs
hi
I think you can use IAccessTokenProvider
to get access token.
Eg: https://github.com/abpframework/abp/blob/dev/framework/src/Volo.Abp.Http.Client.IdentityModel.WebAssembly/Volo/Abp/Http/Client/IdentityModel/WebAssembly/AccessTokenProviderIdentityModelRemoteServiceHttpClientAuthenticator.cs
Blazor will use Dynamic-CSharp-API-Clients
to call remote APIs.
https://docs.abp.io/en/abp/latest/API/Dynamic-CSharp-API-Clients
hi
These features are not implemented by default, you can implement it yourself with these infrastructure below.
https://docs.abp.io/en/abp/latest/Event-Bus https://docs.abp.io/en/abp/latest/Background-Workers https://docs.abp.io/en/abp/latest/SignalR-Integration
hi serdar.genc@talentra.net
How to reproduce your problem with code?
hi cellero and trendline
Open source version is done, commercial Will be done in 30-60 minutes.
hi
Will it works without SubDirectory?