also these error messages are translated by default as in
https://github.com/aspnetboilerplate/aspnetboilerplate/blob/e0ded5d8702f389aa1f5947d3446f16aec845287/src/Abp.ZeroCore/Zero/Localization/SourceExt/AbpZero-es.xml
https://github.com/aspnetboilerplate/aspnetboilerplate/blob/dev/src/Abp.Web.Common/Web/Localization/AbpWebXmlSource/AbpWeb-es.xml
are you using different culture?
The error messages can be found at
https://github.com/aspnetboilerplate/aspnetboilerplate/blob/e0ded5d8702f389aa1f5947d3446f16aec845287/src/Abp.ZeroCore/Zero/Localization/SourceExt/AbpZero.xml
https://github.com/aspnetboilerplate/aspnetboilerplate/blob/dev/src/Abp.Web.Common/Web/Localization/AbpWebXmlSource/AbpWeb.xml
you can extend these localizations by following the instructions here
Hi, you can refer to the first reply for ANZ implementation
Hi, please share the code and exception stack trace.
You can always localize the error message when constructing the exception in your code
Hi, please share the full error stack trace.
You can create your custom permission builder and use it in SeedHelper as it is always called in regardless of multitenancy flag
this might bit quite tricky to implement (since angular is SPA centric)
you can wait for community to share their experience.
Hi, you can assign permissions during tenant creation.
You can also create seed data similar to DefaultTenantBuilder, however, i would consider seed data as tenant specific defaults rather than user specific defaults
Hi, the fixes are in place for v6.2.
See https://github.com/aspnetzero/aspnet-zero-core/pull/1818.
You can apply those changes youself before upgrading to the next version
hi, @mdframe, the changes only introduce featureDependency (which it doesn't exist in previous version) and requireAuthentication (which targeting at menu items that are not using permissiom check)
i am assuming that you are using permission checks on the admin menu items. can you share the code for your admin menu items if possible?