hi jfistelmann
We will check this.
hi
var myModal = new abp.ModalManager({
//...options
});
//Open the modal
myModal.open();
//Close the modal
myModal.close();
https://docs.abp.io/en/abp/latest/UI/AspNetCore/Modals
hi
Try running the yarn
and yarn start
hi
We can't see where this application references the Volo.Identity.Pro.Web from our Blazor app. The only thing that comes close is Volo.Abp.Identity.Pro.Blazor.Server
For Blazor Server the source code of Users page is \identity-pro\src\Volo.Abp.Identity.Pro.Blazor\Pages\Identity\UserManagement.razor
and \identity-pro\src\Volo.Abp.Identity.Pro.Blazor\Pages\Identity\UserManagement.razor.cs
Your startup project 'AbpModuleTemplate.EntityFrameworkCore' doesn't reference Microsoft.EntityFrameworkCore.Design. This package is required for the Entity Framework Core Tools to work. Ensure your startup project is correct, install the package, and try again.
Can you try to add the Microsoft.EntityFrameworkCore.Design
package to EntityFrameworkCore
?
We will investigate this.
hi
You can try to configure the forwarding header.
https://docs.microsoft.com/en-us/aspnet/core/host-and-deploy/proxy-load-balancer?view=aspnetcore-6.0 https://blog.sinenie.cl/blog/forwarded-headers/
hi
Blazor wasm or Blazor server?
hi
Can you try the test code in the latest template?
If still slow please share the project with me liming.ma@volosoft.com
hi
How do I enable the new service to use an isolated database on microservice template?
https://docs.abp.io/en/commercial/5.3/startup-templates/microservice/infrastructure#hosting