hi
Add MyCorsPolicyProvider to your AuthServer(web) project.
You can inject the ICurrentClient, which has an Id property.
hi
We will fix the port problem in 0.9.20
Thanks
hi
Please uninstall the volo.abp.stidio.cli and install the volo.abp.cli(8.1.4 or 8.3.0) to create the new project.
dotnet tool uninstall volo.abp.stidio.cli -g
dotnet tool install --global Volo.Abp.Cli --version 8.3.0
https://www.nuget.org/packages/Volo.Abp.Cli/8.3.0
I don't know why your dll contains a Microsoft.Extensions.FileProviders.Embedded.Manifest.xml file
How do you build/release your application?
The demo-generate-proxy.json file cause Could not find ApiDescriptionModel for action: error.
You can rename or remove the ClientProxies folder name.
eg:
MyClientProxies/demo-generate-proxy.json
demo-generate-proxy.json
hi
I just confirmed, you can download the source code with:
abp add-package @volo/abp.commercial.ng.ui --with-source-code
hi
I'm not familiar with VB and Winforms.
You can use https://github.com/IdentityModel/IdentityModel to geta token in your c# project.
see https://github.com/abpframework/abp/blob/dev/modules/openiddict/app/OpenIddict.Demo.Client.Console/Program.cs
hi
Its extension method of IUnitOfWorkManager
See https://github.com/abpframework/abp/blob/dev/framework/src/Volo.Abp.Uow/Volo/Abp/Uow/UnitOfWorkManagerExtensions.cs#L9-L24
hi
System.ObjectDisposedException: Cannot access a closed Stream.
Can you share a project to reproduce this?
liming.ma@volosoft.com
if i do not use the middleware what am i missing?
This middleware will provide information to the Studio IDE. If you have a problem, you can remove it until we fix it.
Thanks.
hi
You can use IDistributedCache<YourDomainsCacheItem>. It supports multiple tenants.
ABP uses IDistributedCache<T> everywhere. : )
https://abp.io/docs/latest/framework/fundamentals/caching