Hi,
it's not normal, How can I reproduce the problem in a new app template? please share the full steps
HI,
Angular 18 has a lot of changes and may be incompatible with the current ABP version.
You need to wait for ABP to support Angular 18
Hi,
Check if your project has code like this:
new TemplateDefinition(...).WithProperty("ResourceType", ....)
If there is, don't use type as an property
HI,
My github username is realLiangshiwei thanks
Hi,
I could not reproduce the problem.
Could you share the full steps? thanks. https://drive.google.com/file/d/1dVSJKFSvl_BDT7B83SpYfOjq97YqfVj9/view?usp=sharing
thanks, i will check it
could you share a video?
Hi,
This is not related to ABP, this is the Blazor design. When you refresh the page it is equivalent to restarting the application.
Hi,
I can reproduce the problem.
Try
[DependsOn(typeof(AbpAccountPublicWebModule))] and [DependsOn(typeof(AbpAccountPublicWebIdentityServerModule))]Volo.Abp.Account.Pro.Public.Web.IdentityServer project referenceIn the AbpFeatures and AbpFeatureValues table.