hi
Can you share your AuthServer website files from the pods?
You can zip the project files and share them.
Thanks
liming.ma@volosoft.com
hi
Is your code in the AppService layer?
: )
hi
Update MauiProgram to add .ConfigureContainer(new AbpAutofacServiceProviderFactory(new Autofac.ContainerBuilder())); will fix the NullReferenceException
namespace Kkd.QueuingService.Maui;
public static class MauiProgram {
public static MauiApp CreateMauiApp() {
var builder = MauiApp.CreateBuilder();
builder
.UseMauiApp<App>()
.ConfigureFonts(fonts => {
fonts.AddFont("OpenSans-Regular.ttf", "OpenSansRegular");
})
.ConfigureContainer(new AbpAutofacServiceProviderFactory(new Autofac.ContainerBuilder()));
请使用https://wetransfer.com/ 分享项目
hi
What is your UI type? MVC or Blazor or Angular?
There is a Manage host feature in the tenant list page.
You can enable the feature for host and tenant.
https://abp.io/docs/6.0/Features#feature-management-modal
hi
You need to enable the LDAP feature first. Then you will see the LADP setting .
手工添加一个Maui Hybrid blazor 客户端
你能分享一个项目吗? 我不太确定你的步骤。
liming.ma@volosoft.com
Thanks.
: )